var/cache/dev/ContainerBqzx2pW/srcApp_KernelDevDebugContainer.php line 2281

Open in your IDE?
  1. <?php
  2. namespace ContainerBqzx2pW;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  37.             'App\\Controller\\AdminCategoryController' => 'getAdminCategoryControllerService',
  38.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  39.             'App\\Controller\\AdminCustomerController' => 'getAdminCustomerControllerService',
  40.             'App\\Controller\\AdminProductRobotController' => 'getAdminProductRobotControllerService',
  41.             'App\\Controller\\AdminPurchaseController' => 'getAdminPurchaseControllerService',
  42.             'App\\Controller\\AdminRequestController' => 'getAdminRequestControllerService',
  43.             'App\\Controller\\AdminStockClearanceController' => 'getAdminStockClearanceControllerService',
  44.             'App\\Controller\\CartController' => 'getCartControllerService',
  45.             'App\\Controller\\ContactController' => 'getContactControllerService',
  46.             'App\\Controller\\CronController' => 'getCronControllerService',
  47.             'App\\Controller\\CustomersRequestsAction' => 'getCustomersRequestsActionService',
  48.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  49.             'App\\Controller\\FixturesController' => 'getFixturesControllerService',
  50.             'App\\Controller\\ForgetPasswordAction' => 'getForgetPasswordActionService',
  51.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  52.             'App\\Controller\\PdfController' => 'getPdfControllerService',
  53.             'App\\Controller\\ProductController' => 'getProductControllerService',
  54.             'App\\Controller\\ProductMediaController' => 'getProductMediaControllerService',
  55.             'App\\Controller\\PurchaseController' => 'getPurchaseControllerService',
  56.             'App\\Controller\\RenderFormController' => 'getRenderFormControllerService',
  57.             'App\\Controller\\RequestController' => 'getRequestControllerService',
  58.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  59.             'App\\Controller\\SignUpController' => 'getSignUpControllerService',
  60.             'App\\Controller\\UploadImageAction' => 'getUploadImageActionService',
  61.             'App\\Controller\\UserController' => 'getUserControllerService',
  62.             'App\\Events\\ApiSignUpSubscriber' => 'getApiSignUpSubscriberService',
  63.             'JMose\\CommandSchedulerBundle\\Controller\\DetailController' => 'getDetailControllerService',
  64.             'JMose\\CommandSchedulerBundle\\Controller\\ListController' => 'getListControllerService',
  65.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  69.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  70.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  71.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  72.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  73.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  74.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  75.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  76.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  77.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.images' => 'getUniqidNamer_ImagesService',
  78.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_media' => 'getUniqidNamer_ProductMediaService',
  79.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  80.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  81.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  82.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  83.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  84.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  85.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  86.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  87.             'cache.app' => 'getCache_AppService',
  88.             'cache.app_clearer' => 'getCache_AppClearerService',
  89.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  90.             'cache.system' => 'getCache_SystemService',
  91.             'cache.system_clearer' => 'getCache_SystemClearerService',
  92.             'cache_clearer' => 'getCacheClearerService',
  93.             'cache_warmer' => 'getCacheWarmerService',
  94.             'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\ExecuteCommand' => 'getExecuteCommandService',
  95.             'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\MonitorCommand' => 'getMonitorCommandService',
  96.             'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StartSchedulerCommand' => 'getStartSchedulerCommandService',
  97.             'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StopSchedulerCommand' => 'getStopSchedulerCommandService',
  98.             'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\UnlockCommand' => 'getUnlockCommandService',
  99.             'console.command_loader' => 'getConsole_CommandLoaderService',
  100.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101.             'data_collector.dump' => 'getDataCollector_DumpService',
  102.             'doctrine' => 'getDoctrineService',
  103.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  104.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  105.             'error_controller' => 'getErrorControllerService',
  106.             'event_dispatcher' => 'getEventDispatcherService',
  107.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  108.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  109.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  110.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  111.             'filesystem' => 'getFilesystemService',
  112.             'form.factory' => 'getForm_FactoryService',
  113.             'form.type.file' => 'getForm_Type_FileService',
  114.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  115.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  116.             'http_kernel' => 'getHttpKernelService',
  117.             'knp_paginator' => 'getKnpPaginatorService',
  118.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  119.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  120.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  121.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  122.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  123.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  124.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  125.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  126.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  127.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  128.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  129.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  130.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  131.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  132.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  133.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  134.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  135.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  136.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  137.             'profiler' => 'getProfilerService',
  138.             'request_stack' => 'getRequestStackService',
  139.             'router' => 'getRouterService',
  140.             'routing.loader' => 'getRouting_LoaderService',
  141.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  142.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  143.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  144.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  145.             'security.token_storage' => 'getSecurity_TokenStorageService',
  146.             'serializer' => 'getSerializerService',
  147.             'services_resetter' => 'getServicesResetterService',
  148.             'session' => 'getSessionService',
  149.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  150.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  151.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  152.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  153.             'translator' => 'getTranslatorService',
  154.             'twig' => 'getTwigService',
  155.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  156.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  157.             'validator' => 'getValidatorService',
  158.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  159.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  160.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  161.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  162.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  163.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  164.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  165.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  166.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  167.         ];
  168.         $this->aliases = [
  169.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  170.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  171.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  172.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  173.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  174.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  175.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  176.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  177.             'database_connection' => 'doctrine.dbal.default_connection',
  178.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  179.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  180.             'mailer' => 'swiftmailer.mailer.default',
  181.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  182.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  183.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  184.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  185.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  186.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  187.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  188.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  189.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  190.         ];
  191.         $this->privates['service_container'] = function () {
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  198.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  213.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  287.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  453.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  455.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  458.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  459.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  461.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  462.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  543.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  546.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  583.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  663.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  665.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  666.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  673.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  674.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  678.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  679.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  680.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  681.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  685.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  686.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  687.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  691.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  692.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  712.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  714.         };
  715.     }
  716.     public function compile(): void
  717.     {
  718.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  719.     }
  720.     public function isCompiled(): bool
  721.     {
  722.         return true;
  723.     }
  724.     public function getRemovedIds(): array
  725.     {
  726.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  727.     }
  728.     protected function createProxy($class, \Closure $factory)
  729.     {
  730.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  731.         return $factory();
  732.     }
  733.     /**
  734.      * Gets the public 'App\Controller\AccountController' shared autowired service.
  735.      *
  736.      * @return \App\Controller\AccountController
  737.      */
  738.     protected function getAccountControllerService()
  739.     {
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  742.         include_once \dirname(__DIR__4).'/src/Controller/AccountController.php';
  743.         $this->services['App\\Controller\\AccountController'] = $instance = new \App\Controller\AccountController(($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  744.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AccountController'$this));
  745.         return $instance;
  746.     }
  747.     /**
  748.      * Gets the public 'App\Controller\AdminCategoryController' shared autowired service.
  749.      *
  750.      * @return \App\Controller\AdminCategoryController
  751.      */
  752.     protected function getAdminCategoryControllerService()
  753.     {
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  756.         include_once \dirname(__DIR__4).'/src/Controller/AdminCategoryController.php';
  757.         $this->services['App\\Controller\\AdminCategoryController'] = $instance = new \App\Controller\AdminCategoryController();
  758.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminCategoryController'$this));
  759.         return $instance;
  760.     }
  761.     /**
  762.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  763.      *
  764.      * @return \App\Controller\AdminController
  765.      */
  766.     protected function getAdminControllerService()
  767.     {
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  770.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  771.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController();
  772.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminController'$this));
  773.         return $instance;
  774.     }
  775.     /**
  776.      * Gets the public 'App\Controller\AdminCustomerController' shared autowired service.
  777.      *
  778.      * @return \App\Controller\AdminCustomerController
  779.      */
  780.     protected function getAdminCustomerControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  784.         include_once \dirname(__DIR__4).'/src/Controller/AdminCustomerController.php';
  785.         $this->services['App\\Controller\\AdminCustomerController'] = $instance = new \App\Controller\AdminCustomerController();
  786.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminCustomerController'$this));
  787.         return $instance;
  788.     }
  789.     /**
  790.      * Gets the public 'App\Controller\AdminProductRobotController' shared autowired service.
  791.      *
  792.      * @return \App\Controller\AdminProductRobotController
  793.      */
  794.     protected function getAdminProductRobotControllerService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  798.         include_once \dirname(__DIR__4).'/src/Controller/AdminProductRobotController.php';
  799.         $this->services['App\\Controller\\AdminProductRobotController'] = $instance = new \App\Controller\AdminProductRobotController();
  800.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminProductRobotController'$this));
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public 'App\Controller\AdminPurchaseController' shared autowired service.
  805.      *
  806.      * @return \App\Controller\AdminPurchaseController
  807.      */
  808.     protected function getAdminPurchaseControllerService()
  809.     {
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/AdminPurchaseController.php';
  813.         $this->services['App\\Controller\\AdminPurchaseController'] = $instance = new \App\Controller\AdminPurchaseController();
  814.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminPurchaseController'$this));
  815.         return $instance;
  816.     }
  817.     /**
  818.      * Gets the public 'App\Controller\AdminRequestController' shared autowired service.
  819.      *
  820.      * @return \App\Controller\AdminRequestController
  821.      */
  822.     protected function getAdminRequestControllerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  826.         include_once \dirname(__DIR__4).'/src/Controller/AdminRequestController.php';
  827.         $this->services['App\\Controller\\AdminRequestController'] = $instance = new \App\Controller\AdminRequestController();
  828.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminRequestController'$this));
  829.         return $instance;
  830.     }
  831.     /**
  832.      * Gets the public 'App\Controller\AdminStockClearanceController' shared autowired service.
  833.      *
  834.      * @return \App\Controller\AdminStockClearanceController
  835.      */
  836.     protected function getAdminStockClearanceControllerService()
  837.     {
  838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  840.         include_once \dirname(__DIR__4).'/src/Controller/AdminStockClearanceController.php';
  841.         $this->services['App\\Controller\\AdminStockClearanceController'] = $instance = new \App\Controller\AdminStockClearanceController();
  842.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AdminStockClearanceController'$this));
  843.         return $instance;
  844.     }
  845.     /**
  846.      * Gets the public 'App\Controller\CartController' shared autowired service.
  847.      *
  848.      * @return \App\Controller\CartController
  849.      */
  850.     protected function getCartControllerService()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  854.         include_once \dirname(__DIR__4).'/src/Controller/CartController.php';
  855.         $this->services['App\\Controller\\CartController'] = $instance = new \App\Controller\CartController(($this->services['session'] ?? $this->getSessionService()), ($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()));
  856.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CartController'$this));
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  861.      *
  862.      * @return \App\Controller\ContactController
  863.      */
  864.     protected function getContactControllerService()
  865.     {
  866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  868.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  869.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController();
  870.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ContactController'$this));
  871.         return $instance;
  872.     }
  873.     /**
  874.      * Gets the public 'App\Controller\CronController' shared autowired service.
  875.      *
  876.      * @return \App\Controller\CronController
  877.      */
  878.     protected function getCronControllerService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/CronController.php';
  883.         $this->services['App\\Controller\\CronController'] = $instance = new \App\Controller\CronController();
  884.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CronController'$this));
  885.         return $instance;
  886.     }
  887.     /**
  888.      * Gets the public 'App\Controller\CustomersRequestsAction' shared autowired service.
  889.      *
  890.      * @return \App\Controller\CustomersRequestsAction
  891.      */
  892.     protected function getCustomersRequestsActionService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/src/Controller/CustomersRequestsAction.php';
  895.         return $this->services['App\\Controller\\CustomersRequestsAction'] = new \App\Controller\CustomersRequestsAction(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  896.     }
  897.     /**
  898.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  899.      *
  900.      * @return \App\Controller\DefaultController
  901.      */
  902.     protected function getDefaultControllerService()
  903.     {
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  906.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  907.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  908.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DefaultController'$this));
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'App\Controller\FixturesController' shared autowired service.
  913.      *
  914.      * @return \App\Controller\FixturesController
  915.      */
  916.     protected function getFixturesControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  920.         include_once \dirname(__DIR__4).'/src/Controller/FixturesController.php';
  921.         $this->services['App\\Controller\\FixturesController'] = $instance = new \App\Controller\FixturesController();
  922.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\FixturesController'$this));
  923.         return $instance;
  924.     }
  925.     /**
  926.      * Gets the public 'App\Controller\ForgetPasswordAction' shared autowired service.
  927.      *
  928.      * @return \App\Controller\ForgetPasswordAction
  929.      */
  930.     protected function getForgetPasswordActionService()
  931.     {
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/Controller/ForgetPasswordAction.php';
  935.         $this->services['App\\Controller\\ForgetPasswordAction'] = $instance = new \App\Controller\ForgetPasswordAction();
  936.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ForgetPasswordAction'$this));
  937.         return $instance;
  938.     }
  939.     /**
  940.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  941.      *
  942.      * @return \App\Controller\NotificationController
  943.      */
  944.     protected function getNotificationControllerService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  948.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  949.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController();
  950.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\NotificationController'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'App\Controller\PdfController' shared autowired service.
  955.      *
  956.      * @return \App\Controller\PdfController
  957.      */
  958.     protected function getPdfControllerService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/PdfController.php';
  963.         $this->services['App\\Controller\\PdfController'] = $instance = new \App\Controller\PdfController();
  964.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PdfController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\ProductController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\ProductController
  971.      */
  972.     protected function getProductControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  976.         include_once \dirname(__DIR__4).'/src/Controller/ProductController.php';
  977.         $this->services['App\\Controller\\ProductController'] = $instance = new \App\Controller\ProductController(($this->privates['App\\Repository\\BrandRepository'] ?? $this->getBrandRepositoryService()), ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  978.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProductController'$this));
  979.         return $instance;
  980.     }
  981.     /**
  982.      * Gets the public 'App\Controller\ProductMediaController' shared autowired service.
  983.      *
  984.      * @return \App\Controller\ProductMediaController
  985.      */
  986.     protected function getProductMediaControllerService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  990.         include_once \dirname(__DIR__4).'/src/Controller/ProductMediaController.php';
  991.         $this->services['App\\Controller\\ProductMediaController'] = $instance = new \App\Controller\ProductMediaController();
  992.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProductMediaController'$this));
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'App\Controller\PurchaseController' shared autowired service.
  997.      *
  998.      * @return \App\Controller\PurchaseController
  999.      */
  1000.     protected function getPurchaseControllerService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/src/Controller/PurchaseController.php';
  1005.         $this->services['App\\Controller\\PurchaseController'] = $instance = new \App\Controller\PurchaseController(($this->services['session'] ?? $this->getSessionService()), ($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()), ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1006.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PurchaseController'$this));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'App\Controller\RenderFormController' shared autowired service.
  1011.      *
  1012.      * @return \App\Controller\RenderFormController
  1013.      */
  1014.     protected function getRenderFormControllerService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1018.         include_once \dirname(__DIR__4).'/src/Controller/RenderFormController.php';
  1019.         $this->services['App\\Controller\\RenderFormController'] = $instance = new \App\Controller\RenderFormController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()));
  1020.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\RenderFormController'$this));
  1021.         return $instance;
  1022.     }
  1023.     /**
  1024.      * Gets the public 'App\Controller\RequestController' shared autowired service.
  1025.      *
  1026.      * @return \App\Controller\RequestController
  1027.      */
  1028.     protected function getRequestControllerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/src/Controller/RequestController.php';
  1033.         $this->services['App\\Controller\\RequestController'] = $instance = new \App\Controller\RequestController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()));
  1034.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\RequestController'$this));
  1035.         return $instance;
  1036.     }
  1037.     /**
  1038.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1039.      *
  1040.      * @return \App\Controller\SecurityController
  1041.      */
  1042.     protected function getSecurityControllerService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1046.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1047.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1048.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SecurityController'$this));
  1049.         return $instance;
  1050.     }
  1051.     /**
  1052.      * Gets the public 'App\Controller\SignUpController' shared autowired service.
  1053.      *
  1054.      * @return \App\Controller\SignUpController
  1055.      */
  1056.     protected function getSignUpControllerService()
  1057.     {
  1058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1060.         include_once \dirname(__DIR__4).'/src/Controller/SignUpController.php';
  1061.         $this->services['App\\Controller\\SignUpController'] = $instance = new \App\Controller\SignUpController();
  1062.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SignUpController'$this));
  1063.         return $instance;
  1064.     }
  1065.     /**
  1066.      * Gets the public 'App\Controller\UploadImageAction' shared autowired service.
  1067.      *
  1068.      * @return \App\Controller\UploadImageAction
  1069.      */
  1070.     protected function getUploadImageActionService()
  1071.     {
  1072.         include_once \dirname(__DIR__4).'/src/Controller/UploadImageAction.php';
  1073.         return $this->services['App\\Controller\\UploadImageAction'] = new \App\Controller\UploadImageAction(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Repository\\RequestRepository'] ?? $this->getRequestRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1074.     }
  1075.     /**
  1076.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1077.      *
  1078.      * @return \App\Controller\UserController
  1079.      */
  1080.     protected function getUserControllerService()
  1081.     {
  1082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1084.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1085.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
  1086.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\UserController'$this));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'App\Events\ApiSignUpSubscriber' shared autowired service.
  1091.      *
  1092.      * @return \App\Events\ApiSignUpSubscriber
  1093.      */
  1094.     protected function getApiSignUpSubscriberService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1098.         include_once \dirname(__DIR__4).'/src/Events/ApiSignUpSubscriber.php';
  1099.         $this->services['App\\Events\\ApiSignUpSubscriber'] = $instance = new \App\Events\ApiSignUpSubscriber(($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1100.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Events\\ApiSignUpSubscriber'$this));
  1101.         return $instance;
  1102.     }
  1103.     /**
  1104.      * Gets the public 'JMose\CommandSchedulerBundle\Controller\DetailController' shared autowired service.
  1105.      *
  1106.      * @return \JMose\CommandSchedulerBundle\Controller\DetailController
  1107.      */
  1108.     protected function getDetailControllerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/BaseController.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/DetailController.php';
  1114.         $this->services['JMose\\CommandSchedulerBundle\\Controller\\DetailController'] = $instance = new \JMose\CommandSchedulerBundle\Controller\DetailController();
  1115.         $instance->setManagerName('default');
  1116.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1117.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('JMose\\CommandSchedulerBundle\\Controller\\DetailController'$this));
  1118.         return $instance;
  1119.     }
  1120.     /**
  1121.      * Gets the public 'JMose\CommandSchedulerBundle\Controller\ListController' shared autowired service.
  1122.      *
  1123.      * @return \JMose\CommandSchedulerBundle\Controller\ListController
  1124.      */
  1125.     protected function getListControllerService()
  1126.     {
  1127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/BaseController.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/ListController.php';
  1131.         $this->services['JMose\\CommandSchedulerBundle\\Controller\\ListController'] = $instance = new \JMose\CommandSchedulerBundle\Controller\ListController();
  1132.         $instance->setManagerName('default');
  1133.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1134.         $instance->setLockTimeout(false);
  1135.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('JMose\\CommandSchedulerBundle\\Controller\\ListController'$this));
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  1140.      *
  1141.      * @return \Liip\ImagineBundle\Controller\ImagineController
  1142.      */
  1143.     protected function getImagineControllerService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  1148.         $a = ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService());
  1149.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(new \Liip\ImagineBundle\Service\FilterService($a, ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(301));
  1150.     }
  1151.     /**
  1152.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1153.      *
  1154.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1155.      */
  1156.     protected function getRedirectControllerService()
  1157.     {
  1158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1159.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1160.     }
  1161.     /**
  1162.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1163.      *
  1164.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1165.      */
  1166.     protected function getTemplateControllerService()
  1167.     {
  1168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1169.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  1170.     }
  1171.     /**
  1172.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1173.      *
  1174.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1175.      */
  1176.     protected function getBase64NamerService()
  1177.     {
  1178.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1182.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1183.     }
  1184.     /**
  1185.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1186.      *
  1187.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1188.      */
  1189.     protected function getCurrentDateTimeDirectoryNamerService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1196.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1197.     }
  1198.     /**
  1199.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1200.      *
  1201.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1202.      */
  1203.     protected function getHashNamerService()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1209.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1210.     }
  1211.     /**
  1212.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1213.      *
  1214.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1215.      */
  1216.     protected function getOrignameNamerService()
  1217.     {
  1218.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1221.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1222.     }
  1223.     /**
  1224.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1225.      *
  1226.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1227.      */
  1228.     protected function getPropertyDirectoryNamerService()
  1229.     {
  1230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1233.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1234.     }
  1235.     /**
  1236.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1237.      *
  1238.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1239.      */
  1240.     protected function getPropertyNamerService()
  1241.     {
  1242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1246.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1247.     }
  1248.     /**
  1249.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1250.      *
  1251.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1252.      */
  1253.     protected function getSmartUniqueNamerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1257.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1258.     }
  1259.     /**
  1260.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1261.      *
  1262.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1263.      */
  1264.     protected function getSubdirDirectoryNamerService()
  1265.     {
  1266.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1269.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1270.     }
  1271.     /**
  1272.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1273.      *
  1274.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1275.      */
  1276.     protected function getUniqidNamerService()
  1277.     {
  1278.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1280.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1281.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1282.     }
  1283.     /**
  1284.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.images' shared service.
  1285.      *
  1286.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1287.      */
  1288.     protected function getUniqidNamer_ImagesService()
  1289.     {
  1290.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1293.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1294.     }
  1295.     /**
  1296.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.product_media' shared service.
  1297.      *
  1298.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1299.      */
  1300.     protected function getUniqidNamer_ProductMediaService()
  1301.     {
  1302.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1305.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.product_media'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1306.     }
  1307.     /**
  1308.      * Gets the public 'api_platform.action.documentation' shared service.
  1309.      *
  1310.      * @return \ApiPlatform\Core\Documentation\Action\DocumentationAction
  1311.      */
  1312.     protected function getApiPlatform_Action_DocumentationService()
  1313.     {
  1314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1315.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Core\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'API REI Industry''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()));
  1316.     }
  1317.     /**
  1318.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1319.      *
  1320.      * @return \ApiPlatform\Core\Action\EntrypointAction
  1321.      */
  1322.     protected function getApiPlatform_Action_EntrypointService()
  1323.     {
  1324.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1325.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Core\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1326.     }
  1327.     /**
  1328.      * Gets the public 'api_platform.action.exception' shared service.
  1329.      *
  1330.      * @return \ApiPlatform\Core\Action\ExceptionAction
  1331.      */
  1332.     protected function getApiPlatform_Action_ExceptionService()
  1333.     {
  1334.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1335.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Core\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  1336.     }
  1337.     /**
  1338.      * Gets the public 'api_platform.action.not_found' shared service.
  1339.      *
  1340.      * @return \ApiPlatform\Core\Action\NotFoundAction
  1341.      */
  1342.     protected function getApiPlatform_Action_NotFoundService()
  1343.     {
  1344.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1345.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Core\Action\NotFoundAction();
  1346.     }
  1347.     /**
  1348.      * Gets the public 'api_platform.action.placeholder' shared service.
  1349.      *
  1350.      * @return \ApiPlatform\Core\Action\PlaceholderAction
  1351.      */
  1352.     protected function getApiPlatform_Action_PlaceholderService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1355.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Core\Action\PlaceholderAction();
  1356.     }
  1357.     /**
  1358.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1359.      *
  1360.      * @return \ApiPlatform\Core\JsonLd\Action\ContextAction
  1361.      */
  1362.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1363.     {
  1364.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1365.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\Core\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1366.     }
  1367.     /**
  1368.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1369.      *
  1370.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1371.      */
  1372.     protected function getApiPlatform_Swagger_Action_UiService()
  1373.     {
  1374.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1375.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), 'API REI Industry''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL);
  1376.     }
  1377.     /**
  1378.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1379.      *
  1380.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1381.      */
  1382.     protected function getApiPlatform_SwaggerUi_ActionService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1386.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL), $this->parameters['api_platform.formats'], '''');
  1387.     }
  1388.     /**
  1389.      * Gets the public 'cache.app' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1392.      */
  1393.     protected function getCache_AppService()
  1394.     {
  1395.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PLy4+3ge4j'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1396.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1397.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1398.     }
  1399.     /**
  1400.      * Gets the public 'cache.app_clearer' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1403.      */
  1404.     protected function getCache_AppClearerService()
  1405.     {
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1408.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1409.     }
  1410.     /**
  1411.      * Gets the public 'cache.global_clearer' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1414.      */
  1415.     protected function getCache_GlobalClearerService()
  1416.     {
  1417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1419.         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.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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1420.     }
  1421.     /**
  1422.      * Gets the public 'cache.system' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1425.      */
  1426.     protected function getCache_SystemService()
  1427.     {
  1428.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O9qOMJmIaK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'cache.system_clearer' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1434.      */
  1435.     protected function getCache_SystemClearerService()
  1436.     {
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1439.         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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1440.     }
  1441.     /**
  1442.      * Gets the public 'cache_clearer' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1445.      */
  1446.     protected function getCacheClearerService()
  1447.     {
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1450.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1451.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1452.         }, 1));
  1453.     }
  1454.     /**
  1455.      * Gets the public 'cache_warmer' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1458.      */
  1459.     protected function getCacheWarmerService()
  1460.     {
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1463.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1464.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  1465.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1466.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1467.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1468.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1469.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1470.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1471.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1472.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1473.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1474.     }
  1475.     /**
  1476.      * Gets the public 'console.command.public_alias.JMose\CommandSchedulerBundle\Command\ExecuteCommand' shared service.
  1477.      *
  1478.      * @return \JMose\CommandSchedulerBundle\Command\ExecuteCommand
  1479.      */
  1480.     protected function getExecuteCommandService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Command/ExecuteCommand.php';
  1484.         return $this->services['console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\ExecuteCommand'] = new \JMose\CommandSchedulerBundle\Command\ExecuteCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default', (\dirname(__DIR__6).'/shared/var/log'));
  1485.     }
  1486.     /**
  1487.      * Gets the public 'console.command.public_alias.JMose\CommandSchedulerBundle\Command\MonitorCommand' shared service.
  1488.      *
  1489.      * @return \JMose\CommandSchedulerBundle\Command\MonitorCommand
  1490.      */
  1491.     protected function getMonitorCommandService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Command/MonitorCommand.php';
  1495.         return $this->services['console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\MonitorCommand'] = new \JMose\CommandSchedulerBundle\Command\MonitorCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default'false, [], 'cronjob monitoring %s, %s'false);
  1496.     }
  1497.     /**
  1498.      * Gets the public 'console.command.public_alias.JMose\CommandSchedulerBundle\Command\StartSchedulerCommand' shared service.
  1499.      *
  1500.      * @return \JMose\CommandSchedulerBundle\Command\StartSchedulerCommand
  1501.      */
  1502.     protected function getStartSchedulerCommandService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1505.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Command/StartSchedulerCommand.php';
  1506.         return $this->services['console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StartSchedulerCommand'] = new \JMose\CommandSchedulerBundle\Command\StartSchedulerCommand();
  1507.     }
  1508.     /**
  1509.      * Gets the public 'console.command.public_alias.JMose\CommandSchedulerBundle\Command\StopSchedulerCommand' shared service.
  1510.      *
  1511.      * @return \JMose\CommandSchedulerBundle\Command\StopSchedulerCommand
  1512.      */
  1513.     protected function getStopSchedulerCommandService()
  1514.     {
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Command/StopSchedulerCommand.php';
  1517.         return $this->services['console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StopSchedulerCommand'] = new \JMose\CommandSchedulerBundle\Command\StopSchedulerCommand();
  1518.     }
  1519.     /**
  1520.      * Gets the public 'console.command.public_alias.JMose\CommandSchedulerBundle\Command\UnlockCommand' shared service.
  1521.      *
  1522.      * @return \JMose\CommandSchedulerBundle\Command\UnlockCommand
  1523.      */
  1524.     protected function getUnlockCommandService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Command/UnlockCommand.php';
  1528.         return $this->services['console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\UnlockCommand'] = new \JMose\CommandSchedulerBundle\Command\UnlockCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default'false);
  1529.     }
  1530.     /**
  1531.      * Gets the public 'console.command_loader' shared service.
  1532.      *
  1533.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1534.      */
  1535.     protected function getConsole_CommandLoaderService()
  1536.     {
  1537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1539.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1540.             'App\\Command\\BrandImporterCommand' => ['privates''App\\Command\\BrandImporterCommand''getBrandImporterCommandService'false],
  1541.             'App\\Command\\NotificationSendCommand' => ['privates''App\\Command\\NotificationSendCommand''getNotificationSendCommandService'false],
  1542.             'App\\Command\\ProductImportCommand' => ['privates''App\\Command\\ProductImportCommand''getProductImportCommandService'false],
  1543.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1544.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  1545.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  1546.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1547.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1548.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1549.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1550.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1551.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1552.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1553.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1554.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1555.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1556.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1557.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1558.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1559.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1560.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1561.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1562.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1563.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1564.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1565.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1566.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1567.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1568.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1569.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1570.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1571.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1572.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1573.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1574.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1575.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1576.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1577.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1578.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1579.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1580.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1581.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1582.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1583.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1584.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1585.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1586.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1587.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1588.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1589.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1590.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1591.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1592.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1593.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1594.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1595.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1596.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1597.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1598.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1599.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1600.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1601.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1602.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1603.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1604.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1605.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1606.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1607.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1608.             'easy_deploy.command.deploy' => ['privates''easy_deploy.command.deploy''getEasyDeploy_Command_DeployService'false],
  1609.             'easy_deploy.command.rollback' => ['privates''easy_deploy.command.rollback''getEasyDeploy_Command_RollbackService'false],
  1610.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1611.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1612.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1613.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1614.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  1615.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  1616.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1617.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1618.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1619.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1620.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1621.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1622.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1623.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1624.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1625.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1626.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1627.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1628.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1629.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1630.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1631.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1632.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1633.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1634.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1635.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1636.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1637.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1638.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1639.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1640.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1641.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1642.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1643.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1644.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1645.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1646.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1647.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1648.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1649.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1650.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1651.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1652.         ], [
  1653.             'App\\Command\\BrandImporterCommand' => 'App\\Command\\BrandImporterCommand',
  1654.             'App\\Command\\NotificationSendCommand' => 'App\\Command\\NotificationSendCommand',
  1655.             'App\\Command\\ProductImportCommand' => 'App\\Command\\ProductImportCommand',
  1656.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1657.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  1658.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  1659.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\Core\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1660.             'api_platform.openapi.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1661.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1662.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1663.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1664.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1665.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1666.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1667.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1668.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1669.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1670.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1671.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1672.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1673.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1674.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1675.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1676.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1677.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1678.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1679.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1680.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1681.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1682.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1683.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1684.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1685.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1686.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1687.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1688.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1689.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1690.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1691.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1692.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1693.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1694.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1695.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1696.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1697.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1698.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1699.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1700.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1701.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1702.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1703.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1704.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1705.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1706.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1707.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1708.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1709.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1710.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1711.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1712.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1713.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1714.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1715.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1716.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1717.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1718.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1719.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1720.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1721.             'easy_deploy.command.deploy' => 'EasyCorp\\Bundle\\EasyDeployBundle\\Command\\DeployCommand',
  1722.             'easy_deploy.command.rollback' => 'EasyCorp\\Bundle\\EasyDeployBundle\\Command\\RollbackCommand',
  1723.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1724.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1725.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1726.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1727.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1728.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1729.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1730.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1731.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1732.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1733.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1734.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1735.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1736.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1737.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1738.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1739.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1740.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1741.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1742.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1743.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1744.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1745.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1746.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1747.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1748.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1749.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1750.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1751.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1752.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1753.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1754.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1755.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1756.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1757.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1758.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1759.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1760.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1761.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1762.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1763.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1764.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1765.         ]), ['app:brand-import' => 'App\\Command\\BrandImporterCommand''app:notification-send' => 'App\\Command\\NotificationSendCommand''app:product-import' => 'App\\Command\\ProductImportCommand''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''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''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''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''ckeditor:install' => 'fos_ck_editor.command.installer''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''deploy' => 'easy_deploy.command.deploy''rollback' => 'easy_deploy.command.rollback''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']);
  1766.     }
  1767.     /**
  1768.      * Gets the public 'container.env_var_processors_locator' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1771.      */
  1772.     protected function getContainer_EnvVarProcessorsLocatorService()
  1773.     {
  1774.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1775.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1776.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1777.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1778.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1779.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1780.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1781.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1782.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1783.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1784.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1785.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1786.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1787.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1788.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1789.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1790.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1791.         ], [
  1792.             'base64' => '?',
  1793.             'bool' => '?',
  1794.             'const' => '?',
  1795.             'csv' => '?',
  1796.             'default' => '?',
  1797.             'file' => '?',
  1798.             'float' => '?',
  1799.             'int' => '?',
  1800.             'json' => '?',
  1801.             'key' => '?',
  1802.             'query_string' => '?',
  1803.             'require' => '?',
  1804.             'resolve' => '?',
  1805.             'string' => '?',
  1806.             'trim' => '?',
  1807.             'url' => '?',
  1808.         ]);
  1809.     }
  1810.     /**
  1811.      * Gets the public 'data_collector.dump' shared service.
  1812.      *
  1813.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1814.      */
  1815.     protected function getDataCollector_DumpService()
  1816.     {
  1817.         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()));
  1818.     }
  1819.     /**
  1820.      * Gets the public 'doctrine' shared service.
  1821.      *
  1822.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1823.      */
  1824.     protected function getDoctrineService()
  1825.     {
  1826.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1827.     }
  1828.     /**
  1829.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1830.      *
  1831.      * @return \Doctrine\DBAL\Connection
  1832.      */
  1833.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1834.     {
  1835.         $a = new \Doctrine\DBAL\Configuration();
  1836.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1837.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1838.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1839.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1840.         $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()))]));
  1841.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1842.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1843.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'false],
  1844.             'vich_uploader.listener.clean.images' => ['privates''vich_uploader.listener.clean.images''getVichUploader_Listener_Clean_ImagesService'false],
  1845.             'vich_uploader.listener.clean.product_media' => ['privates''vich_uploader.listener.clean.product_media''getVichUploader_Listener_Clean_ProductMediaService'false],
  1846.             'vich_uploader.listener.remove.images' => ['privates''vich_uploader.listener.remove.images''getVichUploader_Listener_Remove_ImagesService'false],
  1847.             'vich_uploader.listener.remove.product_media' => ['privates''vich_uploader.listener.remove.product_media''getVichUploader_Listener_Remove_ProductMediaService'false],
  1848.             'vich_uploader.listener.upload.images' => ['privates''vich_uploader.listener.upload.images''getVichUploader_Listener_Upload_ImagesService'false],
  1849.             'vich_uploader.listener.upload.product_media' => ['privates''vich_uploader.listener.upload.product_media''getVichUploader_Listener_Upload_ProductMediaService'false],
  1850.         ], [
  1851.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1852.             'gedmo.listener.tree' => '?',
  1853.             'vich_uploader.listener.clean.images' => '?',
  1854.             'vich_uploader.listener.clean.product_media' => '?',
  1855.             'vich_uploader.listener.remove.images' => '?',
  1856.             'vich_uploader.listener.remove.product_media' => '?',
  1857.             'vich_uploader.listener.upload.images' => '?',
  1858.             'vich_uploader.listener.upload.product_media' => '?',
  1859.         ]), [=> 'vich_uploader.listener.clean.images'=> 'vich_uploader.listener.clean.product_media'=> 'gedmo.listener.tree'=> 'vich_uploader.listener.remove.images'=> 'vich_uploader.listener.upload.images'=> 'vich_uploader.listener.remove.product_media'=> 'vich_uploader.listener.upload.product_media']);
  1860.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1861.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1862.     }
  1863.     /**
  1864.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1865.      *
  1866.      * @return \Doctrine\ORM\EntityManager
  1867.      */
  1868.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1869.     {
  1870.         if ($lazyLoad) {
  1871.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1872.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1873.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1874.                     $proxy->setProxyInitializer(null);
  1875.                     return true;
  1876.                 });
  1877.             });
  1878.         }
  1879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1906.         $a = new \Doctrine\ORM\Configuration();
  1907.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1908.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1909.         $d = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/config/doctrine') => 'JMose\\CommandSchedulerBundle\\Entity']);
  1910.         $d->setGlobalBasename('mapping');
  1911.         $e = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  1912.         $b->addDriver($c'App\\Entity');
  1913.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1914.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1915.         $b->addDriver($d'JMose\\CommandSchedulerBundle\\Entity');
  1916.         $b->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1917.         $b->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1918.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity''JMoseCommandSchedulerBundle' => 'JMose\\CommandSchedulerBundle\\Entity']);
  1919.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1920.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1921.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1922.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1923.             'App\\Classes\\IdGenerator' => ['privates''App\\Classes\\IdGenerator''getIdGeneratorService'false],
  1924.         ], [
  1925.             'App\\Classes\\IdGenerator' => '?',
  1926.         ])));
  1927.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1928.         $a->setProxyNamespace('Proxies');
  1929.         $a->setAutoGenerateProxyClasses(true);
  1930.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1931.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1932.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1933.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1934.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1935.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'false],
  1937.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1938.             'App\\Repository\\ErrorRepository' => ['privates''App\\Repository\\ErrorRepository''getErrorRepositoryService'false],
  1939.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1940.             'App\\Repository\\ItemRequestRepository' => ['privates''App\\Repository\\ItemRequestRepository''getItemRequestRepositoryService'false],
  1941.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1942.             'App\\Repository\\PriceRequestRepository' => ['privates''App\\Repository\\PriceRequestRepository''getPriceRequestRepositoryService'false],
  1943.             'App\\Repository\\ProductClearanceRepository' => ['privates''App\\Repository\\ProductClearanceRepository''getProductClearanceRepositoryService'false],
  1944.             'App\\Repository\\ProductMediaRepository' => ['privates''App\\Repository\\ProductMediaRepository''getProductMediaRepositoryService'false],
  1945.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1946.             'App\\Repository\\ProductRobotRepository' => ['privates''App\\Repository\\ProductRobotRepository''getProductRobotRepositoryService'false],
  1947.             'App\\Repository\\PurchaseLineRepository' => ['privates''App\\Repository\\PurchaseLineRepository''getPurchaseLineRepositoryService'false],
  1948.             'App\\Repository\\PurchaseRepository' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'false],
  1949.             'App\\Repository\\RequestRepository' => ['privates''App\\Repository\\RequestRepository''getRequestRepositoryService'false],
  1950.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1951.         ], [
  1952.             'App\\Repository\\BrandRepository' => '?',
  1953.             'App\\Repository\\CustomerRepository' => '?',
  1954.             'App\\Repository\\ErrorRepository' => '?',
  1955.             'App\\Repository\\ImageRepository' => '?',
  1956.             'App\\Repository\\ItemRequestRepository' => '?',
  1957.             'App\\Repository\\NotificationRepository' => '?',
  1958.             'App\\Repository\\PriceRequestRepository' => '?',
  1959.             'App\\Repository\\ProductClearanceRepository' => '?',
  1960.             'App\\Repository\\ProductMediaRepository' => '?',
  1961.             'App\\Repository\\ProductRepository' => '?',
  1962.             'App\\Repository\\ProductRobotRepository' => '?',
  1963.             'App\\Repository\\PurchaseLineRepository' => '?',
  1964.             'App\\Repository\\PurchaseRepository' => '?',
  1965.             'App\\Repository\\RequestRepository' => '?',
  1966.             'App\\Repository\\UserRepository' => '?',
  1967.         ])));
  1968.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1969.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1970.         return $instance;
  1971.     }
  1972.     /**
  1973.      * Gets the public 'error_controller' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1976.      */
  1977.     protected function getErrorControllerService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1984.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1985.         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)));
  1986.     }
  1987.     /**
  1988.      * Gets the public 'event_dispatcher' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1991.      */
  1992.     protected function getEventDispatcherService()
  1993.     {
  1994.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1995.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1996.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1998.         $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())));
  1999.         $instance->addListener('security.interactive_login', [=> function () {
  2000.             return ($this->privates['App\\Events\\LoginListener'] ?? $this->getLoginListenerService());
  2001.         }, => 'onSecurityInteractivelogin'], 0);
  2002.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2003.             return ($this->privates['acme_api.event.authentication_success_listener'] ?? $this->getAcmeApi_Event_AuthenticationSuccessListenerService());
  2004.         }, => 'onAuthenticationSuccessResponse'], 0);
  2005.         $instance->addListener('kernel.controller', [=> function () {
  2006.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2007.         }, => 'onKernelController'], 0);
  2008.         $instance->addListener('kernel.request', [=> function () {
  2009.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2010.         }, => 'onKernelRequest'], 250);
  2011.         $instance->addListener('kernel.response', [=> function () {
  2012.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2013.         }, => 'onKernelResponse'], 0);
  2014.         $instance->addListener('kernel.response', [=> function () {
  2015.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2016.         }, => 'onResponse'], 0);
  2017.         $instance->addListener('kernel.request', [=> function () {
  2018.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2019.         }, => 'onKernelRequest'], 7);
  2020.         $instance->addListener('kernel.request', [=> function () {
  2021.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  2022.         }, => 'onKernelRequest'], 4);
  2023.         $instance->addListener('kernel.view', [=> function () {
  2024.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  2025.         }, => 'onKernelView'], 32);
  2026.         $instance->addListener('kernel.request', [=> function () {
  2027.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2028.         }, => 'onKernelRequest'], 2);
  2029.         $instance->addListener('kernel.view', [=> function () {
  2030.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2031.         }, => 'onKernelView'], 16);
  2032.         $instance->addListener('kernel.view', [=> function () {
  2033.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2034.         }, => 'onKernelView'], 8);
  2035.         $instance->addListener('kernel.exception', [=> function () {
  2036.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2037.         }, => 'onKernelException'], 0);
  2038.         $instance->addListener('kernel.exception', [=> function () {
  2039.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2040.         }, => 'onKernelException'], -96);
  2041.         $instance->addListener('kernel.request', [=> function () {
  2042.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2043.         }, => 'onKernelRequest'], 0);
  2044.         $instance->addListener('kernel.response', [=> function () {
  2045.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2046.         }, => 'onKernelResponse'], 0);
  2047.         $instance->addListener('kernel.response', [=> function () {
  2048.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2049.         }, => 'onKernelResponse'], -1);
  2050.         $instance->addListener('kernel.view', [=> function () {
  2051.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2052.         }, => 'onKernelView'], 64);
  2053.         $instance->addListener('kernel.request', [=> function () {
  2054.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2055.         }, => 'onKernelRequest'], 16);
  2056.         $instance->addListener('kernel.request', [=> function () {
  2057.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2058.         }, => 'onSecurity'], 3);
  2059.         $instance->addListener('kernel.request', [=> function () {
  2060.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2061.         }, => 'onSecurityPostDenormalize'], 1);
  2062.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2063.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2064.         }, => 'attachRefreshToken'], 0);
  2065.         $instance->addListener('kernel.request', [=> function () {
  2066.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2067.         }, => 'onKernelRequest'], 0);
  2068.         $instance->addListener('kernel.view', [=> function () {
  2069.             return ($this->services['App\\Events\\ApiSignUpSubscriber'] ?? $this->getApiSignUpSubscriberService());
  2070.         }, => 'sendMailToNewCustomer'], 31);
  2071.         $instance->addListener('vich_uploader.pre_remove', [=> function () {
  2072.             return ($this->privates['App\\Events\\ImageCacheSubscriber'] ?? $this->getImageCacheSubscriberService());
  2073.         }, => 'onRemove'], 0);
  2074.         $instance->addListener('kernel.view', [=> function () {
  2075.             return ($this->privates['App\\Events\\PasswordEncoderSubscriber'] ?? $this->getPasswordEncoderSubscriberService());
  2076.         }, => 'encodePassword'], 65);
  2077.         $instance->addListener('kernel.view', [=> function () {
  2078.             return ($this->privates['App\\Events\\RequestCustomerSubscriber'] ?? $this->getRequestCustomerSubscriberService());
  2079.         }, => 'setCustomerForRequest'], 65);
  2080.         $instance->addListener('kernel.response', [=> function () {
  2081.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2082.         }, => 'onKernelResponse'], 0);
  2083.         $instance->addListener('kernel.response', [=> function () {
  2084.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2085.         }, => 'onKernelResponse'], -1024);
  2086.         $instance->addListener('kernel.request', [=> function () {
  2087.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2088.         }, => 'setDefaultLocale'], 100);
  2089.         $instance->addListener('kernel.request', [=> function () {
  2090.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2091.         }, => 'onKernelRequest'], 16);
  2092.         $instance->addListener('kernel.finish_request', [=> function () {
  2093.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2094.         }, => 'onKernelFinishRequest'], 0);
  2095.         $instance->addListener('kernel.request', [=> function () {
  2096.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2097.         }, => 'onKernelRequest'], 256);
  2098.         $instance->addListener('kernel.request', [=> function () {
  2099.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2100.         }, => 'resolveControllerName'], 24);
  2101.         $instance->addListener('kernel.response', [=> function () {
  2102.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2103.         }, => 'onResponse'], -255);
  2104.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2105.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2106.         }, => 'onControllerArguments'], 0);
  2107.         $instance->addListener('kernel.exception', [=> function () {
  2108.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2109.         }, => 'logKernelException'], 0);
  2110.         $instance->addListener('kernel.exception', [=> function () {
  2111.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2112.         }, => 'onKernelException'], -128);
  2113.         $instance->addListener('kernel.request', [=> function () {
  2114.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2115.         }, => 'onKernelRequest'], 15);
  2116.         $instance->addListener('kernel.finish_request', [=> function () {
  2117.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2118.         }, => 'onKernelFinishRequest'], -15);
  2119.         $instance->addListener('console.error', [=> function () {
  2120.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2121.         }, => 'onConsoleError'], -128);
  2122.         $instance->addListener('console.terminate', [=> function () {
  2123.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2124.         }, => 'onConsoleTerminate'], -128);
  2125.         $instance->addListener('console.error', [=> function () {
  2126.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2127.         }, => 'onConsoleError'], 0);
  2128.         $instance->addListener('kernel.request', [=> function () {
  2129.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2130.         }, => 'onKernelRequest'], 128);
  2131.         $instance->addListener('kernel.response', [=> function () {
  2132.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2133.         }, => 'onKernelResponse'], -1000);
  2134.         $instance->addListener('kernel.finish_request', [=> function () {
  2135.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2136.         }, => 'onFinishRequest'], 0);
  2137.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2138.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2139.         }, => 'onMessage'], -255);
  2140.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2141.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2142.         }, => 'onMessage'], -255);
  2143.         $instance->addListener('kernel.response', [=> function () {
  2144.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2145.         }, => 'onKernelResponse'], 0);
  2146.         $instance->addListener('kernel.response', [=> function () {
  2147.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2148.         }, => 'onKernelResponse'], -100);
  2149.         $instance->addListener('kernel.exception', [=> function () {
  2150.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2151.         }, => 'onKernelException'], 0);
  2152.         $instance->addListener('kernel.terminate', [=> function () {
  2153.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2154.         }, => 'onKernelTerminate'], -1024);
  2155.         $instance->addListener('kernel.controller', [=> function () {
  2156.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2157.         }, => 'onKernelController'], 0);
  2158.         $instance->addListener('kernel.response', [=> function () {
  2159.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2160.         }, => 'onKernelResponse'], 0);
  2161.         $instance->addListener('kernel.request', [=> function () {
  2162.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2163.         }, => 'configure'], 2048);
  2164.         $instance->addListener('console.command', [=> function () {
  2165.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2166.         }, => 'configure'], 2048);
  2167.         $instance->addListener('kernel.request', [=> function () {
  2168.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2169.         }, => 'onKernelRequest'], 32);
  2170.         $instance->addListener('kernel.finish_request', [=> function () {
  2171.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2172.         }, => 'onKernelFinishRequest'], 0);
  2173.         $instance->addListener('kernel.exception', [=> function () {
  2174.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2175.         }, => 'onKernelException'], -64);
  2176.         $instance->addListener('kernel.response', [=> function () {
  2177.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2178.         }, => 'onKernelResponse'], 0);
  2179.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2180.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2181.         }, => 'onMessage'], 0);
  2182.         $instance->addListener('kernel.controller', [=> function () {
  2183.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2184.         }, => 'onKernelController'], 0);
  2185.         $instance->addListener('kernel.controller', [=> function () {
  2186.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2187.         }, => 'onKernelController'], 0);
  2188.         $instance->addListener('kernel.controller', [=> function () {
  2189.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2190.         }, => 'onKernelController'], -128);
  2191.         $instance->addListener('kernel.view', [=> function () {
  2192.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2193.         }, => 'onKernelView'], 0);
  2194.         $instance->addListener('kernel.controller', [=> function () {
  2195.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2196.         }, => 'onKernelController'], 0);
  2197.         $instance->addListener('kernel.response', [=> function () {
  2198.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2199.         }, => 'onKernelResponse'], 0);
  2200.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2201.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2202.         }, => 'onKernelControllerArguments'], 0);
  2203.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2204.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2205.         }, => 'onKernelControllerArguments'], 0);
  2206.         $instance->addListener('kernel.response', [=> function () {
  2207.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2208.         }, => 'onKernelResponse'], 0);
  2209.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2210.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2211.         }, => 'onVoterVote'], 0);
  2212.         $instance->addListener('kernel.request', [=> function () {
  2213.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2214.         }, => 'configureLogoutUrlGenerator'], 8);
  2215.         $instance->addListener('kernel.request', [=> function () {
  2216.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2217.         }, => 'onKernelRequest'], 8);
  2218.         $instance->addListener('kernel.finish_request', [=> function () {
  2219.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2220.         }, => 'onKernelFinishRequest'], 0);
  2221.         $instance->addListener('kernel.response', [=> function () {
  2222.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2223.         }, => 'onKernelResponse'], -128);
  2224.         $instance->addListener('console.command', [=> function () {
  2225.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2226.         }, => 'onCommand'], 255);
  2227.         $instance->addListener('console.terminate', [=> function () {
  2228.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2229.         }, => 'onTerminate'], -255);
  2230.         $instance->addListener('console.command', [=> function () {
  2231.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2232.         }, => 'configure'], 1024);
  2233.         $instance->addListener('console.error', [=> function () {
  2234.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2235.         }, => 'onConsoleError'], 0);
  2236.         $instance->addListener('console.terminate', [=> function () {
  2237.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2238.         }, => 'onConsoleTerminate'], 0);
  2239.         $instance->addListener('kernel.exception', [=> function () {
  2240.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2241.         }, => 'onException'], 0);
  2242.         $instance->addListener('kernel.terminate', [=> function () {
  2243.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2244.         }, => 'onTerminate'], 0);
  2245.         $instance->addListener('console.error', [=> function () {
  2246.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2247.         }, => 'onException'], 0);
  2248.         $instance->addListener('console.terminate', [=> function () {
  2249.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2250.         }, => 'onTerminate'], 0);
  2251.         $instance->addListener('knp_pager.before', [=> function () {
  2252.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2253.         }, => 'before'], 0);
  2254.         $instance->addListener('knp_pager.pagination', [=> function () {
  2255.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2256.         }, => 'pagination'], 0);
  2257.         $instance->addListener('knp_pager.before', [=> function () {
  2258.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2259.         }, => 'before'], 1);
  2260.         $instance->addListener('knp_pager.before', [=> function () {
  2261.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2262.         }, => 'before'], 1);
  2263.         $instance->addListener('knp_pager.pagination', [=> function () {
  2264.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2265.         }, => 'pagination'], 1);
  2266.         return $instance;
  2267.     }
  2268.     /**
  2269.      * Gets the public 'ewz_recaptcha.form.type' shared service.
  2270.      *
  2271.      * @return \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType
  2272.      */
  2273.     protected function getEwzRecaptcha_Form_TypeService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/AbstractEWZRecaptchaType.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/EWZRecaptchaType.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Locale/LocaleResolver.php';
  2280.         return $this->services['ewz_recaptcha.form.type'] = new \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType($this->getEnv('EWZ_RECAPTCHA_SITE_KEY'), falsefalse, new \EWZ\Bundle\RecaptchaBundle\Locale\LocaleResolver('fr'true, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'www.google.com');
  2281.     }
  2282.     /**
  2283.      * Gets the public 'ewz_recaptcha.v3.form.type' shared service.
  2284.      *
  2285.      * @return \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaV3Type
  2286.      */
  2287.     protected function getEwzRecaptcha_V3_Form_TypeService()
  2288.     {
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/AbstractEWZRecaptchaType.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Form/Type/EWZRecaptchaV3Type.php';
  2293.         return $this->services['ewz_recaptcha.v3.form.type'] = new \EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaV3Type($this->getEnv('EWZ_RECAPTCHA_SITE_KEY'), falsefalse'www.google.com');
  2294.     }
  2295.     /**
  2296.      * Gets the public 'ewz_recaptcha.validator.true' shared service.
  2297.      *
  2298.      * @return \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator
  2299.      */
  2300.     protected function getEwzRecaptcha_Validator_TrueService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/IsTrueValidator.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  2307.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Extension/ReCaptcha/RequestMethod/Post.php';
  2308.         return $this->services['ewz_recaptcha.validator.true'] = new \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator(false, new \ReCaptcha\ReCaptcha($this->getEnv('EWZ_RECAPTCHA_SECRET'), new \EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod\Post('https://www.google.com'NULL)), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), false, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), []);
  2309.     }
  2310.     /**
  2311.      * Gets the public 'ewz_recaptcha.validator.v3.true' shared service.
  2312.      *
  2313.      * @return \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidatorV3
  2314.      */
  2315.     protected function getEwzRecaptcha_Validator_V3_TrueService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Validator/Constraints/IsTrueValidatorV3.php';
  2320.         return $this->services['ewz_recaptcha.validator.v3.true'] = new \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidatorV3(false$this->getEnv('EWZ_RECAPTCHA_SECRET'), 0.5, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2321.     }
  2322.     /**
  2323.      * Gets the public 'filesystem' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Filesystem\Filesystem
  2326.      */
  2327.     protected function getFilesystemService()
  2328.     {
  2329.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2330.     }
  2331.     /**
  2332.      * Gets the public 'form.factory' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Form\FormFactory
  2335.      */
  2336.     protected function getForm_FactoryService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2340.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2341.     }
  2342.     /**
  2343.      * Gets the public 'form.type.file' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2346.      */
  2347.     protected function getForm_Type_FileService()
  2348.     {
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2352.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2353.     }
  2354.     /**
  2355.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2356.      *
  2357.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2358.      */
  2359.     protected function getGesdinet_JwtrefreshtokenService()
  2360.     {
  2361.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  2370.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  2371.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'refresh_token'), new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a), ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), $a2592000'api'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2372.     }
  2373.     /**
  2374.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2375.      *
  2376.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2377.      */
  2378.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2383.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');
  2384.     }
  2385.     /**
  2386.      * Gets the public 'http_kernel' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2389.      */
  2390.     protected function getHttpKernelService()
  2391.     {
  2392.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2393.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 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)))), $a), ($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 () {
  2394.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2395.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2396.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2397.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2398.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2399.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2400.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2401.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2402.         }, 8)), $a));
  2403.     }
  2404.     /**
  2405.      * Gets the public 'knp_paginator' shared service.
  2406.      *
  2407.      * @return \Knp\Component\Pager\Paginator
  2408.      */
  2409.     protected function getKnpPaginatorService($lazyLoad true)
  2410.     {
  2411.         if ($lazyLoad) {
  2412.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2413.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2414.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2415.                     $proxy->setProxyInitializer(null);
  2416.                     return true;
  2417.                 });
  2418.             });
  2419.         }
  2420.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2421.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2422.         return $instance;
  2423.     }
  2424.     /**
  2425.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2426.      *
  2427.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2428.      */
  2429.     protected function getLexikJwtAuthentication_EncoderService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2440.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'36000));
  2441.     }
  2442.     /**
  2443.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2444.      *
  2445.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2446.      */
  2447.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2451.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  2452.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  2453.         }, 1));
  2454.         $instance->setName('lexik:jwt:generate-token');
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2459.      *
  2460.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2461.      */
  2462.     protected function getLexikJwtAuthentication_JwtManagerService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2467.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  2468.         $instance->setUserIdentityField('username');
  2469.         return $instance;
  2470.     }
  2471.     /**
  2472.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2473.      *
  2474.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2475.      */
  2476.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2477.     {
  2478.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2482.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  2483.     }
  2484.     /**
  2485.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  2486.      *
  2487.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  2488.      */
  2489.     protected function getLiipImagine_Binary_Loader_DefaultService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  2495.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  2496.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  2497.     }
  2498.     /**
  2499.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2500.      *
  2501.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2502.      */
  2503.     protected function getLiipImagine_Cache_ManagerService()
  2504.     {
  2505.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  2506.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2507.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2508.         return $instance;
  2509.     }
  2510.     /**
  2511.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2512.      *
  2513.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2514.      */
  2515.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2516.     {
  2517.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2518.     }
  2519.     /**
  2520.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2521.      *
  2522.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2523.      */
  2524.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2525.     {
  2526.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2527.     }
  2528.     /**
  2529.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2530.      *
  2531.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2532.      */
  2533.     protected function getLiipImagine_Cache_SignerService()
  2534.     {
  2535.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2536.     }
  2537.     /**
  2538.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  2539.      *
  2540.      * @return \Liip\ImagineBundle\Config\StackCollection
  2541.      */
  2542.     protected function getLiipImagine_Config_StackCollectionService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  2553.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  2554.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  2556.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  2569.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  2570.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  2571.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  2572.     }
  2573.     /**
  2574.      * Gets the public 'liip_imagine.data.manager' shared service.
  2575.      *
  2576.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  2577.      */
  2578.     protected function getLiipImagine_Data_ManagerService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  2581.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  2582.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  2583.         return $instance;
  2584.     }
  2585.     /**
  2586.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  2587.      *
  2588.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  2589.      */
  2590.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  2591.     {
  2592.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2595.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  2596.     }
  2597.     /**
  2598.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  2599.      *
  2600.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  2601.      */
  2602.     protected function getLiipImagine_Filter_Loader_FixedService()
  2603.     {
  2604.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2606.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  2607.     }
  2608.     /**
  2609.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  2610.      *
  2611.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  2612.      */
  2613.     protected function getLiipImagine_Filter_Loader_FlipService()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2617.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  2618.     }
  2619.     /**
  2620.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  2621.      *
  2622.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  2623.      */
  2624.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2628.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  2629.     }
  2630.     /**
  2631.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  2632.      *
  2633.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  2634.      */
  2635.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  2636.     {
  2637.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2639.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  2640.     }
  2641.     /**
  2642.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  2643.      *
  2644.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  2645.      */
  2646.     protected function getLiipImagine_Filter_Loader_ResampleService()
  2647.     {
  2648.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  2650.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  2651.     }
  2652.     /**
  2653.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  2654.      *
  2655.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  2656.      */
  2657.     protected function getLiipImagine_Filter_Loader_RotateService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2661.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  2662.     }
  2663.     /**
  2664.      * Gets the public 'liip_imagine.filter.manager' shared service.
  2665.      *
  2666.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  2667.      */
  2668.     protected function getLiipImagine_Filter_ManagerService()
  2669.     {
  2670.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  2686.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2695.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  2696.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  2697.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  2698.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  2699.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  2700.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  2701.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  2702.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  2703.         $instance->addLoader('paste', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, (\dirname(__DIR__4).'/src')));
  2704.         $instance->addLoader('watermark', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, (\dirname(__DIR__4).'/src')));
  2705.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  2706.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  2707.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  2708.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  2709.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  2710.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  2711.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  2712.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  2713.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  2714.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  2715.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  2716.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  2717.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  2718.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  2719.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  2720.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  2721.         return $instance;
  2722.     }
  2723.     /**
  2724.      * Gets the public 'profiler' shared service.
  2725.      *
  2726.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2727.      */
  2728.     protected function getProfilerService()
  2729.     {
  2730.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2731.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2732.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2733.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2734.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2735.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2736.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2737.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2738.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2739.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2740.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2741.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2742.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2743.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2744.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2745.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2746.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2747.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2748.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  2749.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  2750.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  2751.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  2752.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  2753.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2754.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2755.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2756.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2757.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2758.         if ($this->has('kernel')) {
  2759.             $g->setKernel($b);
  2760.         }
  2761.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2762.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  2763.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2764.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2765.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2766.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2767.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2768.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2769.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2770.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2771.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2772.         $instance->add($d);
  2773.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2774.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  2775.         $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())));
  2776.         $instance->add($e);
  2777.         $instance->add($f);
  2778.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2779.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2780.         $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()))));
  2781.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  2782.         $instance->add($g);
  2783.         return $instance;
  2784.     }
  2785.     /**
  2786.      * Gets the public 'request_stack' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2789.      */
  2790.     protected function getRequestStackService()
  2791.     {
  2792.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2793.     }
  2794.     /**
  2795.      * Gets the public 'router' shared service.
  2796.      *
  2797.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2798.      */
  2799.     protected function getRouterService()
  2800.     {
  2801.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2802.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2803.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2804.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2805.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2806.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2807.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2808.         ], [
  2809.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2810.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  2811.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the public 'routing.loader' shared service.
  2816.      *
  2817.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2818.      */
  2819.     protected function getRouting_LoaderService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2836.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/ApiLoader.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2841.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2842.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2843.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2844.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2845.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2846.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2847.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2848.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2849.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2850.             'kernel' => ['services''kernel''getKernelService'false],
  2851.         ], [
  2852.             'kernel' => 'App\\Kernel',
  2853.         ]))));
  2854.         $a->addLoader(new \ApiPlatform\Core\Bridge\Symfony\Routing\ApiLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2855.         $a->addLoader($c);
  2856.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2857.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2858.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2859.     }
  2860.     /**
  2861.      * Gets the public 'security.authentication_utils' shared service.
  2862.      *
  2863.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2864.      */
  2865.     protected function getSecurity_AuthenticationUtilsService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2868.         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())));
  2869.     }
  2870.     /**
  2871.      * Gets the public 'security.authorization_checker' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2874.      */
  2875.     protected function getSecurity_AuthorizationCheckerService()
  2876.     {
  2877.         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);
  2878.     }
  2879.     /**
  2880.      * Gets the public 'security.csrf.token_manager' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2883.      */
  2884.     protected function getSecurity_Csrf_TokenManagerService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2890.         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())));
  2891.     }
  2892.     /**
  2893.      * Gets the public 'security.password_encoder' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2896.      */
  2897.     protected function getSecurity_PasswordEncoderService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2901.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2902.     }
  2903.     /**
  2904.      * Gets the public 'security.token_storage' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2907.      */
  2908.     protected function getSecurity_TokenStorageService()
  2909.     {
  2910.         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, [
  2911.             'session' => ['services''session''getSessionService'false],
  2912.         ], [
  2913.             'session' => '?',
  2914.         ]));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'serializer' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\Serializer\Serializer
  2920.      */
  2921.     protected function getSerializerService()
  2922.     {
  2923.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2924.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2925.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  2926.         $d = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  2927.         $e = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($d);
  2928.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2929.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2930.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2931.         $i = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  2932.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2933.         $k = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], [], $jtrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $d));
  2934.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2935.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2936.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2937.         $o = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  2938.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  2939.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2940.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2941.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q), NULL, []);
  2942.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer(), => $e=> $k=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $e=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($f$g$h$nNULL$l$j$m), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($f$o$l), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ltrue), 10 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($f$g$h$o$n$p$a$m$q, [], new RewindableGenerator(function () {
  2943.             return new \EmptyIterator();
  2944.         }, 0), $r), 13 => new \ApiPlatform\Core\Serializer\ItemNormalizer($g$h$o$n$a$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  2945.             return new \EmptyIterator();
  2946.         }, 0), $f$r), 14 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 20 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($p$n$o), 'page''pagination'$f$a), $f$n$i), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($s$o$p), 23 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  2947.     }
  2948.     /**
  2949.      * Gets the public 'services_resetter' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2952.      */
  2953.     protected function getServicesResetterService()
  2954.     {
  2955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2956.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2957.             if (isset($this->services['cache.app'])) {
  2958.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2959.             }
  2960.             if (isset($this->services['cache.system'])) {
  2961.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2962.             }
  2963.             if (isset($this->privates['cache.validator'])) {
  2964.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2965.             }
  2966.             if (isset($this->privates['cache.serializer'])) {
  2967.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2968.             }
  2969.             if (isset($this->privates['cache.annotations'])) {
  2970.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2971.             }
  2972.             if (isset($this->privates['cache.property_info'])) {
  2973.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2974.             }
  2975.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2976.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2977.             }
  2978.             if (isset($this->privates['mailer.logger_message_listener'])) {
  2979.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  2980.             }
  2981.             if (isset($this->services['profiler'])) {
  2982.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2983.             }
  2984.             if (isset($this->services['validator'])) {
  2985.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2986.             }
  2987.             if (isset($this->privates['debug.stopwatch'])) {
  2988.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2989.             }
  2990.             if (isset($this->services['event_dispatcher'])) {
  2991.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2992.             }
  2993.             if (isset($this->services['doctrine'])) {
  2994.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2995.             }
  2996.             if (isset($this->privates['form.type.entity'])) {
  2997.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2998.             }
  2999.             if (isset($this->services['security.token_storage'])) {
  3000.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3001.             }
  3002.             if (isset($this->privates['cache.security_expression_language'])) {
  3003.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3004.             }
  3005.             if (isset($this->privates['monolog.handler.main'])) {
  3006.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3007.             }
  3008.             if (isset($this->privates['monolog.handler.console'])) {
  3009.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3010.             }
  3011.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  3012.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  3013.             }
  3014.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  3015.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  3016.             }
  3017.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  3018.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  3019.             }
  3020.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  3021.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  3022.             }
  3023.             if (isset($this->privates['api_platform.cache.metadata.property'])) {
  3024.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? null);
  3025.             }
  3026.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3027.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3028.             }
  3029.         }, function () {
  3030.             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['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.property'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  3031.         }), ['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'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  3032.     }
  3033.     /**
  3034.      * Gets the public 'session' shared service.
  3035.      *
  3036.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3037.      */
  3038.     protected function getSessionService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3042.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3043.     }
  3044.     /**
  3045.      * Gets the public 'swiftmailer.mailer.default' shared service.
  3046.      *
  3047.      * @return \Swift_Mailer
  3048.      */
  3049.     protected function getSwiftmailer_Mailer_DefaultService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  3052.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  3053.     }
  3054.     /**
  3055.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  3056.      *
  3057.      * @return \Swift_Plugins_MessageLogger
  3058.      */
  3059.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3064.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  3065.     }
  3066.     /**
  3067.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  3068.      *
  3069.      * @return \Swift_Transport
  3070.      */
  3071.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3077.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  3078.     }
  3079.     /**
  3080.      * Gets the public 'swiftmailer.transport' shared service.
  3081.      *
  3082.      * @return \Swift_Transport_SpoolTransport
  3083.      */
  3084.     protected function getSwiftmailer_TransportService()
  3085.     {
  3086.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3087.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3095.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  3096.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3097.         return $instance;
  3098.     }
  3099.     /**
  3100.      * Gets the public 'translator' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3103.      */
  3104.     protected function getTranslatorService()
  3105.     {
  3106.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3107.     }
  3108.     /**
  3109.      * Gets the public 'twig' shared service.
  3110.      *
  3111.      * @return \Twig\Environment
  3112.      */
  3113.     protected function getTwigService()
  3114.     {
  3115.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  3116.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3117.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3118.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3119.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3120.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3121.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3122.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3123.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3124.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3125.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3126.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3127.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3128.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3129.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3130.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3131.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  3132.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  3133.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3134.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3135.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3136.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3137.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  3138.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  3139.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  3140.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  3141.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  3142.         $a->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  3143.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3144.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3145.         $a->addPath((\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/views'), 'JMoseCommandScheduler');
  3146.         $a->addPath((\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/views'), '!JMoseCommandScheduler');
  3147.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3148.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3149.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3150.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3151.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  3152.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3153.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  3154.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3155.         $e = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), []);
  3156.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3157.         $g = ($this->services['router'] ?? $this->getRouterService());
  3158.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3159.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  3160.         $i = new \Symfony\Bridge\Twig\AppVariable();
  3161.         $i->setEnvironment('dev');
  3162.         $i->setDebug(true);
  3163.         if ($this->has('security.token_storage')) {
  3164.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3165.         }
  3166.         if ($this->has('request_stack')) {
  3167.             $i->setRequestStack($d);
  3168.         }
  3169.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  3170.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3171.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  3172.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  3173.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  3174.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  3175.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  3176.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3177.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  3178.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3179.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3181.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  3182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3183.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3185.         $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())));
  3186.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  3187.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3188.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  3189.         $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()))));
  3190.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $g$e$d$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  3191.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  3192.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  3193.         $instance->addGlobal('app'$i);
  3194.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3195.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3196.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3197.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3198.         ], [
  3199.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3200.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3201.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3202.         ])));
  3203.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  3204.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  3205.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3206.         return $instance;
  3207.     }
  3208.     /**
  3209.      * Gets the public 'twig.controller.exception' shared service.
  3210.      *
  3211.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  3212.      *
  3213.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  3214.      */
  3215.     protected function getTwig_Controller_ExceptionService()
  3216.     {
  3217.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3218.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  3219.     }
  3220.     /**
  3221.      * Gets the public 'twig.controller.preview_error' shared service.
  3222.      *
  3223.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  3224.      *
  3225.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  3226.      */
  3227.     protected function getTwig_Controller_PreviewErrorService()
  3228.     {
  3229.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3230.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  3231.     }
  3232.     /**
  3233.      * Gets the public 'validator' shared service.
  3234.      *
  3235.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3236.      */
  3237.     protected function getValidatorService()
  3238.     {
  3239.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3240.     }
  3241.     /**
  3242.      * Gets the public 'var_dumper.cloner' shared service.
  3243.      *
  3244.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3245.      */
  3246.     protected function getVarDumper_ClonerService()
  3247.     {
  3248.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3249.         $instance->setMaxItems(2500);
  3250.         $instance->setMinDepth(1);
  3251.         $instance->setMaxString(-1);
  3252.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the public 'vich_uploader.download_handler' shared service.
  3257.      *
  3258.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  3259.      */
  3260.     protected function getVichUploader_DownloadHandlerService()
  3261.     {
  3262.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3264.         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()));
  3265.     }
  3266.     /**
  3267.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3268.      *
  3269.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3270.      */
  3271.     protected function getVichUploader_Form_Type_FileService()
  3272.     {
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3276.         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->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3277.     }
  3278.     /**
  3279.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3280.      *
  3281.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3282.      */
  3283.     protected function getVichUploader_Form_Type_ImageService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3289.         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->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  3290.     }
  3291.     /**
  3292.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3293.      *
  3294.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3295.      */
  3296.     protected function getVichUploader_UploadHandlerService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  3302.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3303.         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()));
  3304.     }
  3305.     /**
  3306.      * Gets the public 'web_profiler.controller.exception' shared service.
  3307.      *
  3308.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3309.      *
  3310.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3311.      */
  3312.     protected function getWebProfiler_Controller_ExceptionService()
  3313.     {
  3314.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  3315.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  3316.     }
  3317.     /**
  3318.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3319.      *
  3320.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3321.      */
  3322.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3325.         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()));
  3326.     }
  3327.     /**
  3328.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3329.      *
  3330.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3331.      */
  3332.     protected function getWebProfiler_Controller_ProfilerService()
  3333.     {
  3334.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3335.         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));
  3336.     }
  3337.     /**
  3338.      * Gets the public 'web_profiler.controller.router' shared service.
  3339.      *
  3340.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3341.      */
  3342.     protected function getWebProfiler_Controller_RouterService()
  3343.     {
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3345.         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()), NULL, new RewindableGenerator(function () {
  3346.             return new \EmptyIterator();
  3347.         }, 0));
  3348.     }
  3349.     /**
  3350.      * Gets the private '.debug.http_client' shared service.
  3351.      *
  3352.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3353.      */
  3354.     protected function get_Debug_HttpClientService()
  3355.     {
  3356.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3357.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3358.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3359.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3360.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3362.         $a->setLogger($b);
  3363.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3364.     }
  3365.     /**
  3366.      * Gets the private '.errored..service_locator.2uIq7xm.App\Entity\Purchase' shared service.
  3367.      *
  3368.      * @return \App\Entity\Purchase
  3369.      */
  3370.     protected function getPurchaseService()
  3371.     {
  3372.         $this->throw('Cannot autowire service ".service_locator.2uIq7xm": it references class "App\\Entity\\Purchase" but no such service exists.');
  3373.     }
  3374.     /**
  3375.      * Gets the private '.errored..service_locator.4_4DcXM.App\Entity\Customer' shared service.
  3376.      *
  3377.      * @return \App\Entity\Customer
  3378.      */
  3379.     protected function getCustomerService()
  3380.     {
  3381.         $this->throw('Cannot autowire service ".service_locator.4_4DcXM": it references class "App\\Entity\\Customer" but no such service exists.');
  3382.     }
  3383.     /**
  3384.      * Gets the private '.errored..service_locator.GYYMSB..App\Entity\ProductRobot' shared service.
  3385.      *
  3386.      * @return \App\Entity\ProductRobot
  3387.      */
  3388.     protected function getProductRobotService()
  3389.     {
  3390.         $this->throw('Cannot autowire service ".service_locator.GYYMSB.": it references class "App\\Entity\\ProductRobot" but no such service exists.');
  3391.     }
  3392.     /**
  3393.      * Gets the private '.errored..service_locator.JW5D6Lx.App\Entity\Product' shared service.
  3394.      *
  3395.      * @return \App\Entity\Product
  3396.      */
  3397.     protected function getProductService()
  3398.     {
  3399.         $this->throw('Cannot autowire service ".service_locator.JW5D6Lx": it references class "App\\Entity\\Product" but no such service exists.');
  3400.     }
  3401.     /**
  3402.      * Gets the private '.errored..service_locator.KKugpGR.App\Entity\Category' shared service.
  3403.      *
  3404.      * @return \App\Entity\Category
  3405.      */
  3406.     protected function getCategoryService()
  3407.     {
  3408.         $this->throw('Cannot autowire service ".service_locator.KKugpGR": it references class "App\\Entity\\Category" but no such service exists.');
  3409.     }
  3410.     /**
  3411.      * Gets the private '.errored..service_locator.KyyyJeK.App\Entity\ProductRobot' shared service.
  3412.      *
  3413.      * @return \App\Entity\ProductRobot
  3414.      */
  3415.     protected function getProductRobot2Service()
  3416.     {
  3417.         $this->throw('Cannot autowire service ".service_locator.KyyyJeK": it references class "App\\Entity\\ProductRobot" but no such service exists.');
  3418.     }
  3419.     /**
  3420.      * Gets the private '.errored..service_locator.M3xtsOR.App\Entity\Customer' shared service.
  3421.      *
  3422.      * @return \App\Entity\Customer
  3423.      */
  3424.     protected function getCustomer2Service()
  3425.     {
  3426.         $this->throw('Cannot autowire service ".service_locator.M3xtsOR": it references class "App\\Entity\\Customer" but no such service exists.');
  3427.     }
  3428.     /**
  3429.      * Gets the private '.errored..service_locator.NP_YUNA.App\Entity\Purchase' shared service.
  3430.      *
  3431.      * @return \App\Entity\Purchase
  3432.      */
  3433.     protected function getPurchase2Service()
  3434.     {
  3435.         $this->throw('Cannot autowire service ".service_locator.NP_YUNA": it references class "App\\Entity\\Purchase" but no such service exists.');
  3436.     }
  3437.     /**
  3438.      * Gets the private '.errored..service_locator.Pyr68_L.App\Entity\ProductMedia' shared service.
  3439.      *
  3440.      * @return \App\Entity\ProductMedia
  3441.      */
  3442.     protected function getProductMediaService()
  3443.     {
  3444.         $this->throw('Cannot autowire service ".service_locator.Pyr68_L": it references class "App\\Entity\\ProductMedia" but no such service exists.');
  3445.     }
  3446.     /**
  3447.      * Gets the private '.errored..service_locator.UvI3CwT.App\Entity\Category' shared service.
  3448.      *
  3449.      * @return \App\Entity\Category
  3450.      */
  3451.     protected function getCategory2Service()
  3452.     {
  3453.         $this->throw('Cannot autowire service ".service_locator.UvI3CwT": it references class "App\\Entity\\Category" but no such service exists.');
  3454.     }
  3455.     /**
  3456.      * Gets the private '.errored..service_locator.Vi6_6qZ.Symfony\Component\HttpKernel\Event\ViewEvent' shared service.
  3457.      *
  3458.      * @return \Symfony\Component\HttpKernel\Event\ViewEvent
  3459.      */
  3460.     protected function getViewEventService()
  3461.     {
  3462.         $this->throw('Cannot autowire service ".service_locator.Vi6_6qZ": it references class "Symfony\\Component\\HttpKernel\\Event\\ViewEvent" but no such service exists.');
  3463.     }
  3464.     /**
  3465.      * Gets the private '.errored..service_locator.aogQcES.App\Entity\Request' shared service.
  3466.      *
  3467.      * @return \App\Entity\Request
  3468.      */
  3469.     protected function getRequestService()
  3470.     {
  3471.         $this->throw('Cannot autowire service ".service_locator.aogQcES": it references class "App\\Entity\\Request" but no such service exists.');
  3472.     }
  3473.     /**
  3474.      * Gets the private '.errored..service_locator.cynN0st.App\Entity\Notification' shared service.
  3475.      *
  3476.      * @return \App\Entity\Notification
  3477.      */
  3478.     protected function getNotificationService()
  3479.     {
  3480.         $this->throw('Cannot autowire service ".service_locator.cynN0st": it references class "App\\Entity\\Notification" but no such service exists.');
  3481.     }
  3482.     /**
  3483.      * Gets the private '.errored..service_locator.hNknptv.App\Entity\ProductClearance' shared service.
  3484.      *
  3485.      * @return \App\Entity\ProductClearance
  3486.      */
  3487.     protected function getProductClearanceService()
  3488.     {
  3489.         $this->throw('Cannot autowire service ".service_locator.hNknptv": it references class "App\\Entity\\ProductClearance" but no such service exists.');
  3490.     }
  3491.     /**
  3492.      * Gets the private '.errored..service_locator.oeUQhKm.App\Entity\Request' shared service.
  3493.      *
  3494.      * @return \App\Entity\Request
  3495.      */
  3496.     protected function getRequest2Service()
  3497.     {
  3498.         $this->throw('Cannot autowire service ".service_locator.oeUQhKm": it references class "App\\Entity\\Request" but no such service exists.');
  3499.     }
  3500.     /**
  3501.      * Gets the private '.errored..service_locator.q2a0nLP.App\Entity\Customer' shared service.
  3502.      *
  3503.      * @return \App\Entity\Customer
  3504.      */
  3505.     protected function getCustomer3Service()
  3506.     {
  3507.         $this->throw('Cannot autowire service ".service_locator.q2a0nLP": it references class "App\\Entity\\Customer" but no such service exists.');
  3508.     }
  3509.     /**
  3510.      * Gets the private '.errored..service_locator.v2nxSIA.App\Entity\Customer' shared service.
  3511.      *
  3512.      * @return \App\Entity\Customer
  3513.      */
  3514.     protected function getCustomer4Service()
  3515.     {
  3516.         $this->throw('Cannot autowire service ".service_locator.v2nxSIA": it references class "App\\Entity\\Customer" but no such service exists.');
  3517.     }
  3518.     /**
  3519.      * Gets the private '.errored..service_locator.vY63aH7.App\Entity\User' shared service.
  3520.      *
  3521.      * @return \App\Entity\User
  3522.      */
  3523.     protected function getUserService()
  3524.     {
  3525.         $this->throw('Cannot autowire service ".service_locator.vY63aH7": it references class "App\\Entity\\User" but no such service exists.');
  3526.     }
  3527.     /**
  3528.      * Gets the private '.errored..service_locator.x_COkbr.App\Entity\ProductClearance' shared service.
  3529.      *
  3530.      * @return \App\Entity\ProductClearance
  3531.      */
  3532.     protected function getProductClearance2Service()
  3533.     {
  3534.         $this->throw('Cannot autowire service ".service_locator.x_COkbr": it references class "App\\Entity\\ProductClearance" but no such service exists.');
  3535.     }
  3536.     /**
  3537.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3538.      *
  3539.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3540.      */
  3541.     protected function get_LegacyResolveControllerNameSubscriberService()
  3542.     {
  3543.         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);
  3544.     }
  3545.     /**
  3546.      * Gets the private '.service_locator.0oUyZlA' shared service.
  3547.      *
  3548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3549.      */
  3550.     protected function get_ServiceLocator_0oUyZlAService()
  3551.     {
  3552.         return $this->privates['.service_locator.0oUyZlA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3553.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3554.             'repo' => ['privates''App\\Repository\\ProductClearanceRepository''getProductClearanceRepositoryService'false],
  3555.         ], [
  3556.             'paginator' => '?',
  3557.             'repo' => 'App\\Repository\\ProductClearanceRepository',
  3558.         ]);
  3559.     }
  3560.     /**
  3561.      * Gets the private '.service_locator.137B58I' shared service.
  3562.      *
  3563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3564.      */
  3565.     protected function get_ServiceLocator_137B58IService()
  3566.     {
  3567.         return $this->privates['.service_locator.137B58I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3568.             'cart' => ['privates''App\\Classes\\ShoppingCart''getShoppingCartService'false],
  3569.         ], [
  3570.             'cart' => 'App\\Classes\\ShoppingCart',
  3571.         ]);
  3572.     }
  3573.     /**
  3574.      * Gets the private '.service_locator.2uIq7xm' shared service.
  3575.      *
  3576.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3577.      */
  3578.     protected function get_ServiceLocator_2uIq7xmService()
  3579.     {
  3580.         return $this->privates['.service_locator.2uIq7xm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3581.             'purchase' => ['privates''.errored..service_locator.2uIq7xm.App\\Entity\\Purchase'NULL'Cannot autowire service ".service_locator.2uIq7xm": it references class "App\\Entity\\Purchase" but no such service exists.'],
  3582.         ], [
  3583.             'purchase' => 'App\\Entity\\Purchase',
  3584.         ]);
  3585.     }
  3586.     /**
  3587.      * Gets the private '.service_locator.4_4DcXM' shared service.
  3588.      *
  3589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3590.      */
  3591.     protected function get_ServiceLocator_44DcXMService()
  3592.     {
  3593.         return $this->privates['.service_locator.4_4DcXM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3594.             'customer' => ['privates''.errored..service_locator.4_4DcXM.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.4_4DcXM": it references class "App\\Entity\\Customer" but no such service exists.'],
  3595.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3596.         ], [
  3597.             'customer' => 'App\\Entity\\Customer',
  3598.             'em' => '?',
  3599.         ]);
  3600.     }
  3601.     /**
  3602.      * Gets the private '.service_locator.5Qlacb7' shared service.
  3603.      *
  3604.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3605.      */
  3606.     protected function get_ServiceLocator_5Qlacb7Service()
  3607.     {
  3608.         return $this->privates['.service_locator.5Qlacb7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3609.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  3610.             'repo' => ['privates''App\\Repository\\ProductRobotRepository''getProductRobotRepositoryService'false],
  3611.         ], [
  3612.             'paginator' => '?',
  3613.             'repo' => 'App\\Repository\\ProductRobotRepository',
  3614.         ]);
  3615.     }
  3616.     /**
  3617.      * Gets the private '.service_locator.7KzsnNK' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3620.      */
  3621.     protected function get_ServiceLocator_7KzsnNKService()
  3622.     {
  3623.         return $this->privates['.service_locator.7KzsnNK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3624.             'repo' => ['privates''App\\Repository\\PriceRequestRepository''getPriceRequestRepositoryService'false],
  3625.         ], [
  3626.             'repo' => 'App\\Repository\\PriceRequestRepository',
  3627.         ]);
  3628.     }
  3629.     /**
  3630.      * Gets the private '.service_locator.7QrHn4n' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3633.      */
  3634.     protected function get_ServiceLocator_7QrHn4nService()
  3635.     {
  3636.         return $this->privates['.service_locator.7QrHn4n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3637.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3638.             'repo' => ['privates''App\\Repository\\ProductRobotRepository''getProductRobotRepositoryService'false],
  3639.         ], [
  3640.             'em' => '?',
  3641.             'repo' => 'App\\Repository\\ProductRobotRepository',
  3642.         ]);
  3643.     }
  3644.     /**
  3645.      * Gets the private '.service_locator.BQzh8Eg' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3648.      */
  3649.     protected function get_ServiceLocator_BQzh8EgService()
  3650.     {
  3651.         return $this->privates['.service_locator.BQzh8Eg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3652.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3653.             'repo' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  3654.         ], [
  3655.             'em' => '?',
  3656.             'repo' => 'App\\Repository\\CustomerRepository',
  3657.         ]);
  3658.     }
  3659.     /**
  3660.      * Gets the private '.service_locator.FowUz1K' shared service.
  3661.      *
  3662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3663.      */
  3664.     protected function get_ServiceLocator_FowUz1KService()
  3665.     {
  3666.         return $this->privates['.service_locator.FowUz1K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3667.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3668.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  3669.         ], [
  3670.             'em' => '?',
  3671.             'mailer' => 'App\\Services\\Mailer',
  3672.         ]);
  3673.     }
  3674.     /**
  3675.      * Gets the private '.service_locator.GYYMSB.' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3678.      */
  3679.     protected function get_ServiceLocator_GYYMSB_Service()
  3680.     {
  3681.         return $this->privates['.service_locator.GYYMSB.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3682.             'product' => ['privates''.errored..service_locator.GYYMSB..App\\Entity\\ProductRobot'NULL'Cannot autowire service ".service_locator.GYYMSB.": it references class "App\\Entity\\ProductRobot" but no such service exists.'],
  3683.         ], [
  3684.             'product' => 'App\\Entity\\ProductRobot',
  3685.         ]);
  3686.     }
  3687.     /**
  3688.      * Gets the private '.service_locator.JW5D6Lx' shared service.
  3689.      *
  3690.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3691.      */
  3692.     protected function get_ServiceLocator_JW5D6LxService()
  3693.     {
  3694.         return $this->privates['.service_locator.JW5D6Lx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3695.             'product' => ['privates''.errored..service_locator.JW5D6Lx.App\\Entity\\Product'NULL'Cannot autowire service ".service_locator.JW5D6Lx": it references class "App\\Entity\\Product" but no such service exists.'],
  3696.         ], [
  3697.             'product' => 'App\\Entity\\Product',
  3698.         ]);
  3699.     }
  3700.     /**
  3701.      * Gets the private '.service_locator.JtEo1iC' shared service.
  3702.      *
  3703.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3704.      */
  3705.     protected function get_ServiceLocator_JtEo1iCService()
  3706.     {
  3707.         return $this->privates['.service_locator.JtEo1iC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3708.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3709.             'repo' => ['privates''App\\Repository\\ProductClearanceRepository''getProductClearanceRepositoryService'false],
  3710.         ], [
  3711.             'em' => '?',
  3712.             'repo' => 'App\\Repository\\ProductClearanceRepository',
  3713.         ]);
  3714.     }
  3715.     /**
  3716.      * Gets the private '.service_locator.JyeQ4DC' shared service.
  3717.      *
  3718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3719.      */
  3720.     protected function get_ServiceLocator_JyeQ4DCService()
  3721.     {
  3722.         return $this->privates['.service_locator.JyeQ4DC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3723.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3724.             'repo' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  3725.         ], [
  3726.             'em' => '?',
  3727.             'repo' => 'App\\Repository\\NotificationRepository',
  3728.         ]);
  3729.     }
  3730.     /**
  3731.      * Gets the private '.service_locator.KKugpGR' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3734.      */
  3735.     protected function get_ServiceLocator_KKugpGRService()
  3736.     {
  3737.         return $this->privates['.service_locator.KKugpGR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3738.             'category' => ['privates''.errored..service_locator.KKugpGR.App\\Entity\\Category'NULL'Cannot autowire service ".service_locator.KKugpGR": it references class "App\\Entity\\Category" but no such service exists.'],
  3739.             'repo' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  3740.         ], [
  3741.             'category' => 'App\\Entity\\Category',
  3742.             'repo' => 'App\\Repository\\CategoryRepository',
  3743.         ]);
  3744.     }
  3745.     /**
  3746.      * Gets the private '.service_locator.Ku8qQQT' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3749.      */
  3750.     protected function get_ServiceLocator_Ku8qQQTService()
  3751.     {
  3752.         return $this->privates['.service_locator.Ku8qQQT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3753.             'authenticator' => ['privates''App\\Security\\AppCustomerAuthenticator''getAppCustomerAuthenticatorService'false],
  3754.             'authenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  3755.             'container' => ['services''service_container''getServiceContainerService'false],
  3756.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3757.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3758.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  3759.         ], [
  3760.             'authenticator' => 'App\\Security\\AppCustomerAuthenticator',
  3761.             'authenticatorHandler' => '?',
  3762.             'container' => '?',
  3763.             'em' => '?',
  3764.             'encoder' => '?',
  3765.             'mailer' => 'App\\Services\\Mailer',
  3766.         ]);
  3767.     }
  3768.     /**
  3769.      * Gets the private '.service_locator.KyyyJeK' shared service.
  3770.      *
  3771.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3772.      */
  3773.     protected function get_ServiceLocator_KyyyJeKService()
  3774.     {
  3775.         return $this->privates['.service_locator.KyyyJeK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3776.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3777.             'product' => ['privates''.errored..service_locator.KyyyJeK.App\\Entity\\ProductRobot'NULL'Cannot autowire service ".service_locator.KyyyJeK": it references class "App\\Entity\\ProductRobot" but no such service exists.'],
  3778.         ], [
  3779.             'em' => '?',
  3780.             'product' => 'App\\Entity\\ProductRobot',
  3781.         ]);
  3782.     }
  3783.     /**
  3784.      * Gets the private '.service_locator.M3xtsOR' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3787.      */
  3788.     protected function get_ServiceLocator_M3xtsORService()
  3789.     {
  3790.         return $this->privates['.service_locator.M3xtsOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3791.             'customer' => ['privates''.errored..service_locator.M3xtsOR.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.M3xtsOR": it references class "App\\Entity\\Customer" but no such service exists.'],
  3792.             'normalizer' => ['services''serializer''getSerializerService'false],
  3793.             'priceRequestRepository' => ['privates''App\\Repository\\PriceRequestRepository''getPriceRequestRepositoryService'false],
  3794.         ], [
  3795.             'customer' => 'App\\Entity\\Customer',
  3796.             'normalizer' => '?',
  3797.             'priceRequestRepository' => 'App\\Repository\\PriceRequestRepository',
  3798.         ]);
  3799.     }
  3800.     /**
  3801.      * Gets the private '.service_locator.NL.GG0P' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3804.      */
  3805.     protected function get_ServiceLocator_NL_GG0PService()
  3806.     {
  3807.         return $this->privates['.service_locator.NL.GG0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3808.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3809.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  3810.             'repo' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3811.         ], [
  3812.             'em' => '?',
  3813.             'mailer' => 'App\\Services\\Mailer',
  3814.             'repo' => 'App\\Repository\\UserRepository',
  3815.         ]);
  3816.     }
  3817.     /**
  3818.      * Gets the private '.service_locator.NP_YUNA' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3821.      */
  3822.     protected function get_ServiceLocator_NPYUNAService()
  3823.     {
  3824.         return $this->privates['.service_locator.NP_YUNA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3825.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3826.             'purchase' => ['privates''.errored..service_locator.NP_YUNA.App\\Entity\\Purchase'NULL'Cannot autowire service ".service_locator.NP_YUNA": it references class "App\\Entity\\Purchase" but no such service exists.'],
  3827.         ], [
  3828.             'em' => '?',
  3829.             'purchase' => 'App\\Entity\\Purchase',
  3830.         ]);
  3831.     }
  3832.     /**
  3833.      * Gets the private '.service_locator.PIib_sD' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3836.      */
  3837.     protected function get_ServiceLocator_PIibSDService()
  3838.     {
  3839.         return $this->privates['.service_locator.PIib_sD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3840.             'customerRepo' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  3841.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3842.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  3843.             'userRepo' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3844.         ], [
  3845.             'customerRepo' => 'App\\Repository\\CustomerRepository',
  3846.             'em' => '?',
  3847.             'mailer' => 'App\\Services\\Mailer',
  3848.             'userRepo' => 'App\\Repository\\UserRepository',
  3849.         ]);
  3850.     }
  3851.     /**
  3852.      * Gets the private '.service_locator.Pyr68_L' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3855.      */
  3856.     protected function get_ServiceLocator_Pyr68LService()
  3857.     {
  3858.         return $this->privates['.service_locator.Pyr68_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3859.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3860.             'media' => ['privates''.errored..service_locator.Pyr68_L.App\\Entity\\ProductMedia'NULL'Cannot autowire service ".service_locator.Pyr68_L": it references class "App\\Entity\\ProductMedia" but no such service exists.'],
  3861.         ], [
  3862.             'em' => '?',
  3863.             'media' => 'App\\Entity\\ProductMedia',
  3864.         ]);
  3865.     }
  3866.     /**
  3867.      * Gets the private '.service_locator.PzDZaOB' shared service.
  3868.      *
  3869.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3870.      */
  3871.     protected function get_ServiceLocator_PzDZaOBService()
  3872.     {
  3873.         return $this->privates['.service_locator.PzDZaOB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3874.             'container' => ['services''service_container''getServiceContainerService'false],
  3875.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3876.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  3877.             'repo' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  3878.         ], [
  3879.             'container' => '?',
  3880.             'em' => '?',
  3881.             'mailer' => 'App\\Services\\Mailer',
  3882.             'repo' => 'App\\Repository\\CustomerRepository',
  3883.         ]);
  3884.     }
  3885.     /**
  3886.      * Gets the private '.service_locator.RhzjrqA' shared service.
  3887.      *
  3888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3889.      */
  3890.     protected function get_ServiceLocator_RhzjrqAService()
  3891.     {
  3892.         return $this->privates['.service_locator.RhzjrqA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3893.             'itemRequestRepository' => ['privates''App\\Repository\\ItemRequestRepository''getItemRequestRepositoryService'false],
  3894.             'priceRequestRepository' => ['privates''App\\Repository\\PriceRequestRepository''getPriceRequestRepositoryService'false],
  3895.         ], [
  3896.             'itemRequestRepository' => 'App\\Repository\\ItemRequestRepository',
  3897.             'priceRequestRepository' => 'App\\Repository\\PriceRequestRepository',
  3898.         ]);
  3899.     }
  3900.     /**
  3901.      * Gets the private '.service_locator.UPCLRm7' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3904.      */
  3905.     protected function get_ServiceLocator_UPCLRm7Service()
  3906.     {
  3907.         return $this->privates['.service_locator.UPCLRm7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3908.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3909.             'productRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  3910.         ], [
  3911.             'em' => '?',
  3912.             'productRepository' => 'App\\Repository\\ProductRepository',
  3913.         ]);
  3914.     }
  3915.     /**
  3916.      * Gets the private '.service_locator.UvI3CwT' shared service.
  3917.      *
  3918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3919.      */
  3920.     protected function get_ServiceLocator_UvI3CwTService()
  3921.     {
  3922.         return $this->privates['.service_locator.UvI3CwT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3923.             'category' => ['privates''.errored..service_locator.UvI3CwT.App\\Entity\\Category'NULL'Cannot autowire service ".service_locator.UvI3CwT": it references class "App\\Entity\\Category" but no such service exists.'],
  3924.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3925.         ], [
  3926.             'category' => 'App\\Entity\\Category',
  3927.             'em' => '?',
  3928.         ]);
  3929.     }
  3930.     /**
  3931.      * Gets the private '.service_locator.Vi6_6qZ' shared service.
  3932.      *
  3933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3934.      */
  3935.     protected function get_ServiceLocator_Vi66qZService()
  3936.     {
  3937.         return $this->privates['.service_locator.Vi6_6qZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3938.             'event' => ['privates''.errored..service_locator.Vi6_6qZ.Symfony\\Component\\HttpKernel\\Event\\ViewEvent'NULL'Cannot autowire service ".service_locator.Vi6_6qZ": it references class "Symfony\\Component\\HttpKernel\\Event\\ViewEvent" but no such service exists.'],
  3939.         ], [
  3940.             'event' => 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent',
  3941.         ]);
  3942.     }
  3943.     /**
  3944.      * Gets the private '.service_locator.W_rMUyO' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3947.      */
  3948.     protected function get_ServiceLocator_WRMUyOService()
  3949.     {
  3950.         return $this->privates['.service_locator.W_rMUyO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3951.             'repo' => ['privates''App\\Repository\\ProductRobotRepository''getProductRobotRepositoryService'false],
  3952.         ], [
  3953.             'repo' => 'App\\Repository\\ProductRobotRepository',
  3954.         ]);
  3955.     }
  3956.     /**
  3957.      * Gets the private '.service_locator.WgkebLn' shared service.
  3958.      *
  3959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3960.      */
  3961.     protected function get_ServiceLocator_WgkebLnService()
  3962.     {
  3963.         return $this->privates['.service_locator.WgkebLn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3964.             'repo' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'false],
  3965.         ], [
  3966.             'repo' => 'App\\Repository\\PurchaseRepository',
  3967.         ]);
  3968.     }
  3969.     /**
  3970.      * Gets the private '.service_locator.YMKRaak' shared service.
  3971.      *
  3972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3973.      */
  3974.     protected function get_ServiceLocator_YMKRaakService()
  3975.     {
  3976.         return $this->privates['.service_locator.YMKRaak'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3977.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3978.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3979.             'repo' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3980.         ], [
  3981.             'em' => '?',
  3982.             'encoder' => '?',
  3983.             'repo' => 'App\\Repository\\UserRepository',
  3984.         ]);
  3985.     }
  3986.     /**
  3987.      * Gets the private '.service_locator.aogQcES' shared service.
  3988.      *
  3989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3990.      */
  3991.     protected function get_ServiceLocator_AogQcESService()
  3992.     {
  3993.         return $this->privates['.service_locator.aogQcES'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3994.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3995.             'request' => ['privates''.errored..service_locator.aogQcES.App\\Entity\\Request'NULL'Cannot autowire service ".service_locator.aogQcES": it references class "App\\Entity\\Request" but no such service exists.'],
  3996.         ], [
  3997.             'em' => '?',
  3998.             'request' => 'App\\Entity\\Request',
  3999.         ]);
  4000.     }
  4001.     /**
  4002.      * Gets the private '.service_locator.bzEDMmZ' shared service.
  4003.      *
  4004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4005.      */
  4006.     protected function get_ServiceLocator_BzEDMmZService()
  4007.     {
  4008.         return $this->privates['.service_locator.bzEDMmZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4009.             'repo' => ['privates''App\\Repository\\ProductClearanceRepository''getProductClearanceRepositoryService'false],
  4010.         ], [
  4011.             'repo' => 'App\\Repository\\ProductClearanceRepository',
  4012.         ]);
  4013.     }
  4014.     /**
  4015.      * Gets the private '.service_locator.cynN0st' shared service.
  4016.      *
  4017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4018.      */
  4019.     protected function get_ServiceLocator_CynN0stService()
  4020.     {
  4021.         return $this->privates['.service_locator.cynN0st'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4022.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4023.             'notification' => ['privates''.errored..service_locator.cynN0st.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.cynN0st": it references class "App\\Entity\\Notification" but no such service exists.'],
  4024.         ], [
  4025.             'em' => '?',
  4026.             'notification' => 'App\\Entity\\Notification',
  4027.         ]);
  4028.     }
  4029.     /**
  4030.      * Gets the private '.service_locator.g.xob4v' shared service.
  4031.      *
  4032.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4033.      */
  4034.     protected function get_ServiceLocator_G_Xob4vService()
  4035.     {
  4036.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4037.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4038.         ], [
  4039.             'authenticationUtils' => '?',
  4040.         ]);
  4041.     }
  4042.     /**
  4043.      * Gets the private '.service_locator.h3DZOAe' shared service.
  4044.      *
  4045.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4046.      */
  4047.     protected function get_ServiceLocator_H3DZOAeService()
  4048.     {
  4049.         return $this->privates['.service_locator.h3DZOAe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4050.             'repo' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  4051.         ], [
  4052.             'repo' => 'App\\Repository\\ProductRepository',
  4053.         ]);
  4054.     }
  4055.     /**
  4056.      * Gets the private '.service_locator.hNknptv' shared service.
  4057.      *
  4058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4059.      */
  4060.     protected function get_ServiceLocator_HNknptvService()
  4061.     {
  4062.         return $this->privates['.service_locator.hNknptv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4063.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4064.             'product' => ['privates''.errored..service_locator.hNknptv.App\\Entity\\ProductClearance'NULL'Cannot autowire service ".service_locator.hNknptv": it references class "App\\Entity\\ProductClearance" but no such service exists.'],
  4065.         ], [
  4066.             'em' => '?',
  4067.             'product' => 'App\\Entity\\ProductClearance',
  4068.         ]);
  4069.     }
  4070.     /**
  4071.      * Gets the private '.service_locator.i9DiEKF' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4074.      */
  4075.     protected function get_ServiceLocator_I9DiEKFService()
  4076.     {
  4077.         return $this->privates['.service_locator.i9DiEKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4078.             'repo' => ['privates''App\\Repository\\ItemRequestRepository''getItemRequestRepositoryService'false],
  4079.         ], [
  4080.             'repo' => 'App\\Repository\\ItemRequestRepository',
  4081.         ]);
  4082.     }
  4083.     /**
  4084.      * Gets the private '.service_locator.igbPPag' shared service.
  4085.      *
  4086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4087.      */
  4088.     protected function get_ServiceLocator_IgbPPagService()
  4089.     {
  4090.         return $this->privates['.service_locator.igbPPag'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4091.             'repo' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  4092.         ], [
  4093.             'repo' => 'App\\Repository\\NotificationRepository',
  4094.         ]);
  4095.     }
  4096.     /**
  4097.      * Gets the private '.service_locator.ipjTSUc' shared service.
  4098.      *
  4099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4100.      */
  4101.     protected function get_ServiceLocator_IpjTSUcService()
  4102.     {
  4103.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4104.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4105.         ], [
  4106.             'em' => '?',
  4107.         ]);
  4108.     }
  4109.     /**
  4110.      * Gets the private '.service_locator.n8gOTNr' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4113.      */
  4114.     protected function get_ServiceLocator_N8gOTNrService()
  4115.     {
  4116.         return $this->privates['.service_locator.n8gOTNr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4117.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4118.         ], [
  4119.             'paginator' => '?',
  4120.         ]);
  4121.     }
  4122.     /**
  4123.      * Gets the private '.service_locator.nwkEpT_' shared service.
  4124.      *
  4125.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4126.      */
  4127.     protected function get_ServiceLocator_NwkEpTService()
  4128.     {
  4129.         return $this->privates['.service_locator.nwkEpT_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4130.             'App\\Controller\\AdminCategoryController::delete' => ['privates''.service_locator.UvI3CwT''get_ServiceLocator_UvI3CwTService'false],
  4131.             'App\\Controller\\AdminCategoryController::edit' => ['privates''.service_locator.xj0Va.I''get_ServiceLocator_Xj0Va_IService'false],
  4132.             'App\\Controller\\AdminCategoryController::init' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4133.             'App\\Controller\\AdminCategoryController::list' => ['privates''.service_locator.KKugpGR''get_ServiceLocator_KKugpGRService'false],
  4134.             'App\\Controller\\AdminCustomerController::create' => ['privates''.service_locator.FowUz1K''get_ServiceLocator_FowUz1KService'false],
  4135.             'App\\Controller\\AdminCustomerController::delete' => ['privates''.service_locator.4_4DcXM''get_ServiceLocator_44DcXMService'false],
  4136.             'App\\Controller\\AdminCustomerController::list' => ['privates''.service_locator.uiTvkK3''get_ServiceLocator_UiTvkK3Service'false],
  4137.             'App\\Controller\\AdminCustomerController::view' => ['privates''.service_locator.q2a0nLP''get_ServiceLocator_Q2a0nLPService'false],
  4138.             'App\\Controller\\AdminProductRobotController::edit' => ['privates''.service_locator.7QrHn4n''get_ServiceLocator_7QrHn4nService'false],
  4139.             'App\\Controller\\AdminProductRobotController::list' => ['privates''.service_locator.W_rMUyO''get_ServiceLocator_WRMUyOService'false],
  4140.             'App\\Controller\\AdminProductRobotController::remove' => ['privates''.service_locator.KyyyJeK''get_ServiceLocator_KyyyJeKService'false],
  4141.             'App\\Controller\\AdminPurchaseController::delete' => ['privates''.service_locator.NP_YUNA''get_ServiceLocator_NPYUNAService'false],
  4142.             'App\\Controller\\AdminPurchaseController::index' => ['privates''.service_locator.WgkebLn''get_ServiceLocator_WgkebLnService'false],
  4143.             'App\\Controller\\AdminPurchaseController::view' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4144.             'App\\Controller\\AdminRequestController::delete' => ['privates''.service_locator.aogQcES''get_ServiceLocator_AogQcESService'false],
  4145.             'App\\Controller\\AdminRequestController::itemList' => ['privates''.service_locator.i9DiEKF''get_ServiceLocator_I9DiEKFService'false],
  4146.             'App\\Controller\\AdminRequestController::priceList' => ['privates''.service_locator.7KzsnNK''get_ServiceLocator_7KzsnNKService'false],
  4147.             'App\\Controller\\AdminRequestController::view' => ['privates''.service_locator.oeUQhKm''get_ServiceLocator_OeUQhKmService'false],
  4148.             'App\\Controller\\AdminStockClearanceController::edit' => ['privates''.service_locator.JtEo1iC''get_ServiceLocator_JtEo1iCService'false],
  4149.             'App\\Controller\\AdminStockClearanceController::list' => ['privates''.service_locator.bzEDMmZ''get_ServiceLocator_BzEDMmZService'false],
  4150.             'App\\Controller\\AdminStockClearanceController::remove' => ['privates''.service_locator.hNknptv''get_ServiceLocator_HNknptvService'false],
  4151.             'App\\Controller\\CartController::addToCartAction' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4152.             'App\\Controller\\CartController::createPurchase' => ['privates''.service_locator.PzDZaOB''get_ServiceLocator_PzDZaOBService'false],
  4153.             'App\\Controller\\CartController::removeFromCart' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4154.             'App\\Controller\\CartController::sendMail' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4155.             'App\\Controller\\CartController::updateSession' => ['privates''.service_locator.137B58I''get_ServiceLocator_137B58IService'false],
  4156.             'App\\Controller\\ContactController::pageContact' => ['privates''.service_locator.tRkCFa9''get_ServiceLocator_TRkCFa9Service'false],
  4157.             'App\\Controller\\CronController::updateProducts' => ['privates''.service_locator.UPCLRm7''get_ServiceLocator_UPCLRm7Service'false],
  4158.             'App\\Controller\\CustomersRequestsAction::getItemRequestForCustomer' => ['privates''.service_locator.v2nxSIA''get_ServiceLocator_V2nxSIAService'false],
  4159.             'App\\Controller\\CustomersRequestsAction::getPriceRequestForCustomer' => ['privates''.service_locator.M3xtsOR''get_ServiceLocator_M3xtsORService'false],
  4160.             'App\\Controller\\DefaultController::pageDestockage' => ['privates''.service_locator.0oUyZlA''get_ServiceLocator_0oUyZlAService'false],
  4161.             'App\\Controller\\DefaultController::pageNosRobots' => ['privates''.service_locator.5Qlacb7''get_ServiceLocator_5Qlacb7Service'false],
  4162.             'App\\Controller\\FixturesController::addProducts' => ['privates''.service_locator.sDe_Woh''get_ServiceLocator_SDeWohService'false],
  4163.             'App\\Controller\\ForgetPasswordAction::sendEmail' => ['privates''.service_locator.NL.GG0P''get_ServiceLocator_NL_GG0PService'false],
  4164.             'App\\Controller\\NotificationController::delete' => ['privates''.service_locator.cynN0st''get_ServiceLocator_CynN0stService'false],
  4165.             'App\\Controller\\NotificationController::edit' => ['privates''.service_locator.JyeQ4DC''get_ServiceLocator_JyeQ4DCService'false],
  4166.             'App\\Controller\\NotificationController::index' => ['privates''.service_locator.igbPPag''get_ServiceLocator_IgbPPagService'false],
  4167.             'App\\Controller\\PdfController::productDestockage' => ['privates''.service_locator.x_COkbr''get_ServiceLocator_XCOkbrService'false],
  4168.             'App\\Controller\\PdfController::productRobot' => ['privates''.service_locator.GYYMSB.''get_ServiceLocator_GYYMSB_Service'false],
  4169.             'App\\Controller\\ProductController::autocomplete' => ['privates''.service_locator.h3DZOAe''get_ServiceLocator_H3DZOAeService'false],
  4170.             'App\\Controller\\ProductController::list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4171.             'App\\Controller\\ProductController::productSheet' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4172.             'App\\Controller\\ProductMediaController::removeMedia' => ['privates''.service_locator.Pyr68_L''get_ServiceLocator_Pyr68LService'false],
  4173.             'App\\Controller\\PurchaseController::createPurchase' => ['privates''.service_locator.BQzh8Eg''get_ServiceLocator_BQzh8EgService'false],
  4174.             'App\\Controller\\PurchaseController::sendMail' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4175.             'App\\Controller\\RequestController::list' => ['privates''.service_locator.RhzjrqA''get_ServiceLocator_RhzjrqAService'false],
  4176.             'App\\Controller\\RequestController::view' => ['privates''.service_locator.oeUQhKm''get_ServiceLocator_OeUQhKmService'false],
  4177.             'App\\Controller\\SecurityController::adminLogin' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4178.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4179.             'App\\Controller\\SecurityController::loginAction' => ['privates''.service_locator.wgX78kv''get_ServiceLocator_WgX78kvService'false],
  4180.             'App\\Controller\\SignUpController::accountActivation' => ['privates''.service_locator.PIib_sD''get_ServiceLocator_PIibSDService'false],
  4181.             'App\\Controller\\SignUpController::forgetPassword' => ['privates''.service_locator.NL.GG0P''get_ServiceLocator_NL_GG0PService'false],
  4182.             'App\\Controller\\SignUpController::index' => ['privates''.service_locator.Ku8qQQT''get_ServiceLocator_Ku8qQQTService'false],
  4183.             'App\\Controller\\SignUpController::resetPassword' => ['privates''.service_locator.YMKRaak''get_ServiceLocator_YMKRaakService'false],
  4184.             'App\\Controller\\UserController::put' => ['privates''.service_locator.vY63aH7''get_ServiceLocator_VY63aH7Service'false],
  4185.             'App\\Events\\ApiSignUpSubscriber::sendMailToNewCustomer' => ['privates''.service_locator.Vi6_6qZ''get_ServiceLocator_Vi66qZService'false],
  4186.             'App\\Controller\\AdminCategoryController:delete' => ['privates''.service_locator.UvI3CwT''get_ServiceLocator_UvI3CwTService'false],
  4187.             'App\\Controller\\AdminCategoryController:edit' => ['privates''.service_locator.xj0Va.I''get_ServiceLocator_Xj0Va_IService'false],
  4188.             'App\\Controller\\AdminCategoryController:init' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4189.             'App\\Controller\\AdminCategoryController:list' => ['privates''.service_locator.KKugpGR''get_ServiceLocator_KKugpGRService'false],
  4190.             'App\\Controller\\AdminCustomerController:create' => ['privates''.service_locator.FowUz1K''get_ServiceLocator_FowUz1KService'false],
  4191.             'App\\Controller\\AdminCustomerController:delete' => ['privates''.service_locator.4_4DcXM''get_ServiceLocator_44DcXMService'false],
  4192.             'App\\Controller\\AdminCustomerController:list' => ['privates''.service_locator.uiTvkK3''get_ServiceLocator_UiTvkK3Service'false],
  4193.             'App\\Controller\\AdminCustomerController:view' => ['privates''.service_locator.q2a0nLP''get_ServiceLocator_Q2a0nLPService'false],
  4194.             'App\\Controller\\AdminProductRobotController:edit' => ['privates''.service_locator.7QrHn4n''get_ServiceLocator_7QrHn4nService'false],
  4195.             'App\\Controller\\AdminProductRobotController:list' => ['privates''.service_locator.W_rMUyO''get_ServiceLocator_WRMUyOService'false],
  4196.             'App\\Controller\\AdminProductRobotController:remove' => ['privates''.service_locator.KyyyJeK''get_ServiceLocator_KyyyJeKService'false],
  4197.             'App\\Controller\\AdminPurchaseController:delete' => ['privates''.service_locator.NP_YUNA''get_ServiceLocator_NPYUNAService'false],
  4198.             'App\\Controller\\AdminPurchaseController:index' => ['privates''.service_locator.WgkebLn''get_ServiceLocator_WgkebLnService'false],
  4199.             'App\\Controller\\AdminPurchaseController:view' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4200.             'App\\Controller\\AdminRequestController:delete' => ['privates''.service_locator.aogQcES''get_ServiceLocator_AogQcESService'false],
  4201.             'App\\Controller\\AdminRequestController:itemList' => ['privates''.service_locator.i9DiEKF''get_ServiceLocator_I9DiEKFService'false],
  4202.             'App\\Controller\\AdminRequestController:priceList' => ['privates''.service_locator.7KzsnNK''get_ServiceLocator_7KzsnNKService'false],
  4203.             'App\\Controller\\AdminRequestController:view' => ['privates''.service_locator.oeUQhKm''get_ServiceLocator_OeUQhKmService'false],
  4204.             'App\\Controller\\AdminStockClearanceController:edit' => ['privates''.service_locator.JtEo1iC''get_ServiceLocator_JtEo1iCService'false],
  4205.             'App\\Controller\\AdminStockClearanceController:list' => ['privates''.service_locator.bzEDMmZ''get_ServiceLocator_BzEDMmZService'false],
  4206.             'App\\Controller\\AdminStockClearanceController:remove' => ['privates''.service_locator.hNknptv''get_ServiceLocator_HNknptvService'false],
  4207.             'App\\Controller\\CartController:addToCartAction' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4208.             'App\\Controller\\CartController:createPurchase' => ['privates''.service_locator.PzDZaOB''get_ServiceLocator_PzDZaOBService'false],
  4209.             'App\\Controller\\CartController:removeFromCart' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4210.             'App\\Controller\\CartController:sendMail' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4211.             'App\\Controller\\CartController:updateSession' => ['privates''.service_locator.137B58I''get_ServiceLocator_137B58IService'false],
  4212.             'App\\Controller\\ContactController:pageContact' => ['privates''.service_locator.tRkCFa9''get_ServiceLocator_TRkCFa9Service'false],
  4213.             'App\\Controller\\CronController:updateProducts' => ['privates''.service_locator.UPCLRm7''get_ServiceLocator_UPCLRm7Service'false],
  4214.             'App\\Controller\\CustomersRequestsAction:getItemRequestForCustomer' => ['privates''.service_locator.v2nxSIA''get_ServiceLocator_V2nxSIAService'false],
  4215.             'App\\Controller\\CustomersRequestsAction:getPriceRequestForCustomer' => ['privates''.service_locator.M3xtsOR''get_ServiceLocator_M3xtsORService'false],
  4216.             'App\\Controller\\DefaultController:pageDestockage' => ['privates''.service_locator.0oUyZlA''get_ServiceLocator_0oUyZlAService'false],
  4217.             'App\\Controller\\DefaultController:pageNosRobots' => ['privates''.service_locator.5Qlacb7''get_ServiceLocator_5Qlacb7Service'false],
  4218.             'App\\Controller\\FixturesController:addProducts' => ['privates''.service_locator.sDe_Woh''get_ServiceLocator_SDeWohService'false],
  4219.             'App\\Controller\\ForgetPasswordAction:sendEmail' => ['privates''.service_locator.NL.GG0P''get_ServiceLocator_NL_GG0PService'false],
  4220.             'App\\Controller\\NotificationController:delete' => ['privates''.service_locator.cynN0st''get_ServiceLocator_CynN0stService'false],
  4221.             'App\\Controller\\NotificationController:edit' => ['privates''.service_locator.JyeQ4DC''get_ServiceLocator_JyeQ4DCService'false],
  4222.             'App\\Controller\\NotificationController:index' => ['privates''.service_locator.igbPPag''get_ServiceLocator_IgbPPagService'false],
  4223.             'App\\Controller\\PdfController:productDestockage' => ['privates''.service_locator.x_COkbr''get_ServiceLocator_XCOkbrService'false],
  4224.             'App\\Controller\\PdfController:productRobot' => ['privates''.service_locator.GYYMSB.''get_ServiceLocator_GYYMSB_Service'false],
  4225.             'App\\Controller\\ProductController:autocomplete' => ['privates''.service_locator.h3DZOAe''get_ServiceLocator_H3DZOAeService'false],
  4226.             'App\\Controller\\ProductController:list' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4227.             'App\\Controller\\ProductController:productSheet' => ['privates''.service_locator.JW5D6Lx''get_ServiceLocator_JW5D6LxService'false],
  4228.             'App\\Controller\\ProductMediaController:removeMedia' => ['privates''.service_locator.Pyr68_L''get_ServiceLocator_Pyr68LService'false],
  4229.             'App\\Controller\\PurchaseController:createPurchase' => ['privates''.service_locator.BQzh8Eg''get_ServiceLocator_BQzh8EgService'false],
  4230.             'App\\Controller\\PurchaseController:sendMail' => ['privates''.service_locator.2uIq7xm''get_ServiceLocator_2uIq7xmService'false],
  4231.             'App\\Controller\\RequestController:list' => ['privates''.service_locator.RhzjrqA''get_ServiceLocator_RhzjrqAService'false],
  4232.             'App\\Controller\\RequestController:view' => ['privates''.service_locator.oeUQhKm''get_ServiceLocator_OeUQhKmService'false],
  4233.             'App\\Controller\\SecurityController:adminLogin' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4234.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  4235.             'App\\Controller\\SecurityController:loginAction' => ['privates''.service_locator.wgX78kv''get_ServiceLocator_WgX78kvService'false],
  4236.             'App\\Controller\\SignUpController:accountActivation' => ['privates''.service_locator.PIib_sD''get_ServiceLocator_PIibSDService'false],
  4237.             'App\\Controller\\SignUpController:forgetPassword' => ['privates''.service_locator.NL.GG0P''get_ServiceLocator_NL_GG0PService'false],
  4238.             'App\\Controller\\SignUpController:index' => ['privates''.service_locator.Ku8qQQT''get_ServiceLocator_Ku8qQQTService'false],
  4239.             'App\\Controller\\SignUpController:resetPassword' => ['privates''.service_locator.YMKRaak''get_ServiceLocator_YMKRaakService'false],
  4240.             'App\\Controller\\UserController:put' => ['privates''.service_locator.vY63aH7''get_ServiceLocator_VY63aH7Service'false],
  4241.             'App\\Events\\ApiSignUpSubscriber:sendMailToNewCustomer' => ['privates''.service_locator.Vi6_6qZ''get_ServiceLocator_Vi66qZService'false],
  4242.         ], [
  4243.             'App\\Controller\\AdminCategoryController::delete' => '?',
  4244.             'App\\Controller\\AdminCategoryController::edit' => '?',
  4245.             'App\\Controller\\AdminCategoryController::init' => '?',
  4246.             'App\\Controller\\AdminCategoryController::list' => '?',
  4247.             'App\\Controller\\AdminCustomerController::create' => '?',
  4248.             'App\\Controller\\AdminCustomerController::delete' => '?',
  4249.             'App\\Controller\\AdminCustomerController::list' => '?',
  4250.             'App\\Controller\\AdminCustomerController::view' => '?',
  4251.             'App\\Controller\\AdminProductRobotController::edit' => '?',
  4252.             'App\\Controller\\AdminProductRobotController::list' => '?',
  4253.             'App\\Controller\\AdminProductRobotController::remove' => '?',
  4254.             'App\\Controller\\AdminPurchaseController::delete' => '?',
  4255.             'App\\Controller\\AdminPurchaseController::index' => '?',
  4256.             'App\\Controller\\AdminPurchaseController::view' => '?',
  4257.             'App\\Controller\\AdminRequestController::delete' => '?',
  4258.             'App\\Controller\\AdminRequestController::itemList' => '?',
  4259.             'App\\Controller\\AdminRequestController::priceList' => '?',
  4260.             'App\\Controller\\AdminRequestController::view' => '?',
  4261.             'App\\Controller\\AdminStockClearanceController::edit' => '?',
  4262.             'App\\Controller\\AdminStockClearanceController::list' => '?',
  4263.             'App\\Controller\\AdminStockClearanceController::remove' => '?',
  4264.             'App\\Controller\\CartController::addToCartAction' => '?',
  4265.             'App\\Controller\\CartController::createPurchase' => '?',
  4266.             'App\\Controller\\CartController::removeFromCart' => '?',
  4267.             'App\\Controller\\CartController::sendMail' => '?',
  4268.             'App\\Controller\\CartController::updateSession' => '?',
  4269.             'App\\Controller\\ContactController::pageContact' => '?',
  4270.             'App\\Controller\\CronController::updateProducts' => '?',
  4271.             'App\\Controller\\CustomersRequestsAction::getItemRequestForCustomer' => '?',
  4272.             'App\\Controller\\CustomersRequestsAction::getPriceRequestForCustomer' => '?',
  4273.             'App\\Controller\\DefaultController::pageDestockage' => '?',
  4274.             'App\\Controller\\DefaultController::pageNosRobots' => '?',
  4275.             'App\\Controller\\FixturesController::addProducts' => '?',
  4276.             'App\\Controller\\ForgetPasswordAction::sendEmail' => '?',
  4277.             'App\\Controller\\NotificationController::delete' => '?',
  4278.             'App\\Controller\\NotificationController::edit' => '?',
  4279.             'App\\Controller\\NotificationController::index' => '?',
  4280.             'App\\Controller\\PdfController::productDestockage' => '?',
  4281.             'App\\Controller\\PdfController::productRobot' => '?',
  4282.             'App\\Controller\\ProductController::autocomplete' => '?',
  4283.             'App\\Controller\\ProductController::list' => '?',
  4284.             'App\\Controller\\ProductController::productSheet' => '?',
  4285.             'App\\Controller\\ProductMediaController::removeMedia' => '?',
  4286.             'App\\Controller\\PurchaseController::createPurchase' => '?',
  4287.             'App\\Controller\\PurchaseController::sendMail' => '?',
  4288.             'App\\Controller\\RequestController::list' => '?',
  4289.             'App\\Controller\\RequestController::view' => '?',
  4290.             'App\\Controller\\SecurityController::adminLogin' => '?',
  4291.             'App\\Controller\\SecurityController::login' => '?',
  4292.             'App\\Controller\\SecurityController::loginAction' => '?',
  4293.             'App\\Controller\\SignUpController::accountActivation' => '?',
  4294.             'App\\Controller\\SignUpController::forgetPassword' => '?',
  4295.             'App\\Controller\\SignUpController::index' => '?',
  4296.             'App\\Controller\\SignUpController::resetPassword' => '?',
  4297.             'App\\Controller\\UserController::put' => '?',
  4298.             'App\\Events\\ApiSignUpSubscriber::sendMailToNewCustomer' => '?',
  4299.             'App\\Controller\\AdminCategoryController:delete' => '?',
  4300.             'App\\Controller\\AdminCategoryController:edit' => '?',
  4301.             'App\\Controller\\AdminCategoryController:init' => '?',
  4302.             'App\\Controller\\AdminCategoryController:list' => '?',
  4303.             'App\\Controller\\AdminCustomerController:create' => '?',
  4304.             'App\\Controller\\AdminCustomerController:delete' => '?',
  4305.             'App\\Controller\\AdminCustomerController:list' => '?',
  4306.             'App\\Controller\\AdminCustomerController:view' => '?',
  4307.             'App\\Controller\\AdminProductRobotController:edit' => '?',
  4308.             'App\\Controller\\AdminProductRobotController:list' => '?',
  4309.             'App\\Controller\\AdminProductRobotController:remove' => '?',
  4310.             'App\\Controller\\AdminPurchaseController:delete' => '?',
  4311.             'App\\Controller\\AdminPurchaseController:index' => '?',
  4312.             'App\\Controller\\AdminPurchaseController:view' => '?',
  4313.             'App\\Controller\\AdminRequestController:delete' => '?',
  4314.             'App\\Controller\\AdminRequestController:itemList' => '?',
  4315.             'App\\Controller\\AdminRequestController:priceList' => '?',
  4316.             'App\\Controller\\AdminRequestController:view' => '?',
  4317.             'App\\Controller\\AdminStockClearanceController:edit' => '?',
  4318.             'App\\Controller\\AdminStockClearanceController:list' => '?',
  4319.             'App\\Controller\\AdminStockClearanceController:remove' => '?',
  4320.             'App\\Controller\\CartController:addToCartAction' => '?',
  4321.             'App\\Controller\\CartController:createPurchase' => '?',
  4322.             'App\\Controller\\CartController:removeFromCart' => '?',
  4323.             'App\\Controller\\CartController:sendMail' => '?',
  4324.             'App\\Controller\\CartController:updateSession' => '?',
  4325.             'App\\Controller\\ContactController:pageContact' => '?',
  4326.             'App\\Controller\\CronController:updateProducts' => '?',
  4327.             'App\\Controller\\CustomersRequestsAction:getItemRequestForCustomer' => '?',
  4328.             'App\\Controller\\CustomersRequestsAction:getPriceRequestForCustomer' => '?',
  4329.             'App\\Controller\\DefaultController:pageDestockage' => '?',
  4330.             'App\\Controller\\DefaultController:pageNosRobots' => '?',
  4331.             'App\\Controller\\FixturesController:addProducts' => '?',
  4332.             'App\\Controller\\ForgetPasswordAction:sendEmail' => '?',
  4333.             'App\\Controller\\NotificationController:delete' => '?',
  4334.             'App\\Controller\\NotificationController:edit' => '?',
  4335.             'App\\Controller\\NotificationController:index' => '?',
  4336.             'App\\Controller\\PdfController:productDestockage' => '?',
  4337.             'App\\Controller\\PdfController:productRobot' => '?',
  4338.             'App\\Controller\\ProductController:autocomplete' => '?',
  4339.             'App\\Controller\\ProductController:list' => '?',
  4340.             'App\\Controller\\ProductController:productSheet' => '?',
  4341.             'App\\Controller\\ProductMediaController:removeMedia' => '?',
  4342.             'App\\Controller\\PurchaseController:createPurchase' => '?',
  4343.             'App\\Controller\\PurchaseController:sendMail' => '?',
  4344.             'App\\Controller\\RequestController:list' => '?',
  4345.             'App\\Controller\\RequestController:view' => '?',
  4346.             'App\\Controller\\SecurityController:adminLogin' => '?',
  4347.             'App\\Controller\\SecurityController:login' => '?',
  4348.             'App\\Controller\\SecurityController:loginAction' => '?',
  4349.             'App\\Controller\\SignUpController:accountActivation' => '?',
  4350.             'App\\Controller\\SignUpController:forgetPassword' => '?',
  4351.             'App\\Controller\\SignUpController:index' => '?',
  4352.             'App\\Controller\\SignUpController:resetPassword' => '?',
  4353.             'App\\Controller\\UserController:put' => '?',
  4354.             'App\\Events\\ApiSignUpSubscriber:sendMailToNewCustomer' => '?',
  4355.         ]);
  4356.     }
  4357.     /**
  4358.      * Gets the private '.service_locator.oeUQhKm' shared service.
  4359.      *
  4360.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4361.      */
  4362.     protected function get_ServiceLocator_OeUQhKmService()
  4363.     {
  4364.         return $this->privates['.service_locator.oeUQhKm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4365.             'request' => ['privates''.errored..service_locator.oeUQhKm.App\\Entity\\Request'NULL'Cannot autowire service ".service_locator.oeUQhKm": it references class "App\\Entity\\Request" but no such service exists.'],
  4366.         ], [
  4367.             'request' => 'App\\Entity\\Request',
  4368.         ]);
  4369.     }
  4370.     /**
  4371.      * Gets the private '.service_locator.q2a0nLP' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4374.      */
  4375.     protected function get_ServiceLocator_Q2a0nLPService()
  4376.     {
  4377.         return $this->privates['.service_locator.q2a0nLP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4378.             'customer' => ['privates''.errored..service_locator.q2a0nLP.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.q2a0nLP": it references class "App\\Entity\\Customer" but no such service exists.'],
  4379.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4380.             'itemRequestRepository' => ['privates''App\\Repository\\ItemRequestRepository''getItemRequestRepositoryService'false],
  4381.             'priceRequestRepository' => ['privates''App\\Repository\\PriceRequestRepository''getPriceRequestRepositoryService'false],
  4382.         ], [
  4383.             'customer' => 'App\\Entity\\Customer',
  4384.             'entityManager' => '?',
  4385.             'itemRequestRepository' => 'App\\Repository\\ItemRequestRepository',
  4386.             'priceRequestRepository' => 'App\\Repository\\PriceRequestRepository',
  4387.         ]);
  4388.     }
  4389.     /**
  4390.      * Gets the private '.service_locator.sDe_Woh' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4393.      */
  4394.     protected function get_ServiceLocator_SDeWohService()
  4395.     {
  4396.         return $this->privates['.service_locator.sDe_Woh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4397.             'brandRepo' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'false],
  4398.             'categoryRepo' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  4399.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4400.         ], [
  4401.             'brandRepo' => 'App\\Repository\\BrandRepository',
  4402.             'categoryRepo' => 'App\\Repository\\CategoryRepository',
  4403.             'em' => '?',
  4404.         ]);
  4405.     }
  4406.     /**
  4407.      * Gets the private '.service_locator.tRkCFa9' shared service.
  4408.      *
  4409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4410.      */
  4411.     protected function get_ServiceLocator_TRkCFa9Service()
  4412.     {
  4413.         return $this->privates['.service_locator.tRkCFa9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4414.             'container' => ['services''service_container''getServiceContainerService'false],
  4415.             'mailer' => ['privates''App\\Services\\Mailer''getMailerService'false],
  4416.         ], [
  4417.             'container' => '?',
  4418.             'mailer' => 'App\\Services\\Mailer',
  4419.         ]);
  4420.     }
  4421.     /**
  4422.      * Gets the private '.service_locator.uiTvkK3' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4425.      */
  4426.     protected function get_ServiceLocator_UiTvkK3Service()
  4427.     {
  4428.         return $this->privates['.service_locator.uiTvkK3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4429.             'repo' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  4430.         ], [
  4431.             'repo' => 'App\\Repository\\CustomerRepository',
  4432.         ]);
  4433.     }
  4434.     /**
  4435.      * Gets the private '.service_locator.v2nxSIA' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4438.      */
  4439.     protected function get_ServiceLocator_V2nxSIAService()
  4440.     {
  4441.         return $this->privates['.service_locator.v2nxSIA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'customer' => ['privates''.errored..service_locator.v2nxSIA.App\\Entity\\Customer'NULL'Cannot autowire service ".service_locator.v2nxSIA": it references class "App\\Entity\\Customer" but no such service exists.'],
  4443.             'itemRequestRepository' => ['privates''App\\Repository\\ItemRequestRepository''getItemRequestRepositoryService'false],
  4444.             'normalizer' => ['services''serializer''getSerializerService'false],
  4445.         ], [
  4446.             'customer' => 'App\\Entity\\Customer',
  4447.             'itemRequestRepository' => 'App\\Repository\\ItemRequestRepository',
  4448.             'normalizer' => '?',
  4449.         ]);
  4450.     }
  4451.     /**
  4452.      * Gets the private '.service_locator.vY63aH7' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4455.      */
  4456.     protected function get_ServiceLocator_VY63aH7Service()
  4457.     {
  4458.         return $this->privates['.service_locator.vY63aH7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4459.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4460.             'user' => ['privates''.errored..service_locator.vY63aH7.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.vY63aH7": it references class "App\\Entity\\User" but no such service exists.'],
  4461.         ], [
  4462.             'em' => '?',
  4463.             'user' => 'App\\Entity\\User',
  4464.         ]);
  4465.     }
  4466.     /**
  4467.      * Gets the private '.service_locator.vdmMuyE' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4470.      */
  4471.     protected function get_ServiceLocator_VdmMuyEService()
  4472.     {
  4473.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4474.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4475.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4476.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4477.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4478.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4479.             'router' => ['services''router''getRouterService'false],
  4480.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4481.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4482.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4483.             'serializer' => ['services''serializer''getSerializerService'false],
  4484.             'session' => ['services''session''getSessionService'false],
  4485.             'twig' => ['services''twig''getTwigService'false],
  4486.         ], [
  4487.             'doctrine' => '?',
  4488.             'form.factory' => '?',
  4489.             'http_kernel' => '?',
  4490.             'parameter_bag' => '?',
  4491.             'request_stack' => '?',
  4492.             'router' => '?',
  4493.             'security.authorization_checker' => '?',
  4494.             'security.csrf.token_manager' => '?',
  4495.             'security.token_storage' => '?',
  4496.             'serializer' => '?',
  4497.             'session' => '?',
  4498.             'twig' => '?',
  4499.         ]);
  4500.     }
  4501.     /**
  4502.      * Gets the private '.service_locator.wgX78kv' shared service.
  4503.      *
  4504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4505.      */
  4506.     protected function get_ServiceLocator_WgX78kvService()
  4507.     {
  4508.         return $this->privates['.service_locator.wgX78kv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4509.             'repository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4510.         ], [
  4511.             'repository' => 'App\\Repository\\UserRepository',
  4512.         ]);
  4513.     }
  4514.     /**
  4515.      * Gets the private '.service_locator.x_COkbr' shared service.
  4516.      *
  4517.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4518.      */
  4519.     protected function get_ServiceLocator_XCOkbrService()
  4520.     {
  4521.         return $this->privates['.service_locator.x_COkbr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4522.             'product' => ['privates''.errored..service_locator.x_COkbr.App\\Entity\\ProductClearance'NULL'Cannot autowire service ".service_locator.x_COkbr": it references class "App\\Entity\\ProductClearance" but no such service exists.'],
  4523.         ], [
  4524.             'product' => 'App\\Entity\\ProductClearance',
  4525.         ]);
  4526.     }
  4527.     /**
  4528.      * Gets the private '.service_locator.xj0Va.I' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4531.      */
  4532.     protected function get_ServiceLocator_Xj0Va_IService()
  4533.     {
  4534.         return $this->privates['.service_locator.xj0Va.I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4535.             'repo' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  4536.         ], [
  4537.             'repo' => 'App\\Repository\\CategoryRepository',
  4538.         ]);
  4539.     }
  4540.     /**
  4541.      * Gets the private 'App\Classes\IdGenerator' shared autowired service.
  4542.      *
  4543.      * @return \App\Classes\IdGenerator
  4544.      */
  4545.     protected function getIdGeneratorService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  4548.         include_once \dirname(__DIR__4).'/src/Classes/IdGenerator.php';
  4549.         return $this->privates['App\\Classes\\IdGenerator'] = new \App\Classes\IdGenerator();
  4550.     }
  4551.     /**
  4552.      * Gets the private 'App\Classes\Log' shared autowired service.
  4553.      *
  4554.      * @return \App\Classes\Log
  4555.      */
  4556.     protected function getLogService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/src/Classes/Log.php';
  4559.         return $this->privates['App\\Classes\\Log'] = new \App\Classes\Log(($this->privates['App\\Services\\Mailer'] ?? $this->getMailerService()), $this);
  4560.     }
  4561.     /**
  4562.      * Gets the private 'App\Classes\ShoppingCart' shared autowired service.
  4563.      *
  4564.      * @return \App\Classes\ShoppingCart
  4565.      */
  4566.     protected function getShoppingCartService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/src/Classes/ShoppingCart.php';
  4569.         return $this->privates['App\\Classes\\ShoppingCart'] = new \App\Classes\ShoppingCart();
  4570.     }
  4571.     /**
  4572.      * Gets the private 'App\Command\BrandImporterCommand' shared autowired service.
  4573.      *
  4574.      * @return \App\Command\BrandImporterCommand
  4575.      */
  4576.     protected function getBrandImporterCommandService()
  4577.     {
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4579.         include_once \dirname(__DIR__4).'/src/Command/BrandImporterCommand.php';
  4580.         include_once \dirname(__DIR__4).'/src/Classes/BrandImporter.php';
  4581.         $this->privates['App\\Command\\BrandImporterCommand'] = $instance = new \App\Command\BrandImporterCommand(new \App\Classes\BrandImporter(($this->privates['App\\Repository\\BrandRepository'] ?? $this->getBrandRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1))));
  4582.         $instance->setName('app:brand-import');
  4583.         return $instance;
  4584.     }
  4585.     /**
  4586.      * Gets the private 'App\Command\NotificationSendCommand' shared autowired service.
  4587.      *
  4588.      * @return \App\Command\NotificationSendCommand
  4589.      */
  4590.     protected function getNotificationSendCommandService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4593.         include_once \dirname(__DIR__4).'/src/Command/NotificationSendCommand.php';
  4594.         include_once \dirname(__DIR__4).'/src/Classes/NotificationSender.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4597.         $this->privates['App\\Command\\NotificationSendCommand'] = $instance = new \App\Command\NotificationSendCommand(new \App\Classes\NotificationSender(($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), new \GuzzleHttp\Client(), ($this->privates['App\\Classes\\Log'] ?? $this->getLogService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  4598.         $instance->setName('app:notification-send');
  4599.         return $instance;
  4600.     }
  4601.     /**
  4602.      * Gets the private 'App\Command\ProductImportCommand' shared autowired service.
  4603.      *
  4604.      * @return \App\Command\ProductImportCommand
  4605.      */
  4606.     protected function getProductImportCommandService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4609.         include_once \dirname(__DIR__4).'/src/Command/ProductImportCommand.php';
  4610.         include_once \dirname(__DIR__4).'/src/Classes/ProductImporter.php';
  4611.         $this->privates['App\\Command\\ProductImportCommand'] = $instance = new \App\Command\ProductImportCommand(new \App\Classes\ProductImporter(($this->privates['App\\Repository\\BrandRepository'] ?? $this->getBrandRepositoryService()), ($this->privates['App\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['App\\Classes\\Log'] ?? $this->getLogService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1))));
  4612.         $instance->setName('app:product-import');
  4613.         return $instance;
  4614.     }
  4615.     /**
  4616.      * Gets the private 'App\Events\ImageCacheSubscriber' shared autowired service.
  4617.      *
  4618.      * @return \App\Events\ImageCacheSubscriber
  4619.      */
  4620.     protected function getImageCacheSubscriberService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/src/Events/ImageCacheSubscriber.php';
  4623.         return $this->privates['App\\Events\\ImageCacheSubscriber'] = new \App\Events\ImageCacheSubscriber(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  4624.     }
  4625.     /**
  4626.      * Gets the private 'App\Events\LoginListener' shared autowired service.
  4627.      *
  4628.      * @return \App\Events\LoginListener
  4629.      */
  4630.     protected function getLoginListenerService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/src/Events/LoginListener.php';
  4633.         return $this->privates['App\\Events\\LoginListener'] = new \App\Events\LoginListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4634.     }
  4635.     /**
  4636.      * Gets the private 'App\Events\PasswordEncoderSubscriber' shared autowired service.
  4637.      *
  4638.      * @return \App\Events\PasswordEncoderSubscriber
  4639.      */
  4640.     protected function getPasswordEncoderSubscriberService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/src/Events/PasswordEncoderSubscriber.php';
  4643.         return $this->privates['App\\Events\\PasswordEncoderSubscriber'] = new \App\Events\PasswordEncoderSubscriber(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  4644.     }
  4645.     /**
  4646.      * Gets the private 'App\Events\RequestCustomerSubscriber' shared autowired service.
  4647.      *
  4648.      * @return \App\Events\RequestCustomerSubscriber
  4649.      */
  4650.     protected function getRequestCustomerSubscriberService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/src/Events/RequestCustomerSubscriber.php';
  4653.         return $this->privates['App\\Events\\RequestCustomerSubscriber'] = new \App\Events\RequestCustomerSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  4654.     }
  4655.     /**
  4656.      * Gets the private 'App\Form\AccountType' shared autowired service.
  4657.      *
  4658.      * @return \App\Form\AccountType
  4659.      */
  4660.     protected function getAccountTypeService()
  4661.     {
  4662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4664.         include_once \dirname(__DIR__4).'/src/Form/AccountType.php';
  4665.         return $this->privates['App\\Form\\AccountType'] = new \App\Form\AccountType();
  4666.     }
  4667.     /**
  4668.      * Gets the private 'App\Form\AddressType' shared autowired service.
  4669.      *
  4670.      * @return \App\Form\AddressType
  4671.      */
  4672.     protected function getAddressTypeService()
  4673.     {
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4676.         include_once \dirname(__DIR__4).'/src/Form/AddressType.php';
  4677.         return $this->privates['App\\Form\\AddressType'] = new \App\Form\AddressType();
  4678.     }
  4679.     /**
  4680.      * Gets the private 'App\Form\CategoryType' shared autowired service.
  4681.      *
  4682.      * @return \App\Form\CategoryType
  4683.      */
  4684.     protected function getCategoryTypeService()
  4685.     {
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4688.         include_once \dirname(__DIR__4).'/src/Form/CategoryType.php';
  4689.         return $this->privates['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
  4690.     }
  4691.     /**
  4692.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4693.      *
  4694.      * @return \App\Form\ContactType
  4695.      */
  4696.     protected function getContactTypeService()
  4697.     {
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4700.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4701.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4702.     }
  4703.     /**
  4704.      * Gets the private 'App\Form\CustomerType' shared autowired service.
  4705.      *
  4706.      * @return \App\Form\CustomerType
  4707.      */
  4708.     protected function getCustomerTypeService()
  4709.     {
  4710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4712.         include_once \dirname(__DIR__4).'/src/Form/CustomerType.php';
  4713.         return $this->privates['App\\Form\\CustomerType'] = new \App\Form\CustomerType();
  4714.     }
  4715.     /**
  4716.      * Gets the private 'App\Form\ForgetPasswordType' shared autowired service.
  4717.      *
  4718.      * @return \App\Form\ForgetPasswordType
  4719.      */
  4720.     protected function getForgetPasswordTypeService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4724.         include_once \dirname(__DIR__4).'/src/Form/ForgetPasswordType.php';
  4725.         return $this->privates['App\\Form\\ForgetPasswordType'] = new \App\Form\ForgetPasswordType();
  4726.     }
  4727.     /**
  4728.      * Gets the private 'App\Form\ImageType' shared autowired service.
  4729.      *
  4730.      * @return \App\Form\ImageType
  4731.      */
  4732.     protected function getImageTypeService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4736.         include_once \dirname(__DIR__4).'/src/Form/ImageType.php';
  4737.         return $this->privates['App\\Form\\ImageType'] = new \App\Form\ImageType();
  4738.     }
  4739.     /**
  4740.      * Gets the private 'App\Form\ItemRequestType' shared autowired service.
  4741.      *
  4742.      * @return \App\Form\ItemRequestType
  4743.      */
  4744.     protected function getItemRequestTypeService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4748.         include_once \dirname(__DIR__4).'/src/Form/ItemRequestType.php';
  4749.         return $this->privates['App\\Form\\ItemRequestType'] = new \App\Form\ItemRequestType();
  4750.     }
  4751.     /**
  4752.      * Gets the private 'App\Form\NotificationType' shared autowired service.
  4753.      *
  4754.      * @return \App\Form\NotificationType
  4755.      */
  4756.     protected function getNotificationTypeService()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4760.         include_once \dirname(__DIR__4).'/src/Form/NotificationType.php';
  4761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  4762.         include_once \dirname(__DIR__4).'/src/Services/FrenchToDateTimeTransformer.php';
  4763.         return $this->privates['App\\Form\\NotificationType'] = new \App\Form\NotificationType(new \App\Services\FrenchToDateTimeTransformer());
  4764.     }
  4765.     /**
  4766.      * Gets the private 'App\Form\PriceRequestType' shared autowired service.
  4767.      *
  4768.      * @return \App\Form\PriceRequestType
  4769.      */
  4770.     protected function getPriceRequestTypeService()
  4771.     {
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4774.         include_once \dirname(__DIR__4).'/src/Form/PriceRequestType.php';
  4775.         return $this->privates['App\\Form\\PriceRequestType'] = new \App\Form\PriceRequestType();
  4776.     }
  4777.     /**
  4778.      * Gets the private 'App\Form\ProductClearanceType' shared autowired service.
  4779.      *
  4780.      * @return \App\Form\ProductClearanceType
  4781.      */
  4782.     protected function getProductClearanceTypeService()
  4783.     {
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4786.         include_once \dirname(__DIR__4).'/src/Form/ProductClearanceType.php';
  4787.         return $this->privates['App\\Form\\ProductClearanceType'] = new \App\Form\ProductClearanceType();
  4788.     }
  4789.     /**
  4790.      * Gets the private 'App\Form\ProductRobotType' shared autowired service.
  4791.      *
  4792.      * @return \App\Form\ProductRobotType
  4793.      */
  4794.     protected function getProductRobotTypeService()
  4795.     {
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4798.         include_once \dirname(__DIR__4).'/src/Form/ProductRobotType.php';
  4799.         return $this->privates['App\\Form\\ProductRobotType'] = new \App\Form\ProductRobotType();
  4800.     }
  4801.     /**
  4802.      * Gets the private 'App\Form\PurchaseInfoType' shared autowired service.
  4803.      *
  4804.      * @return \App\Form\PurchaseInfoType
  4805.      */
  4806.     protected function getPurchaseInfoTypeService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4810.         include_once \dirname(__DIR__4).'/src/Form/PurchaseInfoType.php';
  4811.         return $this->privates['App\\Form\\PurchaseInfoType'] = new \App\Form\PurchaseInfoType();
  4812.     }
  4813.     /**
  4814.      * Gets the private 'App\Form\ResetPasswordType' shared autowired service.
  4815.      *
  4816.      * @return \App\Form\ResetPasswordType
  4817.      */
  4818.     protected function getResetPasswordTypeService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4822.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordType.php';
  4823.         return $this->privates['App\\Form\\ResetPasswordType'] = new \App\Form\ResetPasswordType();
  4824.     }
  4825.     /**
  4826.      * Gets the private 'App\Form\SignUpType' shared autowired service.
  4827.      *
  4828.      * @return \App\Form\SignUpType
  4829.      */
  4830.     protected function getSignUpTypeService()
  4831.     {
  4832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4834.         include_once \dirname(__DIR__4).'/src/Form/SignUpType.php';
  4835.         return $this->privates['App\\Form\\SignUpType'] = new \App\Form\SignUpType();
  4836.     }
  4837.     /**
  4838.      * Gets the private 'App\Repository\BrandRepository' shared autowired service.
  4839.      *
  4840.      * @return \App\Repository\BrandRepository
  4841.      */
  4842.     protected function getBrandRepositoryService()
  4843.     {
  4844.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4849.         include_once \dirname(__DIR__4).'/src/Repository/BrandRepository.php';
  4850.         return $this->privates['App\\Repository\\BrandRepository'] = new \App\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4851.     }
  4852.     /**
  4853.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  4854.      *
  4855.      * @return \App\Repository\CategoryRepository
  4856.      */
  4857.     protected function getCategoryRepositoryService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  4866.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  4867.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4868.     }
  4869.     /**
  4870.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  4871.      *
  4872.      * @return \App\Repository\CustomerRepository
  4873.      */
  4874.     protected function getCustomerRepositoryService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4881.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  4882.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4883.     }
  4884.     /**
  4885.      * Gets the private 'App\Repository\ErrorRepository' shared autowired service.
  4886.      *
  4887.      * @return \App\Repository\ErrorRepository
  4888.      */
  4889.     protected function getErrorRepositoryService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4896.         include_once \dirname(__DIR__4).'/src/Repository/ErrorRepository.php';
  4897.         return $this->privates['App\\Repository\\ErrorRepository'] = new \App\Repository\ErrorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4898.     }
  4899.     /**
  4900.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  4901.      *
  4902.      * @return \App\Repository\ImageRepository
  4903.      */
  4904.     protected function getImageRepositoryService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4911.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  4912.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4913.     }
  4914.     /**
  4915.      * Gets the private 'App\Repository\ItemRequestRepository' shared autowired service.
  4916.      *
  4917.      * @return \App\Repository\ItemRequestRepository
  4918.      */
  4919.     protected function getItemRequestRepositoryService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4926.         include_once \dirname(__DIR__4).'/src/Repository/ItemRequestRepository.php';
  4927.         return $this->privates['App\\Repository\\ItemRequestRepository'] = new \App\Repository\ItemRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4928.     }
  4929.     /**
  4930.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  4931.      *
  4932.      * @return \App\Repository\NotificationRepository
  4933.      */
  4934.     protected function getNotificationRepositoryService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4941.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  4942.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'App\Repository\PriceRequestRepository' shared autowired service.
  4946.      *
  4947.      * @return \App\Repository\PriceRequestRepository
  4948.      */
  4949.     protected function getPriceRequestRepositoryService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4956.         include_once \dirname(__DIR__4).'/src/Repository/PriceRequestRepository.php';
  4957.         return $this->privates['App\\Repository\\PriceRequestRepository'] = new \App\Repository\PriceRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4958.     }
  4959.     /**
  4960.      * Gets the private 'App\Repository\ProductClearanceRepository' shared autowired service.
  4961.      *
  4962.      * @return \App\Repository\ProductClearanceRepository
  4963.      */
  4964.     protected function getProductClearanceRepositoryService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4971.         include_once \dirname(__DIR__4).'/src/Repository/ProductClearanceRepository.php';
  4972.         return $this->privates['App\\Repository\\ProductClearanceRepository'] = new \App\Repository\ProductClearanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4973.     }
  4974.     /**
  4975.      * Gets the private 'App\Repository\ProductMediaRepository' shared autowired service.
  4976.      *
  4977.      * @return \App\Repository\ProductMediaRepository
  4978.      */
  4979.     protected function getProductMediaRepositoryService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4986.         include_once \dirname(__DIR__4).'/src/Repository/ProductMediaRepository.php';
  4987.         return $this->privates['App\\Repository\\ProductMediaRepository'] = new \App\Repository\ProductMediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4988.     }
  4989.     /**
  4990.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  4991.      *
  4992.      * @return \App\Repository\ProductRepository
  4993.      */
  4994.     protected function getProductRepositoryService()
  4995.     {
  4996.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5001.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  5002.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Repository\ProductRobotRepository' shared autowired service.
  5006.      *
  5007.      * @return \App\Repository\ProductRobotRepository
  5008.      */
  5009.     protected function getProductRobotRepositoryService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5016.         include_once \dirname(__DIR__4).'/src/Repository/ProductRobotRepository.php';
  5017.         return $this->privates['App\\Repository\\ProductRobotRepository'] = new \App\Repository\ProductRobotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'App\Repository\PurchaseLineRepository' shared autowired service.
  5021.      *
  5022.      * @return \App\Repository\PurchaseLineRepository
  5023.      */
  5024.     protected function getPurchaseLineRepositoryService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5031.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseLineRepository.php';
  5032.         return $this->privates['App\\Repository\\PurchaseLineRepository'] = new \App\Repository\PurchaseLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'App\Repository\PurchaseRepository' shared autowired service.
  5036.      *
  5037.      * @return \App\Repository\PurchaseRepository
  5038.      */
  5039.     protected function getPurchaseRepositoryService()
  5040.     {
  5041.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5046.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseRepository.php';
  5047.         return $this->privates['App\\Repository\\PurchaseRepository'] = new \App\Repository\PurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'App\Repository\RequestRepository' shared autowired service.
  5051.      *
  5052.      * @return \App\Repository\RequestRepository
  5053.      */
  5054.     protected function getRequestRepositoryService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5061.         include_once \dirname(__DIR__4).'/src/Repository/RequestRepository.php';
  5062.         return $this->privates['App\\Repository\\RequestRepository'] = new \App\Repository\RequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5066.      *
  5067.      * @return \App\Repository\UserRepository
  5068.      */
  5069.     protected function getUserRepositoryService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5077.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5078.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'App\Security\AppAdminAuthenticator' shared autowired service.
  5082.      *
  5083.      * @return \App\Security\AppAdminAuthenticator
  5084.      */
  5085.     protected function getAppAdminAuthenticatorService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5093.         include_once \dirname(__DIR__4).'/src/Security/AppAdminAuthenticator.php';
  5094.         return $this->privates['App\\Security\\AppAdminAuthenticator'] = new \App\Security\AppAdminAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5095.     }
  5096.     /**
  5097.      * Gets the private 'App\Security\AppCustomerAuthenticator' shared autowired service.
  5098.      *
  5099.      * @return \App\Security\AppCustomerAuthenticator
  5100.      */
  5101.     protected function getAppCustomerAuthenticatorService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5109.         include_once \dirname(__DIR__4).'/src/Security/AppCustomerAuthenticator.php';
  5110.         return $this->privates['App\\Security\\AppCustomerAuthenticator'] = new \App\Security\AppCustomerAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()));
  5111.     }
  5112.     /**
  5113.      * Gets the private 'App\Services\Mailer' shared autowired service.
  5114.      *
  5115.      * @return \App\Services\Mailer
  5116.      */
  5117.     protected function getMailerService()
  5118.     {
  5119.         include_once \dirname(__DIR__4).'/src/Services/Mailer.php';
  5120.         return $this->privates['App\\Services\\Mailer'] = new \App\Services\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()), $this);
  5121.     }
  5122.     /**
  5123.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5124.      *
  5125.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5126.      */
  5127.     protected function getManagerRegistryAwareConnectionProviderService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5131.         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'));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5135.      *
  5136.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5137.      */
  5138.     protected function getRunSqlCommandService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5142.         $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()));
  5143.         $instance->setName('dbal:run-sql');
  5144.         return $instance;
  5145.     }
  5146.     /**
  5147.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  5148.      *
  5149.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  5150.      */
  5151.     protected function getClearInvalidRefreshTokensCommandService()
  5152.     {
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  5155.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  5156.         $instance->setName('gesdinet:jwt:clear');
  5157.         return $instance;
  5158.     }
  5159.     /**
  5160.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  5161.      *
  5162.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  5163.      */
  5164.     protected function getRevokeRefreshTokenCommandService()
  5165.     {
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  5168.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  5169.         $instance->setName('gesdinet:jwt:revoke');
  5170.         return $instance;
  5171.     }
  5172.     /**
  5173.      * Gets the private 'JMose\CommandSchedulerBundle\Form\Type\CommandChoiceType' shared autowired service.
  5174.      *
  5175.      * @return \JMose\CommandSchedulerBundle\Form\Type\CommandChoiceType
  5176.      */
  5177.     protected function getCommandChoiceTypeService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Form/Type/CommandChoiceType.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Service/CommandParser.php';
  5183.         return $this->privates['JMose\\CommandSchedulerBundle\\Form\\Type\\CommandChoiceType'] = new \JMose\CommandSchedulerBundle\Form\Type\CommandChoiceType(new \JMose\CommandSchedulerBundle\Service\CommandParser(($this->services['kernel'] ?? $this->get('kernel'1)), $this->parameters['jmose_command_scheduler.excluded_command_namespaces'], []));
  5184.     }
  5185.     /**
  5186.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  5187.      *
  5188.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  5189.      */
  5190.     protected function getCacheWarmer2Service()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  5194.         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()));
  5195.     }
  5196.     /**
  5197.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  5198.      *
  5199.      * @return \Vich\UploaderBundle\Util\Transliterator
  5200.      */
  5201.     protected function getTransliteratorService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5206.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  5207.     }
  5208.     /**
  5209.      * Gets the private 'acme_api.event.authentication_success_listener' shared autowired service.
  5210.      *
  5211.      * @return \App\Events\AuthenticationSuccessListener
  5212.      */
  5213.     protected function getAcmeApi_Event_AuthenticationSuccessListenerService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/src/Events/AuthenticationSuccessListener.php';
  5216.         return $this->privates['acme_api.event.authentication_success_listener'] = new \App\Events\AuthenticationSuccessListener(($this->privates['App\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  5217.     }
  5218.     /**
  5219.      * Gets the private 'annotations.cache_adapter' shared service.
  5220.      *
  5221.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5222.      */
  5223.     protected function getAnnotations_CacheAdapterService()
  5224.     {
  5225.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5226.     }
  5227.     /**
  5228.      * Gets the private 'annotations.cache_warmer' shared service.
  5229.      *
  5230.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5231.      */
  5232.     protected function getAnnotations_CacheWarmerService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5237.         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);
  5238.     }
  5239.     /**
  5240.      * Gets the private 'annotations.cached_reader' shared service.
  5241.      *
  5242.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5243.      */
  5244.     protected function getAnnotations_CachedReaderService()
  5245.     {
  5246.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5247.     }
  5248.     /**
  5249.      * Gets the private 'annotations.reader' shared service.
  5250.      *
  5251.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5252.      */
  5253.     protected function getAnnotations_ReaderService()
  5254.     {
  5255.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5256.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5257.         $a->registerUniqueLoader('class_exists');
  5258.         $instance->addGlobalIgnoredName('required'$a);
  5259.         return $instance;
  5260.     }
  5261.     /**
  5262.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5263.      *
  5264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5265.      */
  5266.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5267.     {
  5268.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mztEvREsM5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5269.     }
  5270.     /**
  5271.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  5272.      *
  5273.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5274.      */
  5275.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  5276.     {
  5277.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('myrxRZlnYJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5278.     }
  5279.     /**
  5280.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5281.      *
  5282.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5283.      */
  5284.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5285.     {
  5286.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fJ7LL92J7e'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5287.     }
  5288.     /**
  5289.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5292.      */
  5293.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5294.     {
  5295.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hjwKINZqpT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5296.     }
  5297.     /**
  5298.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5299.      *
  5300.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5301.      */
  5302.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5303.     {
  5304.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6tfmmOyDlh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5305.     }
  5306.     /**
  5307.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  5308.      *
  5309.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  5310.      */
  5311.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5315.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  5316.     }
  5317.     /**
  5318.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  5319.      *
  5320.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  5321.      */
  5322.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/DataPersister.php';
  5325.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5326.     }
  5327.     /**
  5328.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  5329.      *
  5330.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  5331.      */
  5332.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  5333.     {
  5334.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  5336.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  5337.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5338.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5339.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5340.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5341.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5342.         }, 5));
  5343.     }
  5344.     /**
  5345.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  5346.      *
  5347.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  5348.      */
  5349.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  5350.     {
  5351.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/ItemDataProvider.php';
  5355.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  5356.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5357.         }, 1));
  5358.     }
  5359.     /**
  5360.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  5361.      *
  5362.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  5363.      */
  5364.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  5365.     {
  5366.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  5368.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  5369.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5370.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5371.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5372.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5373.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5374.         }, 5), new RewindableGenerator(function () {
  5375.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5376.         }, 1));
  5377.     }
  5378.     /**
  5379.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  5380.      *
  5381.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  5382.      */
  5383.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  5384.     {
  5385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  5390.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  5391.     }
  5392.     /**
  5393.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  5394.      *
  5395.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  5396.      */
  5397.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  5398.     {
  5399.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  5402.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  5403.     }
  5404.     /**
  5405.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  5406.      *
  5407.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  5408.      */
  5409.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  5410.     {
  5411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  5415.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  5419.      *
  5420.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  5421.      */
  5422.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  5427.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5428.     }
  5429.     /**
  5430.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  5431.      *
  5432.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  5433.      */
  5434.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/Pagination.php';
  5441.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5442.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  5443.     }
  5444.     /**
  5445.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5446.      *
  5447.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  5448.      */
  5449.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5450.     {
  5451.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5452.     }
  5453.     /**
  5454.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5455.      *
  5456.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5457.      */
  5458.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5459.     {
  5460.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5461.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5462.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5463.         }
  5464.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5468.      *
  5469.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  5470.      */
  5471.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5472.     {
  5473.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5474.     }
  5475.     /**
  5476.      * Gets the private 'api_platform.identifier.converter' shared service.
  5477.      *
  5478.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5479.      */
  5480.     protected function getApiPlatform_Identifier_ConverterService()
  5481.     {
  5482.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  5483.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5484.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5485.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? ($this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer()));
  5486.         }, 3));
  5487.     }
  5488.     /**
  5489.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5490.      *
  5491.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5492.      */
  5493.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5494.     {
  5495.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5496.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5497.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  5498.     }
  5499.     /**
  5500.      * Gets the private 'api_platform.iri_converter' shared service.
  5501.      *
  5502.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  5503.      */
  5504.     protected function getApiPlatform_IriConverterService()
  5505.     {
  5506.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5507.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5508.     }
  5509.     /**
  5510.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  5511.      *
  5512.      * @return \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand
  5513.      */
  5514.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  5515.     {
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  5518.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  5519.         $instance->setName('api:json-schema:generate');
  5520.         return $instance;
  5521.     }
  5522.     /**
  5523.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5524.      *
  5525.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5526.      */
  5527.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5528.     {
  5529.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5530.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5531.         return $instance;
  5532.     }
  5533.     /**
  5534.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5535.      *
  5536.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  5537.      */
  5538.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5539.     {
  5540.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5541.     }
  5542.     /**
  5543.      * Gets the private 'api_platform.listener.exception' shared service.
  5544.      *
  5545.      * @return \ApiPlatform\Core\EventListener\ExceptionListener
  5546.      */
  5547.     protected function getApiPlatform_Listener_ExceptionService()
  5548.     {
  5549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ExceptionListener.php';
  5550.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Core\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()));
  5551.     }
  5552.     /**
  5553.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  5554.      *
  5555.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener
  5556.      */
  5557.     protected function getApiPlatform_Listener_Exception_ValidationService()
  5558.     {
  5559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  5560.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  5561.     }
  5562.     /**
  5563.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5564.      *
  5565.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  5566.      */
  5567.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5568.     {
  5569.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  5570.     }
  5571.     /**
  5572.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  5573.      *
  5574.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  5575.      */
  5576.     protected function getApiPlatform_Listener_Request_DeserializeService()
  5577.     {
  5578.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5579.     }
  5580.     /**
  5581.      * Gets the private 'api_platform.listener.request.read' shared service.
  5582.      *
  5583.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5584.      */
  5585.     protected function getApiPlatform_Listener_Request_ReadService()
  5586.     {
  5587.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5588.     }
  5589.     /**
  5590.      * Gets the private 'api_platform.listener.view.respond' shared service.
  5591.      *
  5592.      * @return \ApiPlatform\Core\EventListener\RespondListener
  5593.      */
  5594.     protected function getApiPlatform_Listener_View_RespondService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/RespondListener.php';
  5597.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5598.     }
  5599.     /**
  5600.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  5601.      *
  5602.      * @return \ApiPlatform\Core\EventListener\SerializeListener
  5603.      */
  5604.     protected function getApiPlatform_Listener_View_SerializeService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/SerializeListener.php';
  5607.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Core\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5608.     }
  5609.     /**
  5610.      * Gets the private 'api_platform.listener.view.validate' shared service.
  5611.      *
  5612.      * @return \ApiPlatform\Core\Validator\EventListener\ValidateListener
  5613.      */
  5614.     protected function getApiPlatform_Listener_View_ValidateService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/EventListener/ValidateListener.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Validator.php';
  5619.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Core\Validator\EventListener\ValidateListener(new \ApiPlatform\Core\Bridge\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5623.      *
  5624.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  5625.      */
  5626.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5627.     {
  5628.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  5629.     }
  5630.     /**
  5631.      * Gets the private 'api_platform.listener.view.write' shared service.
  5632.      *
  5633.      * @return \ApiPlatform\Core\EventListener\WriteListener
  5634.      */
  5635.     protected function getApiPlatform_Listener_View_WriteService()
  5636.     {
  5637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/WriteListener.php';
  5638.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5639.     }
  5640.     /**
  5641.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  5642.      *
  5643.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5644.      */
  5645.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  5646.     {
  5647.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5648.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  5649.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5650.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5651.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5652.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5653.         }, 4)));
  5654.     }
  5655.     /**
  5656.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5657.      *
  5658.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5659.      */
  5660.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5661.     {
  5662.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  5663.     }
  5664.     /**
  5665.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  5666.      *
  5667.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  5668.      */
  5669.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  5673.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  5674.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5675.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5676.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5677.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5678.         }, 4));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5682.      *
  5683.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5684.      */
  5685.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5686.     {
  5687.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5688.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  5689.     }
  5690.     /**
  5691.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5692.      *
  5693.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5694.      */
  5695.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5696.     {
  5697.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'api_platform.openapi.command' shared service.
  5701.      *
  5702.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand
  5703.      */
  5704.     protected function getApiPlatform_Openapi_CommandService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/OpenApiCommand.php';
  5708.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory'] ?? $this->getApiPlatform_Openapi_FactoryService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  5709.         $instance->setName('api:openapi:export');
  5710.         return $instance;
  5711.     }
  5712.     /**
  5713.      * Gets the private 'api_platform.openapi.factory' shared service.
  5714.      *
  5715.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  5716.      */
  5717.     protected function getApiPlatform_Openapi_FactoryService()
  5718.     {
  5719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/PaginationOptions.php';
  5722.         return $this->privates['api_platform.openapi.factory'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\DataProvider\PaginationOptions(true'page'false'itemsPerPage'false'pagination'));
  5723.     }
  5724.     /**
  5725.      * Gets the private 'api_platform.openapi.options' shared service.
  5726.      *
  5727.      * @return \ApiPlatform\Core\OpenApi\Options
  5728.      */
  5729.     protected function getApiPlatform_Openapi_OptionsService()
  5730.     {
  5731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  5732.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\Core\OpenApi\Options('API REI Industry''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  5733.     }
  5734.     /**
  5735.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5736.      *
  5737.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  5738.      */
  5739.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5740.     {
  5741.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  5742.     }
  5743.     /**
  5744.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5745.      *
  5746.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5747.      */
  5748.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5749.     {
  5750.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  5751.     }
  5752.     /**
  5753.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5754.      *
  5755.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  5756.      */
  5757.     protected function getApiPlatform_ResourceClassResolverService()
  5758.     {
  5759.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  5760.     }
  5761.     /**
  5762.      * Gets the private 'api_platform.router' shared service.
  5763.      *
  5764.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  5765.      */
  5766.     protected function getApiPlatform_RouterService()
  5767.     {
  5768.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  5769.     }
  5770.     /**
  5771.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5772.      *
  5773.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  5774.      */
  5775.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5776.     {
  5777.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  5778.     }
  5779.     /**
  5780.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5781.      *
  5782.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  5783.      */
  5784.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5785.     {
  5786.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5787.     }
  5788.     /**
  5789.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  5790.      *
  5791.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  5792.      */
  5793.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  5794.     {
  5795.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5796.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  5797.     }
  5798.     /**
  5799.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5800.      *
  5801.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  5802.      */
  5803.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5804.     {
  5805.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(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()))])));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5809.      *
  5810.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5811.      */
  5812.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5813.     {
  5814.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5815.     }
  5816.     /**
  5817.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  5818.      *
  5819.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  5820.      */
  5821.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  5825.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'API REI Industry''''0.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  5826.         $instance->setName('api:swagger:export');
  5827.         return $instance;
  5828.     }
  5829.     /**
  5830.      * Gets the private 'cache.annotations' shared service.
  5831.      *
  5832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5833.      */
  5834.     protected function getCache_AnnotationsService()
  5835.     {
  5836.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n-2XyJs62y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5837.     }
  5838.     /**
  5839.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5840.      *
  5841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5842.      */
  5843.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5844.     {
  5845.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5846.     }
  5847.     /**
  5848.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5849.      *
  5850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5851.      */
  5852.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5853.     {
  5854.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5855.     }
  5856.     /**
  5857.      * Gets the private 'cache.property_info' shared service.
  5858.      *
  5859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5860.      */
  5861.     protected function getCache_PropertyInfoService()
  5862.     {
  5863.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RwF9wfo+e+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5864.     }
  5865.     /**
  5866.      * Gets the private 'cache.security_expression_language' shared service.
  5867.      *
  5868.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5869.      */
  5870.     protected function getCache_SecurityExpressionLanguageService()
  5871.     {
  5872.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q-eDSKizi4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5873.     }
  5874.     /**
  5875.      * Gets the private 'cache.serializer' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5878.      */
  5879.     protected function getCache_SerializerService()
  5880.     {
  5881.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1Obk71Znui'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5882.     }
  5883.     /**
  5884.      * Gets the private 'cache.validator' shared service.
  5885.      *
  5886.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5887.      */
  5888.     protected function getCache_ValidatorService()
  5889.     {
  5890.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8COD3YUd7y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5891.     }
  5892.     /**
  5893.      * Gets the private 'config_cache_factory' shared service.
  5894.      *
  5895.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5896.      */
  5897.     protected function getConfigCacheFactoryService()
  5898.     {
  5899.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5900.             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)));
  5901.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5902.         }, 2));
  5903.     }
  5904.     /**
  5905.      * Gets the private 'console.command.about' shared service.
  5906.      *
  5907.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5908.      */
  5909.     protected function getConsole_Command_AboutService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5913.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5914.         $instance->setName('about');
  5915.         return $instance;
  5916.     }
  5917.     /**
  5918.      * Gets the private 'console.command.assets_install' shared service.
  5919.      *
  5920.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5921.      */
  5922.     protected function getConsole_Command_AssetsInstallService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5926.         $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));
  5927.         $instance->setName('assets:install');
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the private 'console.command.cache_clear' shared service.
  5932.      *
  5933.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5934.      */
  5935.     protected function getConsole_Command_CacheClearService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5939.         $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())));
  5940.         $instance->setName('cache:clear');
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5945.      *
  5946.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5947.      */
  5948.     protected function getConsole_Command_CachePoolClearService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5952.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5953.         $instance->setName('cache:pool:clear');
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5958.      *
  5959.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5960.      */
  5961.     protected function getConsole_Command_CachePoolDeleteService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5965.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5966.         $instance->setName('cache:pool:delete');
  5967.         return $instance;
  5968.     }
  5969.     /**
  5970.      * Gets the private 'console.command.cache_pool_list' shared service.
  5971.      *
  5972.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5973.      */
  5974.     protected function getConsole_Command_CachePoolListService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5978.         $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.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'api_platform.cache.route_name_resolver'10 => 'api_platform.cache.identifiers_extractor'11 => 'api_platform.cache.subresource_operation_factory'12 => 'api_platform.cache.metadata.resource'13 => 'api_platform.cache.metadata.property']);
  5979.         $instance->setName('cache:pool:list');
  5980.         return $instance;
  5981.     }
  5982.     /**
  5983.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5984.      *
  5985.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5986.      */
  5987.     protected function getConsole_Command_CachePoolPruneService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5991.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5992.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5993.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5994.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5995.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5996.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5997.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5998.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5999.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6000.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6001.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  6002.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  6003.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  6004.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  6005.             yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService());
  6006.         }, 14));
  6007.         $instance->setName('cache:pool:prune');
  6008.         return $instance;
  6009.     }
  6010.     /**
  6011.      * Gets the private 'console.command.cache_warmup' shared service.
  6012.      *
  6013.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6014.      */
  6015.     protected function getConsole_Command_CacheWarmupService()
  6016.     {
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6019.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6020.         $instance->setName('cache:warmup');
  6021.         return $instance;
  6022.     }
  6023.     /**
  6024.      * Gets the private 'console.command.config_debug' shared service.
  6025.      *
  6026.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6027.      */
  6028.     protected function getConsole_Command_ConfigDebugService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6034.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6035.         $instance->setName('debug:config');
  6036.         return $instance;
  6037.     }
  6038.     /**
  6039.      * Gets the private 'console.command.config_dump_reference' shared service.
  6040.      *
  6041.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6042.      */
  6043.     protected function getConsole_Command_ConfigDumpReferenceService()
  6044.     {
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6049.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6050.         $instance->setName('config:dump-reference');
  6051.         return $instance;
  6052.     }
  6053.     /**
  6054.      * Gets the private 'console.command.container_debug' shared service.
  6055.      *
  6056.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6057.      */
  6058.     protected function getConsole_Command_ContainerDebugService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6062.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6063.         $instance->setName('debug:container');
  6064.         return $instance;
  6065.     }
  6066.     /**
  6067.      * Gets the private 'console.command.container_lint' shared service.
  6068.      *
  6069.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6070.      */
  6071.     protected function getConsole_Command_ContainerLintService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6075.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6076.         $instance->setName('lint:container');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'console.command.debug_autowiring' shared service.
  6081.      *
  6082.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6083.      */
  6084.     protected function getConsole_Command_DebugAutowiringService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6089.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6090.         $instance->setName('debug:autowiring');
  6091.         return $instance;
  6092.     }
  6093.     /**
  6094.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6095.      *
  6096.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6097.      */
  6098.     protected function getConsole_Command_EventDispatcherDebugService()
  6099.     {
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6102.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6103.         $instance->setName('debug:event-dispatcher');
  6104.         return $instance;
  6105.     }
  6106.     /**
  6107.      * Gets the private 'console.command.form_debug' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\Form\Command\DebugCommand
  6110.      */
  6111.     protected function getConsole_Command_FormDebugService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6115.         $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\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'=> 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'JMose\\CommandSchedulerBundle\\Form\\Type'], [=> 'App\\Form\\AccountType'=> 'App\\Form\\AddressType'=> 'App\\Form\\CategoryType'=> 'App\\Form\\ContactType'=> 'App\\Form\\CustomerType'=> 'App\\Form\\ForgetPasswordType'=> 'App\\Form\\ImageType'=> 'App\\Form\\ItemRequestType'=> 'App\\Form\\NotificationType'=> 'App\\Form\\PriceRequestType'10 => 'App\\Form\\ProductClearanceType'11 => 'App\\Form\\ProductRobotType'12 => 'App\\Form\\PurchaseInfoType'13 => 'App\\Form\\ResetPasswordType'14 => 'App\\Form\\SignUpType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'18 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'19 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'20 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'21 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'22 => 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType'23 => 'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type'24 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'25 => 'JMose\\CommandSchedulerBundle\\Form\\Type\\CommandChoiceType'], [=> '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'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6116.         $instance->setName('debug:form');
  6117.         return $instance;
  6118.     }
  6119.     /**
  6120.      * Gets the private 'console.command.router_debug' shared service.
  6121.      *
  6122.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6123.      */
  6124.     protected function getConsole_Command_RouterDebugService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6128.         $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()));
  6129.         $instance->setName('debug:router');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'console.command.router_match' shared service.
  6134.      *
  6135.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6136.      */
  6137.     protected function getConsole_Command_RouterMatchService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6141.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  6142.         $instance->setName('router:match');
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6147.      *
  6148.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6149.      */
  6150.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6158.         $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')))));
  6159.         $instance->setName('secrets:decrypt-to-local');
  6160.         return $instance;
  6161.     }
  6162.     /**
  6163.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6164.      *
  6165.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6166.      */
  6167.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6175.         $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')))));
  6176.         $instance->setName('secrets:encrypt-from-local');
  6177.         return $instance;
  6178.     }
  6179.     /**
  6180.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6181.      *
  6182.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6183.      */
  6184.     protected function getConsole_Command_SecretsGenerateKeyService()
  6185.     {
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6192.         $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')))));
  6193.         $instance->setName('secrets:generate-keys');
  6194.         return $instance;
  6195.     }
  6196.     /**
  6197.      * Gets the private 'console.command.secrets_list' shared service.
  6198.      *
  6199.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6200.      */
  6201.     protected function getConsole_Command_SecretsListService()
  6202.     {
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6209.         $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')))));
  6210.         $instance->setName('secrets:list');
  6211.         return $instance;
  6212.     }
  6213.     /**
  6214.      * Gets the private 'console.command.secrets_remove' shared service.
  6215.      *
  6216.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6217.      */
  6218.     protected function getConsole_Command_SecretsRemoveService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6226.         $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')))));
  6227.         $instance->setName('secrets:remove');
  6228.         return $instance;
  6229.     }
  6230.     /**
  6231.      * Gets the private 'console.command.secrets_set' shared service.
  6232.      *
  6233.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6234.      */
  6235.     protected function getConsole_Command_SecretsSetService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6243.         $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')))));
  6244.         $instance->setName('secrets:set');
  6245.         return $instance;
  6246.     }
  6247.     /**
  6248.      * Gets the private 'console.command.translation_debug' shared service.
  6249.      *
  6250.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6251.      */
  6252.     protected function getConsole_Command_TranslationDebugService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6256.         $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/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/DetailController.php'), 14 => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/ListController.php')]);
  6257.         $instance->setName('debug:translation');
  6258.         return $instance;
  6259.     }
  6260.     /**
  6261.      * Gets the private 'console.command.translation_update' shared service.
  6262.      *
  6263.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6264.      */
  6265.     protected function getConsole_Command_TranslationUpdateService()
  6266.     {
  6267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6283.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6284.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6285.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6286.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6287.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6288.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6289.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6290.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6291.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6292.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6293.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6294.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6295.         $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()), 'fr', (\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/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/DetailController.php'), 14 => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Controller/ListController.php')]);
  6296.         $instance->setName('translation:update');
  6297.         return $instance;
  6298.     }
  6299.     /**
  6300.      * Gets the private 'console.command.xliff_lint' shared service.
  6301.      *
  6302.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  6303.      */
  6304.     protected function getConsole_Command_XliffLintService()
  6305.     {
  6306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  6309.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  6310.         $instance->setName('lint:xliff');
  6311.         return $instance;
  6312.     }
  6313.     /**
  6314.      * Gets the private 'console.command.yaml_lint' shared service.
  6315.      *
  6316.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6317.      */
  6318.     protected function getConsole_Command_YamlLintService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6323.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6324.         $instance->setName('lint:yaml');
  6325.         return $instance;
  6326.     }
  6327.     /**
  6328.      * Gets the private 'console.error_listener' shared service.
  6329.      *
  6330.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6331.      */
  6332.     protected function getConsole_ErrorListenerService()
  6333.     {
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6335.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6336.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6337.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6338.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6339.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6340.     }
  6341.     /**
  6342.      * Gets the private 'container.env_var_processor' shared service.
  6343.      *
  6344.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6345.      */
  6346.     protected function getContainer_EnvVarProcessorService()
  6347.     {
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6350.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6351.             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'))));
  6352.         }, 1));
  6353.     }
  6354.     /**
  6355.      * Gets the private 'data_collector.form' shared service.
  6356.      *
  6357.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6358.      */
  6359.     protected function getDataCollector_FormService()
  6360.     {
  6361.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6362.     }
  6363.     /**
  6364.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6365.      *
  6366.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6367.      */
  6368.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6369.     {
  6370.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6371.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  6372.         }, 1)));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6376.      *
  6377.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6378.      */
  6379.     protected function getDebug_ApiPlatform_DataPersisterService()
  6380.     {
  6381.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6382.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  6383.         }, 1)));
  6384.     }
  6385.     /**
  6386.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6387.      *
  6388.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6389.      */
  6390.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6391.     {
  6392.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  6393.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  6394.         }, 1)));
  6395.     }
  6396.     /**
  6397.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6398.      *
  6399.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6400.      */
  6401.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6402.     {
  6403.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6404.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  6405.         }, 1)));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'debug.argument_resolver.default' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6411.      */
  6412.     protected function getDebug_ArgumentResolver_DefaultService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6417.         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))));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6423.      */
  6424.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6425.     {
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6429.         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.nwkEpT_'] ?? $this->get_ServiceLocator_NwkEpTService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6430.     }
  6431.     /**
  6432.      * Gets the private 'debug.argument_resolver.request' shared service.
  6433.      *
  6434.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6435.      */
  6436.     protected function getDebug_ArgumentResolver_RequestService()
  6437.     {
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6441.         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))));
  6442.     }
  6443.     /**
  6444.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6445.      *
  6446.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6447.      */
  6448.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6449.     {
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6453.         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))));
  6454.     }
  6455.     /**
  6456.      * Gets the private 'debug.argument_resolver.service' shared service.
  6457.      *
  6458.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6459.      */
  6460.     protected function getDebug_ArgumentResolver_ServiceService()
  6461.     {
  6462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6465.         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.nwkEpT_'] ?? $this->get_ServiceLocator_NwkEpTService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6466.     }
  6467.     /**
  6468.      * Gets the private 'debug.argument_resolver.session' shared service.
  6469.      *
  6470.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6471.      */
  6472.     protected function getDebug_ArgumentResolver_SessionService()
  6473.     {
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6477.         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))));
  6478.     }
  6479.     /**
  6480.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6481.      *
  6482.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6483.      */
  6484.     protected function getDebug_ArgumentResolver_VariadicService()
  6485.     {
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6489.         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))));
  6490.     }
  6491.     /**
  6492.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6493.      *
  6494.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6495.      */
  6496.     protected function getDebug_DebugHandlersListenerService()
  6497.     {
  6498.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6499.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6500.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6501.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6502.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6503.         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);
  6504.     }
  6505.     /**
  6506.      * Gets the private 'debug.dump_listener' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6509.      */
  6510.     protected function getDebug_DumpListenerService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6514.         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()));
  6515.     }
  6516.     /**
  6517.      * Gets the private 'debug.file_link_formatter' shared service.
  6518.      *
  6519.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6520.      */
  6521.     protected function getDebug_FileLinkFormatterService()
  6522.     {
  6523.         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 () {
  6524.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6525.         });
  6526.     }
  6527.     /**
  6528.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6529.      *
  6530.      * @return \string
  6531.      */
  6532.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6533.     {
  6534.         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');
  6535.     }
  6536.     /**
  6537.      * Gets the private 'debug.log_processor' shared service.
  6538.      *
  6539.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6540.      */
  6541.     protected function getDebug_LogProcessorService()
  6542.     {
  6543.         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())));
  6544.     }
  6545.     /**
  6546.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6547.      *
  6548.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6549.      */
  6550.     protected function getDebug_Security_Access_DecisionManagerService()
  6551.     {
  6552.         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 () {
  6553.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6554.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  6555.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6556.             yield => ($this->privates['debug.security.voter.App\\Voter\\CustomerVoter'] ?? $this->getCustomerVoterService());
  6557.             yield => ($this->privates['debug.security.voter.App\\Voter\\ImageVoter'] ?? $this->getImageVoterService());
  6558.             yield => ($this->privates['debug.security.voter.App\\Voter\\RequestVoter'] ?? $this->getRequestVoterService());
  6559.         }, 6), 'affirmative'falsetrue));
  6560.     }
  6561.     /**
  6562.      * Gets the private 'debug.security.firewall' shared service.
  6563.      *
  6564.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6565.      */
  6566.     protected function getDebug_Security_FirewallService()
  6567.     {
  6568.         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()));
  6569.     }
  6570.     /**
  6571.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6572.      *
  6573.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6574.      */
  6575.     protected function getDebug_Security_UserValueResolverService()
  6576.     {
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6580.         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))));
  6581.     }
  6582.     /**
  6583.      * Gets the private 'debug.security.voter.App\Voter\CustomerVoter' shared service.
  6584.      *
  6585.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6586.      */
  6587.     protected function getCustomerVoterService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6591.         include_once \dirname(__DIR__4).'/src/Voter/CustomerVoter.php';
  6592.         return $this->privates['debug.security.voter.App\\Voter\\CustomerVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\CustomerVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6593.     }
  6594.     /**
  6595.      * Gets the private 'debug.security.voter.App\Voter\ImageVoter' shared service.
  6596.      *
  6597.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6598.      */
  6599.     protected function getImageVoterService()
  6600.     {
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6603.         include_once \dirname(__DIR__4).'/src/Voter/ImageVoter.php';
  6604.         return $this->privates['debug.security.voter.App\\Voter\\ImageVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\ImageVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6605.     }
  6606.     /**
  6607.      * Gets the private 'debug.security.voter.App\Voter\RequestVoter' shared service.
  6608.      *
  6609.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6610.      */
  6611.     protected function getRequestVoterService()
  6612.     {
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6615.         include_once \dirname(__DIR__4).'/src/Voter/RequestVoter.php';
  6616.         return $this->privates['debug.security.voter.App\\Voter\\RequestVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Voter\RequestVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6617.     }
  6618.     /**
  6619.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6620.      *
  6621.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6622.      */
  6623.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6624.     {
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6628.         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()));
  6629.     }
  6630.     /**
  6631.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6632.      *
  6633.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6634.      */
  6635.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6640.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6641.     }
  6642.     /**
  6643.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  6644.      *
  6645.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6646.      */
  6647.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6652.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6653.     }
  6654.     /**
  6655.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6656.      *
  6657.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6658.      */
  6659.     protected function getDebug_Security_Voter_VoteListenerService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6662.         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()));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6666.      *
  6667.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6668.      */
  6669.     protected function getDoctrine_CacheClearMetadataCommandService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6675.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6676.         $instance->setName('doctrine:cache:clear-metadata');
  6677.         return $instance;
  6678.     }
  6679.     /**
  6680.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6681.      *
  6682.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6683.      */
  6684.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6685.     {
  6686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6690.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6691.         $instance->setName('doctrine:cache:clear-query');
  6692.         return $instance;
  6693.     }
  6694.     /**
  6695.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6696.      *
  6697.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6698.      */
  6699.     protected function getDoctrine_CacheClearResultCommandService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6705.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6706.         $instance->setName('doctrine:cache:clear-result');
  6707.         return $instance;
  6708.     }
  6709.     /**
  6710.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6711.      *
  6712.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6713.      */
  6714.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6715.     {
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6720.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6721.         $instance->setName('doctrine:cache:clear-collection-region');
  6722.         return $instance;
  6723.     }
  6724.     /**
  6725.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6726.      *
  6727.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6728.      */
  6729.     protected function getDoctrine_ClearEntityRegionCommandService()
  6730.     {
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6735.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6736.         $instance->setName('doctrine:cache:clear-entity-region');
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6741.      *
  6742.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6743.      */
  6744.     protected function getDoctrine_ClearQueryRegionCommandService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6750.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6751.         $instance->setName('doctrine:cache:clear-query-region');
  6752.         return $instance;
  6753.     }
  6754.     /**
  6755.      * Gets the private 'doctrine.database_create_command' shared service.
  6756.      *
  6757.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6758.      */
  6759.     protected function getDoctrine_DatabaseCreateCommandService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6764.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6765.         $instance->setName('doctrine:database:create');
  6766.         return $instance;
  6767.     }
  6768.     /**
  6769.      * Gets the private 'doctrine.database_drop_command' shared service.
  6770.      *
  6771.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6772.      */
  6773.     protected function getDoctrine_DatabaseDropCommandService()
  6774.     {
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6778.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6779.         $instance->setName('doctrine:database:drop');
  6780.         return $instance;
  6781.     }
  6782.     /**
  6783.      * Gets the private 'doctrine.database_import_command' shared service.
  6784.      *
  6785.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6786.      */
  6787.     protected function getDoctrine_DatabaseImportCommandService()
  6788.     {
  6789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6792.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6793.         $instance->setName('doctrine:database:import');
  6794.         return $instance;
  6795.     }
  6796.     /**
  6797.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6798.      *
  6799.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6800.      */
  6801.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6807.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6808.         $instance->setName('doctrine:ensure-production-settings');
  6809.         return $instance;
  6810.     }
  6811.     /**
  6812.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6813.      *
  6814.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6815.      */
  6816.     protected function getDoctrine_MappingConvertCommandService()
  6817.     {
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6822.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6823.         $instance->setName('doctrine:mapping:convert');
  6824.         return $instance;
  6825.     }
  6826.     /**
  6827.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6828.      *
  6829.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6830.      */
  6831.     protected function getDoctrine_MappingImportCommandService()
  6832.     {
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6836.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6837.         $instance->setName('doctrine:mapping:import');
  6838.         return $instance;
  6839.     }
  6840.     /**
  6841.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6842.      *
  6843.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6844.      */
  6845.     protected function getDoctrine_MappingInfoCommandService()
  6846.     {
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6851.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6852.         $instance->setName('doctrine:mapping:info');
  6853.         return $instance;
  6854.     }
  6855.     /**
  6856.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6857.      *
  6858.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6859.      */
  6860.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6861.     {
  6862.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6864.         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);
  6865.     }
  6866.     /**
  6867.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6868.      *
  6869.      * @return \Doctrine\Migrations\DependencyFactory
  6870.      */
  6871.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6881.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6882.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  6883.         $a->setAllOrNothing(false);
  6884.         $a->setCheckDatabasePlatform(true);
  6885.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6886.         $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()));
  6887.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6888.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6889.         });
  6890.         return $instance;
  6891.     }
  6892.     /**
  6893.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6894.      *
  6895.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6896.      */
  6897.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6898.     {
  6899.         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'), => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);
  6900.     }
  6901.     /**
  6902.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6903.      *
  6904.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6905.      */
  6906.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6907.     {
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6909.         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()));
  6910.     }
  6911.     /**
  6912.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6913.      *
  6914.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6915.      */
  6916.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6919.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6923.      *
  6924.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6925.      */
  6926.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6930.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6931.     }
  6932.     /**
  6933.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6934.      *
  6935.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6936.      */
  6937.     protected function getDoctrine_Orm_Validator_UniqueService()
  6938.     {
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6942.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6943.     }
  6944.     /**
  6945.      * Gets the private 'doctrine.query_dql_command' shared service.
  6946.      *
  6947.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6948.      */
  6949.     protected function getDoctrine_QueryDqlCommandService()
  6950.     {
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6955.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6956.         $instance->setName('doctrine:query:dql');
  6957.         return $instance;
  6958.     }
  6959.     /**
  6960.      * Gets the private 'doctrine.query_sql_command' shared service.
  6961.      *
  6962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6963.      */
  6964.     protected function getDoctrine_QuerySqlCommandService()
  6965.     {
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6969.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6970.         $instance->setName('doctrine:query:sql');
  6971.         return $instance;
  6972.     }
  6973.     /**
  6974.      * Gets the private 'doctrine.schema_create_command' shared service.
  6975.      *
  6976.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6977.      */
  6978.     protected function getDoctrine_SchemaCreateCommandService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6985.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6986.         $instance->setName('doctrine:schema:create');
  6987.         return $instance;
  6988.     }
  6989.     /**
  6990.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6991.      *
  6992.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6993.      */
  6994.     protected function getDoctrine_SchemaDropCommandService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7001.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7002.         $instance->setName('doctrine:schema:drop');
  7003.         return $instance;
  7004.     }
  7005.     /**
  7006.      * Gets the private 'doctrine.schema_update_command' shared service.
  7007.      *
  7008.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7009.      */
  7010.     protected function getDoctrine_SchemaUpdateCommandService()
  7011.     {
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7017.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7018.         $instance->setName('doctrine:schema:update');
  7019.         return $instance;
  7020.     }
  7021.     /**
  7022.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7023.      *
  7024.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7025.      */
  7026.     protected function getDoctrine_SchemaValidateCommandService()
  7027.     {
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7032.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7033.         $instance->setName('doctrine:schema:validate');
  7034.         return $instance;
  7035.     }
  7036.     /**
  7037.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7038.      *
  7039.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7040.      */
  7041.     protected function getDoctrineMigrations_CurrentCommandService()
  7042.     {
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7046.         $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');
  7047.         $instance->setName('doctrine:migrations:current');
  7048.         return $instance;
  7049.     }
  7050.     /**
  7051.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7052.      *
  7053.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7054.      */
  7055.     protected function getDoctrineMigrations_DiffCommandService()
  7056.     {
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7060.         $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');
  7061.         $instance->setName('doctrine:migrations:diff');
  7062.         return $instance;
  7063.     }
  7064.     /**
  7065.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7066.      *
  7067.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7068.      */
  7069.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7074.         $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');
  7075.         $instance->setName('doctrine:migrations:dump-schema');
  7076.         return $instance;
  7077.     }
  7078.     /**
  7079.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7080.      *
  7081.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7082.      */
  7083.     protected function getDoctrineMigrations_ExecuteCommandService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7088.         $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');
  7089.         $instance->setName('doctrine:migrations:execute');
  7090.         return $instance;
  7091.     }
  7092.     /**
  7093.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7094.      *
  7095.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7096.      */
  7097.     protected function getDoctrineMigrations_GenerateCommandService()
  7098.     {
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7101.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7102.         $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');
  7103.         $instance->setName('doctrine:migrations:generate');
  7104.         return $instance;
  7105.     }
  7106.     /**
  7107.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7108.      *
  7109.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7110.      */
  7111.     protected function getDoctrineMigrations_LatestCommandService()
  7112.     {
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7116.         $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');
  7117.         $instance->setName('doctrine:migrations:latest');
  7118.         return $instance;
  7119.     }
  7120.     /**
  7121.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7122.      *
  7123.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7124.      */
  7125.     protected function getDoctrineMigrations_MigrateCommandService()
  7126.     {
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7130.         $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');
  7131.         $instance->setName('doctrine:migrations:migrate');
  7132.         return $instance;
  7133.     }
  7134.     /**
  7135.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7136.      *
  7137.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7138.      */
  7139.     protected function getDoctrineMigrations_RollupCommandService()
  7140.     {
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7144.         $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');
  7145.         $instance->setName('doctrine:migrations:rollup');
  7146.         return $instance;
  7147.     }
  7148.     /**
  7149.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7150.      *
  7151.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7152.      */
  7153.     protected function getDoctrineMigrations_StatusCommandService()
  7154.     {
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7158.         $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');
  7159.         $instance->setName('doctrine:migrations:status');
  7160.         return $instance;
  7161.     }
  7162.     /**
  7163.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7164.      *
  7165.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7166.      */
  7167.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7168.     {
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7172.         $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');
  7173.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7174.         return $instance;
  7175.     }
  7176.     /**
  7177.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7178.      *
  7179.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7180.      */
  7181.     protected function getDoctrineMigrations_UpToDateCommandService()
  7182.     {
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7186.         $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');
  7187.         $instance->setName('doctrine:migrations:up-to-date');
  7188.         return $instance;
  7189.     }
  7190.     /**
  7191.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7192.      *
  7193.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7194.      */
  7195.     protected function getDoctrineMigrations_VersionCommandService()
  7196.     {
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7200.         $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');
  7201.         $instance->setName('doctrine:migrations:version');
  7202.         return $instance;
  7203.     }
  7204.     /**
  7205.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7206.      *
  7207.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7208.      */
  7209.     protected function getDoctrineMigrations_VersionsCommandService()
  7210.     {
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7214.         $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');
  7215.         $instance->setName('doctrine:migrations:list');
  7216.         return $instance;
  7217.     }
  7218.     /**
  7219.      * Gets the private 'easy_deploy.command.deploy' shared service.
  7220.      *
  7221.      * @return \EasyCorp\Bundle\EasyDeployBundle\Command\DeployCommand
  7222.      */
  7223.     protected function getEasyDeploy_Command_DeployService()
  7224.     {
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/easycorp/easy-deploy-bundle/src/Command/DeployCommand.php';
  7227.         $this->privates['easy_deploy.command.deploy'] = $instance = new \EasyCorp\Bundle\EasyDeployBundle\Command\DeployCommand(($this->privates['file_locator'] ?? $this->getFileLocatorService()), (($this->hasParameter("kernel.project_dir")) ? ($this->getParameter("kernel.project_dir")) : (($this->getParameter("kernel.root_dir") . "/.."))), (\dirname(__DIR__6).'/shared/var/log'));
  7228.         $instance->setName('deploy');
  7229.         return $instance;
  7230.     }
  7231.     /**
  7232.      * Gets the private 'easy_deploy.command.rollback' shared service.
  7233.      *
  7234.      * @return \EasyCorp\Bundle\EasyDeployBundle\Command\RollbackCommand
  7235.      */
  7236.     protected function getEasyDeploy_Command_RollbackService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/easycorp/easy-deploy-bundle/src/Command/RollbackCommand.php';
  7240.         $this->privates['easy_deploy.command.rollback'] = $instance = new \EasyCorp\Bundle\EasyDeployBundle\Command\RollbackCommand((($this->hasParameter("kernel.project_dir")) ? ($this->getParameter("kernel.project_dir")) : (($this->getParameter("kernel.root_dir") . "/.."))), (\dirname(__DIR__6).'/shared/var/log'));
  7241.         $instance->setName('rollback');
  7242.         return $instance;
  7243.     }
  7244.     /**
  7245.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7246.      *
  7247.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7248.      */
  7249.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7250.     {
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7253.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7254.         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()));
  7255.     }
  7256.     /**
  7257.      * Gets the private 'esi_listener' shared service.
  7258.      *
  7259.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  7260.      */
  7261.     protected function getEsiListenerService()
  7262.     {
  7263.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  7264.     }
  7265.     /**
  7266.      * Gets the private 'exception_listener' shared service.
  7267.      *
  7268.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7269.      */
  7270.     protected function getExceptionListenerService()
  7271.     {
  7272.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  7273.     }
  7274.     /**
  7275.      * Gets the private 'file_locator' shared service.
  7276.      *
  7277.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7278.      */
  7279.     protected function getFileLocatorService()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  7284.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  7285.     }
  7286.     /**
  7287.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7288.      *
  7289.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7290.      */
  7291.     protected function getForm_ChoiceListFactory_CachedService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7297.         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->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  7298.     }
  7299.     /**
  7300.      * Gets the private 'form.registry' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\Form\FormRegistry
  7303.      */
  7304.     protected function getForm_RegistryService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7313.         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, [
  7314.             'App\\Form\\AccountType' => ['privates''App\\Form\\AccountType''getAccountTypeService'false],
  7315.             'App\\Form\\AddressType' => ['privates''App\\Form\\AddressType''getAddressTypeService'false],
  7316.             'App\\Form\\CategoryType' => ['privates''App\\Form\\CategoryType''getCategoryTypeService'false],
  7317.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  7318.             'App\\Form\\CustomerType' => ['privates''App\\Form\\CustomerType''getCustomerTypeService'false],
  7319.             'App\\Form\\ForgetPasswordType' => ['privates''App\\Form\\ForgetPasswordType''getForgetPasswordTypeService'false],
  7320.             'App\\Form\\ImageType' => ['privates''App\\Form\\ImageType''getImageTypeService'false],
  7321.             'App\\Form\\ItemRequestType' => ['privates''App\\Form\\ItemRequestType''getItemRequestTypeService'false],
  7322.             'App\\Form\\NotificationType' => ['privates''App\\Form\\NotificationType''getNotificationTypeService'false],
  7323.             'App\\Form\\PriceRequestType' => ['privates''App\\Form\\PriceRequestType''getPriceRequestTypeService'false],
  7324.             'App\\Form\\ProductClearanceType' => ['privates''App\\Form\\ProductClearanceType''getProductClearanceTypeService'false],
  7325.             'App\\Form\\ProductRobotType' => ['privates''App\\Form\\ProductRobotType''getProductRobotTypeService'false],
  7326.             'App\\Form\\PurchaseInfoType' => ['privates''App\\Form\\PurchaseInfoType''getPurchaseInfoTypeService'false],
  7327.             'App\\Form\\ResetPasswordType' => ['privates''App\\Form\\ResetPasswordType''getResetPasswordTypeService'false],
  7328.             'App\\Form\\SignUpType' => ['privates''App\\Form\\SignUpType''getSignUpTypeService'false],
  7329.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'false],
  7330.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'false],
  7331.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7332.             'JMose\\CommandSchedulerBundle\\Form\\Type\\CommandChoiceType' => ['privates''JMose\\CommandSchedulerBundle\\Form\\Type\\CommandChoiceType''getCommandChoiceTypeService'false],
  7333.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  7334.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7335.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7336.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7337.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7338.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  7339.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  7340.         ], [
  7341.             'App\\Form\\AccountType' => '?',
  7342.             'App\\Form\\AddressType' => '?',
  7343.             'App\\Form\\CategoryType' => '?',
  7344.             'App\\Form\\ContactType' => '?',
  7345.             'App\\Form\\CustomerType' => '?',
  7346.             'App\\Form\\ForgetPasswordType' => '?',
  7347.             'App\\Form\\ImageType' => '?',
  7348.             'App\\Form\\ItemRequestType' => '?',
  7349.             'App\\Form\\NotificationType' => '?',
  7350.             'App\\Form\\PriceRequestType' => '?',
  7351.             'App\\Form\\ProductClearanceType' => '?',
  7352.             'App\\Form\\ProductRobotType' => '?',
  7353.             'App\\Form\\PurchaseInfoType' => '?',
  7354.             'App\\Form\\ResetPasswordType' => '?',
  7355.             'App\\Form\\SignUpType' => '?',
  7356.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  7357.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  7358.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7359.             'JMose\\CommandSchedulerBundle\\Form\\Type\\CommandChoiceType' => '?',
  7360.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  7361.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7362.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7363.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7364.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7365.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  7366.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  7367.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7368.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7369.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7370.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7371.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7372.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7373.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7374.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7375.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7376.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7377.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7378.         }, 1)], new RewindableGenerator(function () {
  7379.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7380.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7381.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7382.     }
  7383.     /**
  7384.      * Gets the private 'form.server_params' shared service.
  7385.      *
  7386.      * @return \Symfony\Component\Form\Util\ServerParams
  7387.      */
  7388.     protected function getForm_ServerParamsService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7391.         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())));
  7392.     }
  7393.     /**
  7394.      * Gets the private 'form.type.choice' shared service.
  7395.      *
  7396.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7397.      */
  7398.     protected function getForm_Type_ChoiceService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7403.         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()));
  7404.     }
  7405.     /**
  7406.      * Gets the private 'form.type.entity' shared service.
  7407.      *
  7408.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7409.      */
  7410.     protected function getForm_Type_EntityService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7416.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7417.     }
  7418.     /**
  7419.      * Gets the private 'form.type.form' shared service.
  7420.      *
  7421.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7422.      */
  7423.     protected function getForm_Type_FormService()
  7424.     {
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7429.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7430.     }
  7431.     /**
  7432.      * Gets the private 'form.type_extension.csrf' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7435.      */
  7436.     protected function getForm_TypeExtension_CsrfService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7441.         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()));
  7442.     }
  7443.     /**
  7444.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7447.      */
  7448.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7453.         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()));
  7454.     }
  7455.     /**
  7456.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7457.      *
  7458.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7459.      */
  7460.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7461.     {
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7467.         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())));
  7468.     }
  7469.     /**
  7470.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7471.      *
  7472.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7473.      */
  7474.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7479.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7480.     }
  7481.     /**
  7482.      * Gets the private 'form.type_extension.form.validator' shared service.
  7483.      *
  7484.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7485.      */
  7486.     protected function getForm_TypeExtension_Form_ValidatorService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7492.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7493.     }
  7494.     /**
  7495.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7498.      */
  7499.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7504.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7505.     }
  7506.     /**
  7507.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7508.      *
  7509.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7510.      */
  7511.     protected function getForm_TypeGuesser_DoctrineService()
  7512.     {
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7515.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7516.     }
  7517.     /**
  7518.      * Gets the private 'form.type_guesser.validator' shared service.
  7519.      *
  7520.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7521.      */
  7522.     protected function getForm_TypeGuesser_ValidatorService()
  7523.     {
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7526.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7527.     }
  7528.     /**
  7529.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7530.      *
  7531.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7532.      */
  7533.     protected function getFosCkEditor_Command_InstallerService()
  7534.     {
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  7538.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  7539.         $instance->setName('ckeditor:install');
  7540.         return $instance;
  7541.     }
  7542.     /**
  7543.      * Gets the private 'fos_ck_editor.form.type' shared service.
  7544.      *
  7545.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  7546.      */
  7547.     protected function getFosCkEditor_Form_TypeService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  7554.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'configs' => [], 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  7555.     }
  7556.     /**
  7557.      * Gets the private 'fragment.renderer.esi' shared service.
  7558.      *
  7559.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  7560.      */
  7561.     protected function getFragment_Renderer_EsiService()
  7562.     {
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  7567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  7568.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService()), new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')));
  7569.         $instance->setFragmentPath('/_fragment');
  7570.         return $instance;
  7571.     }
  7572.     /**
  7573.      * Gets the private 'fragment.renderer.inline' shared service.
  7574.      *
  7575.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7576.      */
  7577.     protected function getFragment_Renderer_InlineService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7582.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7583.         $instance->setFragmentPath('/_fragment');
  7584.         return $instance;
  7585.     }
  7586.     /**
  7587.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7588.      *
  7589.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7590.      */
  7591.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7592.     {
  7593.         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())));
  7594.     }
  7595.     /**
  7596.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7597.      *
  7598.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7599.      */
  7600.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7601.     {
  7602.         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()));
  7603.     }
  7604.     /**
  7605.      * Gets the private 'gedmo.listener.tree' shared autowired service.
  7606.      *
  7607.      * @return \Gedmo\Tree\TreeListener
  7608.      */
  7609.     protected function getGedmo_Listener_TreeService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  7614.         $this->privates['gedmo.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  7615.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7616.         return $instance;
  7617.     }
  7618.     /**
  7619.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  7620.      *
  7621.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  7622.      */
  7623.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  7624.     {
  7625.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  7626.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000, ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'username''refresh_token'false);
  7627.     }
  7628.     /**
  7629.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  7630.      *
  7631.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  7632.      */
  7633.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  7634.     {
  7635.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  7636.     }
  7637.     /**
  7638.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  7639.      *
  7640.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  7641.      */
  7642.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  7643.     {
  7644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  7650.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  7651.         $instance->setName('lexik:jwt:check-config');
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  7656.      *
  7657.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  7658.      */
  7659.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  7663.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  7664.         $instance->setName('lexik:jwt:generate-keypair');
  7665.         return $instance;
  7666.     }
  7667.     /**
  7668.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  7669.      *
  7670.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  7671.      */
  7672.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  7676.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7677.     }
  7678.     /**
  7679.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  7680.      *
  7681.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  7682.      */
  7683.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7686.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  7687.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  7688.     }
  7689.     /**
  7690.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  7691.      *
  7692.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  7693.      */
  7694.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  7695.     {
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  7702.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  7703.     }
  7704.     /**
  7705.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  7706.      *
  7707.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  7708.      */
  7709.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  7713.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  7714.     }
  7715.     /**
  7716.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  7717.      *
  7718.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  7719.      */
  7720.     protected function getLiipImagine_Command_CacheRemoveService()
  7721.     {
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  7725.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  7726.         $instance->setName('liip:imagine:cache:remove');
  7727.         return $instance;
  7728.     }
  7729.     /**
  7730.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  7731.      *
  7732.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  7733.      */
  7734.     protected function getLiipImagine_Command_CacheResolveService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  7739.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  7740.         $instance->setName('liip:imagine:cache:resolve');
  7741.         return $instance;
  7742.     }
  7743.     /**
  7744.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  7745.      *
  7746.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  7747.      */
  7748.     protected function getLiipImagine_Filter_ConfigurationService()
  7749.     {
  7750.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  7751.     }
  7752.     /**
  7753.      * Gets the private 'liip_imagine.form.type.image' shared service.
  7754.      *
  7755.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  7756.      */
  7757.     protected function getLiipImagine_Form_Type_ImageService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  7762.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  7763.     }
  7764.     /**
  7765.      * Gets the private 'liip_imagine.gd' shared service.
  7766.      *
  7767.      * @return \Imagine\Gd\Imagine
  7768.      */
  7769.     protected function getLiipImagine_GdService()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  7778.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  7779.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  7780.         return $instance;
  7781.     }
  7782.     /**
  7783.      * Gets the private 'locale_aware_listener' shared service.
  7784.      *
  7785.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7786.      */
  7787.     protected function getLocaleAwareListenerService()
  7788.     {
  7789.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7790.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7791.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7792.     }
  7793.     /**
  7794.      * Gets the private 'locale_listener' shared service.
  7795.      *
  7796.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7797.      */
  7798.     protected function getLocaleListenerService()
  7799.     {
  7800.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  7801.     }
  7802.     /**
  7803.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7804.      *
  7805.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7806.      */
  7807.     protected function getMaker_AutoCommand_MakeAuthService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7815.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7816.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7817.         $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);
  7818.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7819.         $instance->setName('make:auth');
  7820.         return $instance;
  7821.     }
  7822.     /**
  7823.      * Gets the private 'maker.auto_command.make_command' shared service.
  7824.      *
  7825.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7826.      */
  7827.     protected function getMaker_AutoCommand_MakeCommandService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7834.         $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()));
  7835.         $instance->setDescription('Creates a new console command class');
  7836.         $instance->setName('make:command');
  7837.         return $instance;
  7838.     }
  7839.     /**
  7840.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7841.      *
  7842.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7843.      */
  7844.     protected function getMaker_AutoCommand_MakeControllerService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7851.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7852.         $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()));
  7853.         $instance->setDescription('Creates a new controller class');
  7854.         $instance->setName('make:controller');
  7855.         return $instance;
  7856.     }
  7857.     /**
  7858.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7859.      *
  7860.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7861.      */
  7862.     protected function getMaker_AutoCommand_MakeCrudService()
  7863.     {
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7869.         $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()));
  7870.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7871.         $instance->setName('make:crud');
  7872.         return $instance;
  7873.     }
  7874.     /**
  7875.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7876.      *
  7877.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7878.      */
  7879.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7886.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7887.         $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()));
  7888.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7889.         $instance->setName('make:docker:database');
  7890.         return $instance;
  7891.     }
  7892.     /**
  7893.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7894.      *
  7895.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7896.      */
  7897.     protected function getMaker_AutoCommand_MakeEntityService()
  7898.     {
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7905.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7906.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7907.         $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);
  7908.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7909.         $instance->setName('make:entity');
  7910.         return $instance;
  7911.     }
  7912.     /**
  7913.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7914.      *
  7915.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7916.      */
  7917.     protected function getMaker_AutoCommand_MakeFixturesService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7924.         $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()));
  7925.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7926.         $instance->setName('make:fixtures');
  7927.         return $instance;
  7928.     }
  7929.     /**
  7930.      * Gets the private 'maker.auto_command.make_form' shared service.
  7931.      *
  7932.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7933.      */
  7934.     protected function getMaker_AutoCommand_MakeFormService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7941.         $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()));
  7942.         $instance->setDescription('Creates a new form class');
  7943.         $instance->setName('make:form');
  7944.         return $instance;
  7945.     }
  7946.     /**
  7947.      * Gets the private 'maker.auto_command.make_message' shared service.
  7948.      *
  7949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7950.      */
  7951.     protected function getMaker_AutoCommand_MakeMessageService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7958.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7959.         $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()));
  7960.         $instance->setDescription('Creates a new message and handler');
  7961.         $instance->setName('make:message');
  7962.         return $instance;
  7963.     }
  7964.     /**
  7965.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7966.      *
  7967.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7968.      */
  7969.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7970.     {
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7976.         $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()));
  7977.         $instance->setDescription('Creates a new messenger middleware');
  7978.         $instance->setName('make:messenger-middleware');
  7979.         return $instance;
  7980.     }
  7981.     /**
  7982.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7983.      *
  7984.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7985.      */
  7986.     protected function getMaker_AutoCommand_MakeMigrationService()
  7987.     {
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7994.         $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()));
  7995.         $instance->setDescription('Creates a new migration based on database changes');
  7996.         $instance->setName('make:migration');
  7997.         return $instance;
  7998.     }
  7999.     /**
  8000.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8001.      *
  8002.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8003.      */
  8004.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8005.     {
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8011.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8012.         $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()));
  8013.         $instance->setDescription('Creates a new registration form system');
  8014.         $instance->setName('make:registration-form');
  8015.         return $instance;
  8016.     }
  8017.     /**
  8018.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8019.      *
  8020.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8021.      */
  8022.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8023.     {
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8029.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8030.         $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()));
  8031.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8032.         $instance->setName('make:reset-password');
  8033.         return $instance;
  8034.     }
  8035.     /**
  8036.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8037.      *
  8038.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8039.      */
  8040.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8041.     {
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8047.         $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()));
  8048.         $instance->setDescription('Creates a new serializer encoder class');
  8049.         $instance->setName('make:serializer:encoder');
  8050.         return $instance;
  8051.     }
  8052.     /**
  8053.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8054.      *
  8055.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8056.      */
  8057.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8064.         $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()));
  8065.         $instance->setDescription('Creates a new serializer normalizer class');
  8066.         $instance->setName('make:serializer:normalizer');
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8071.      *
  8072.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8073.      */
  8074.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8075.     {
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8082.         $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()));
  8083.         $instance->setDescription('Creates a new event subscriber class');
  8084.         $instance->setName('make:subscriber');
  8085.         return $instance;
  8086.     }
  8087.     /**
  8088.      * Gets the private 'maker.auto_command.make_test' shared service.
  8089.      *
  8090.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8091.      */
  8092.     protected function getMaker_AutoCommand_MakeTestService()
  8093.     {
  8094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8100.         $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()));
  8101.         $instance->setDescription('Creates a new test class');
  8102.         $instance->setName('make:test');
  8103.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8104.         return $instance;
  8105.     }
  8106.     /**
  8107.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8108.      *
  8109.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8110.      */
  8111.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8112.     {
  8113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8118.         $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()));
  8119.         $instance->setDescription('Creates a new Twig extension class');
  8120.         $instance->setName('make:twig-extension');
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'maker.auto_command.make_user' shared service.
  8125.      *
  8126.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8127.      */
  8128.     protected function getMaker_AutoCommand_MakeUserService()
  8129.     {
  8130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8137.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8138.         $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()));
  8139.         $instance->setDescription('Creates a new security user class');
  8140.         $instance->setName('make:user');
  8141.         return $instance;
  8142.     }
  8143.     /**
  8144.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8145.      *
  8146.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8147.      */
  8148.     protected function getMaker_AutoCommand_MakeValidatorService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8155.         $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()));
  8156.         $instance->setDescription('Creates a new validator and constraint class');
  8157.         $instance->setName('make:validator');
  8158.         return $instance;
  8159.     }
  8160.     /**
  8161.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8162.      *
  8163.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8164.      */
  8165.     protected function getMaker_AutoCommand_MakeVoterService()
  8166.     {
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8172.         $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()));
  8173.         $instance->setDescription('Creates a new security voter class');
  8174.         $instance->setName('make:voter');
  8175.         return $instance;
  8176.     }
  8177.     /**
  8178.      * Gets the private 'maker.doctrine_helper' shared service.
  8179.      *
  8180.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8181.      */
  8182.     protected function getMaker_DoctrineHelperService()
  8183.     {
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8185.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8186.         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], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a], => [=> 'JMose\\CommandSchedulerBundle\\Entity'=> NULL]]]);
  8187.     }
  8188.     /**
  8189.      * Gets the private 'maker.entity_class_generator' shared service.
  8190.      *
  8191.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8192.      */
  8193.     protected function getMaker_EntityClassGeneratorService()
  8194.     {
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8196.         $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()));
  8197.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8198.         return $instance;
  8199.     }
  8200.     /**
  8201.      * Gets the private 'maker.file_manager' shared service.
  8202.      *
  8203.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8204.      */
  8205.     protected function getMaker_FileManagerService()
  8206.     {
  8207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8211.         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'));
  8212.     }
  8213.     /**
  8214.      * Gets the private 'maker.generator' shared service.
  8215.      *
  8216.      * @return \Symfony\Bundle\MakerBundle\Generator
  8217.      */
  8218.     protected function getMaker_GeneratorService()
  8219.     {
  8220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8222.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8223.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  8224.     }
  8225.     /**
  8226.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8227.      *
  8228.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8229.      */
  8230.     protected function getMaker_Renderer_FormTypeRendererService()
  8231.     {
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8233.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8234.     }
  8235.     /**
  8236.      * Gets the private 'mime_types' shared service.
  8237.      *
  8238.      * @return \Symfony\Component\Mime\MimeTypes
  8239.      */
  8240.     protected function getMimeTypesService()
  8241.     {
  8242.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8243.         $instance->setDefault($instance);
  8244.         return $instance;
  8245.     }
  8246.     /**
  8247.      * Gets the private 'monolog.command.server_log' shared service.
  8248.      *
  8249.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8250.      */
  8251.     protected function getMonolog_Command_ServerLogService()
  8252.     {
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8255.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8256.         $instance->setName('server:log');
  8257.         return $instance;
  8258.     }
  8259.     /**
  8260.      * Gets the private 'monolog.handler.console' shared service.
  8261.      *
  8262.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8263.      */
  8264.     protected function getMonolog_Handler_ConsoleService()
  8265.     {
  8266.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8267.     }
  8268.     /**
  8269.      * Gets the private 'monolog.handler.main' shared service.
  8270.      *
  8271.      * @return \Monolog\Handler\StreamHandler
  8272.      */
  8273.     protected function getMonolog_Handler_MainService()
  8274.     {
  8275.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/dev.log'), 100trueNULLfalse);
  8276.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8277.         return $instance;
  8278.     }
  8279.     /**
  8280.      * Gets the private 'monolog.logger' shared service.
  8281.      *
  8282.      * @return \Symfony\Bridge\Monolog\Logger
  8283.      */
  8284.     protected function getMonolog_LoggerService()
  8285.     {
  8286.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8287.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8288.         $instance->useMicrosecondTimestamps(true);
  8289.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8290.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8291.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8292.         return $instance;
  8293.     }
  8294.     /**
  8295.      * Gets the private 'monolog.logger.cache' shared service.
  8296.      *
  8297.      * @return \Symfony\Bridge\Monolog\Logger
  8298.      */
  8299.     protected function getMonolog_Logger_CacheService()
  8300.     {
  8301.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8302.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8303.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8304.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8305.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8306.         return $instance;
  8307.     }
  8308.     /**
  8309.      * Gets the private 'monolog.logger.request' shared service.
  8310.      *
  8311.      * @return \Symfony\Bridge\Monolog\Logger
  8312.      */
  8313.     protected function getMonolog_Logger_RequestService()
  8314.     {
  8315.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8316.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8317.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8318.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8319.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8320.         return $instance;
  8321.     }
  8322.     /**
  8323.      * Gets the private 'monolog.logger.security' shared service.
  8324.      *
  8325.      * @return \Symfony\Bridge\Monolog\Logger
  8326.      */
  8327.     protected function getMonolog_Logger_SecurityService()
  8328.     {
  8329.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8330.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8331.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8332.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8333.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8334.         return $instance;
  8335.     }
  8336.     /**
  8337.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  8338.      *
  8339.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  8340.      */
  8341.     protected function getNelmioCors_CorsListenerService()
  8342.     {
  8343.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  8344.     }
  8345.     /**
  8346.      * Gets the private 'parameter_bag' shared service.
  8347.      *
  8348.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8349.      */
  8350.     protected function getParameterBagService()
  8351.     {
  8352.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8353.     }
  8354.     /**
  8355.      * Gets the private 'profiler_listener' shared service.
  8356.      *
  8357.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8358.      */
  8359.     protected function getProfilerListenerService()
  8360.     {
  8361.         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);
  8362.     }
  8363.     /**
  8364.      * Gets the private 'property_accessor' shared service.
  8365.      *
  8366.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8367.      */
  8368.     protected function getPropertyAccessorService()
  8369.     {
  8370.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  8371.     }
  8372.     /**
  8373.      * Gets the private 'property_info' shared service.
  8374.      *
  8375.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8376.      */
  8377.     protected function getPropertyInfoService()
  8378.     {
  8379.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8380.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8381.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8382.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8383.         }, 3), new RewindableGenerator(function () {
  8384.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8385.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8386.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8387.         }, 3), new RewindableGenerator(function () {
  8388.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8389.         }, 1), new RewindableGenerator(function () {
  8390.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8391.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8392.         }, 2), new RewindableGenerator(function () {
  8393.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8394.         }, 1));
  8395.     }
  8396.     /**
  8397.      * Gets the private 'property_info.serializer_extractor' shared service.
  8398.      *
  8399.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8400.      */
  8401.     protected function getPropertyInfo_SerializerExtractorService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8404.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  8405.     }
  8406.     /**
  8407.      * Gets the private 'router.cache_warmer' shared service.
  8408.      *
  8409.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8410.      */
  8411.     protected function getRouter_CacheWarmerService()
  8412.     {
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8415.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8416.             'router' => ['services''router''getRouterService'false],
  8417.         ], [
  8418.             'router' => '?',
  8419.         ]))->withContext('router.cache_warmer'$this));
  8420.     }
  8421.     /**
  8422.      * Gets the private 'router.request_context' shared service.
  8423.      *
  8424.      * @return \Symfony\Component\Routing\RequestContext
  8425.      */
  8426.     protected function getRouter_RequestContextService()
  8427.     {
  8428.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  8429.     }
  8430.     /**
  8431.      * Gets the private 'router_listener' shared service.
  8432.      *
  8433.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8434.      */
  8435.     protected function getRouterListenerService()
  8436.     {
  8437.         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);
  8438.     }
  8439.     /**
  8440.      * Gets the private 'security.access_listener' shared service.
  8441.      *
  8442.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8443.      */
  8444.     protected function getSecurity_AccessListenerService()
  8445.     {
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8450.         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()));
  8451.     }
  8452.     /**
  8453.      * Gets the private 'security.access_map' shared service.
  8454.      *
  8455.      * @return \Symfony\Component\Security\Http\AccessMap
  8456.      */
  8457.     protected function getSecurity_AccessMapService()
  8458.     {
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8463.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8464.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8465.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8466.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/customers'NULL, [=> 'GET'=> 'PUT'=> 'DELETE']), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8467.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/users'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8468.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/price_requests'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8469.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/item_requests'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8470.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/images'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  8471.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8472.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/command-scheduler'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  8473.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  8474.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mon-compte'), [=> 'ROLE_CUSTOMER'], NULL);
  8475.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/panier'), [=> 'ROLE_CUSTOMER'], NULL);
  8476.         return $instance;
  8477.     }
  8478.     /**
  8479.      * Gets the private 'security.authentication.guard_handler' shared service.
  8480.      *
  8481.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8482.      */
  8483.     protected function getSecurity_Authentication_GuardHandlerService()
  8484.     {
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8488.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'registration'=> 'api_login'=> 'refresh'=> 'api']);
  8489.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  8490.         return $instance;
  8491.     }
  8492.     /**
  8493.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  8494.      *
  8495.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8496.      */
  8497.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  8498.     {
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8503.         return $this->privates['security.authentication.listener.anonymous.admin'] = 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()));
  8504.     }
  8505.     /**
  8506.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  8507.      *
  8508.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8509.      */
  8510.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8516.         return $this->privates['security.authentication.listener.anonymous.api'] = 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()));
  8517.     }
  8518.     /**
  8519.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  8520.      *
  8521.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8522.      */
  8523.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  8524.     {
  8525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8529.         return $this->privates['security.authentication.listener.anonymous.api_login'] = 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()));
  8530.     }
  8531.     /**
  8532.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8533.      *
  8534.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8535.      */
  8536.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8537.     {
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8542.         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()));
  8543.     }
  8544.     /**
  8545.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  8546.      *
  8547.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8548.      */
  8549.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  8550.     {
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8555.         return $this->privates['security.authentication.listener.anonymous.refresh'] = 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()));
  8556.     }
  8557.     /**
  8558.      * Gets the private 'security.authentication.listener.anonymous.registration' shared service.
  8559.      *
  8560.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8561.      */
  8562.     protected function getSecurity_Authentication_Listener_Anonymous_RegistrationService()
  8563.     {
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8568.         return $this->privates['security.authentication.listener.anonymous.registration'] = 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()));
  8569.     }
  8570.     /**
  8571.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  8572.      *
  8573.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8574.      */
  8575.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  8576.     {
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  8581.         $this->privates['security.authentication.listener.guard.admin'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin', new RewindableGenerator(function () {
  8582.             yield => ($this->privates['App\\Security\\AppAdminAuthenticator'] ?? $this->getAppAdminAuthenticatorService());
  8583.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  8584.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  8585.         return $instance;
  8586.     }
  8587.     /**
  8588.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  8589.      *
  8590.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8591.      */
  8592.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  8593.     {
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  8598.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  8599.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8600.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  8601.     }
  8602.     /**
  8603.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8604.      *
  8605.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8606.      */
  8607.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8608.     {
  8609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  8613.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  8614.             yield => ($this->privates['App\\Security\\AppCustomerAuthenticator'] ?? $this->getAppCustomerAuthenticatorService());
  8615.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  8616.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8617.         return $instance;
  8618.     }
  8619.     /**
  8620.      * Gets the private 'security.authentication.listener.json.api_login' shared service.
  8621.      *
  8622.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  8623.      */
  8624.     protected function getSecurity_Authentication_Listener_Json_ApiLoginService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8636.         $this->privates['security.authentication.listener.json.api_login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/api/login''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8637.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  8638.         return $instance;
  8639.     }
  8640.     /**
  8641.      * Gets the private 'security.authentication.listener.rememberme.admin' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8644.      */
  8645.     protected function getSecurity_Authentication_Listener_Rememberme_AdminService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8653.         return $this->privates['security.authentication.listener.rememberme.admin'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  8654.     }
  8655.     /**
  8656.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8657.      *
  8658.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8659.      */
  8660.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8661.     {
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8668.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  8669.     }
  8670.     /**
  8671.      * Gets the private 'security.authentication.manager' shared service.
  8672.      *
  8673.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8674.      */
  8675.     protected function getSecurity_Authentication_ManagerService()
  8676.     {
  8677.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8678.             yield => ($this->privates['security.authentication.provider.anonymous.registration'] ?? ($this->privates['security.authentication.provider.anonymous.registration'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8679.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  8680.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8681.             yield => ($this->privates['security.authentication.provider.anonymous.refresh'] ?? ($this->privates['security.authentication.provider.anonymous.refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8682.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  8683.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8684.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  8685.             yield => ($this->privates['security.authentication.provider.rememberme.admin'] ?? $this->getSecurity_Authentication_Provider_Rememberme_AdminService());
  8686.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8687.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8688.             yield 10 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8689.             yield 11 => ($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'))));
  8690.         }, 12), true);
  8691.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8692.         return $instance;
  8693.     }
  8694.     /**
  8695.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  8696.      *
  8697.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8698.      */
  8699.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  8700.     {
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8705.         include_once \dirname(__DIR__4).'/src/Checker/UserChecker.php';
  8706.         return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['App\\Checker\\UserChecker'] ?? ($this->privates['App\\Checker\\UserChecker'] = new \App\Checker\UserChecker())), 'api_login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  8707.     }
  8708.     /**
  8709.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8712.      */
  8713.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8719.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8720.             yield => ($this->privates['App\\Security\\AppAdminAuthenticator'] ?? $this->getAppAdminAuthenticatorService());
  8721.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'admin', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8722.     }
  8723.     /**
  8724.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8725.      *
  8726.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8727.      */
  8728.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8729.     {
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8734.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8735.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8736.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8737.     }
  8738.     /**
  8739.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8740.      *
  8741.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8742.      */
  8743.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8744.     {
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8748.         include_once \dirname(__DIR__4).'/src/Checker/UserChecker.php';
  8749.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8750.             yield => ($this->privates['App\\Security\\AppCustomerAuthenticator'] ?? $this->getAppCustomerAuthenticatorService());
  8751.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['App\\Checker\\UserChecker'] ?? ($this->privates['App\\Checker\\UserChecker'] = new \App\Checker\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8752.     }
  8753.     /**
  8754.      * Gets the private 'security.authentication.provider.rememberme.admin' shared service.
  8755.      *
  8756.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8757.      */
  8758.     protected function getSecurity_Authentication_Provider_Rememberme_AdminService()
  8759.     {
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8764.         return $this->privates['security.authentication.provider.rememberme.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'admin');
  8765.     }
  8766.     /**
  8767.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8768.      *
  8769.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8770.      */
  8771.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8772.     {
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8776.         include_once \dirname(__DIR__4).'/src/Checker/UserChecker.php';
  8777.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['App\\Checker\\UserChecker'] ?? ($this->privates['App\\Checker\\UserChecker'] = new \App\Checker\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  8778.     }
  8779.     /**
  8780.      * Gets the private 'security.authentication.rememberme.services.simplehash.admin' shared service.
  8781.      *
  8782.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8783.      */
  8784.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()
  8785.     {
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8790.         return $this->privates['security.authentication.rememberme.services.simplehash.admin'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService())], $this->getEnv('APP_SECRET'), 'admin', ['lifetime' => 604800'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8791.     }
  8792.     /**
  8793.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8794.      *
  8795.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8796.      */
  8797.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8798.     {
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8803.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService())], $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31536000'path' => '/''name' => 'REMEMBERME''domain' => NULL'secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8804.     }
  8805.     /**
  8806.      * Gets the private 'security.channel_listener' shared service.
  8807.      *
  8808.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8809.      */
  8810.     protected function getSecurity_ChannelListenerService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8818.         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()));
  8819.     }
  8820.     /**
  8821.      * Gets the private 'security.command.user_password_encoder' shared service.
  8822.      *
  8823.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8824.      */
  8825.     protected function getSecurity_Command_UserPasswordEncoderService()
  8826.     {
  8827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  8829.         $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']);
  8830.         $instance->setName('security:encode-password');
  8831.         return $instance;
  8832.     }
  8833.     /**
  8834.      * Gets the private 'security.context_listener.0' shared service.
  8835.      *
  8836.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8837.      */
  8838.     protected function getSecurity_ContextListener_0Service()
  8839.     {
  8840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8844.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  8845.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8846.         }, 1), 'admin', ($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']);
  8847.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  8848.         return $instance;
  8849.     }
  8850.     /**
  8851.      * Gets the private 'security.context_listener.1' shared service.
  8852.      *
  8853.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8854.      */
  8855.     protected function getSecurity_ContextListener_1Service()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8861.         $this->privates['security.context_listener.1'] = $instance = 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 () {
  8862.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8863.         }, 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']);
  8864.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8865.         return $instance;
  8866.     }
  8867.     /**
  8868.      * Gets the private 'security.csrf.token_storage' shared service.
  8869.      *
  8870.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8871.      */
  8872.     protected function getSecurity_Csrf_TokenStorageService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8877.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  8878.     }
  8879.     /**
  8880.      * Gets the private 'security.encoder_factory.generic' shared service.
  8881.      *
  8882.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8883.      */
  8884.     protected function getSecurity_EncoderFactory_GenericService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  8888.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  8889.     }
  8890.     /**
  8891.      * Gets the private 'security.expression_language' shared service.
  8892.      *
  8893.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  8894.      */
  8895.     protected function getSecurity_ExpressionLanguageService()
  8896.     {
  8897.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8898.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  8899.         return $instance;
  8900.     }
  8901.     /**
  8902.      * Gets the private 'security.firewall.map' shared service.
  8903.      *
  8904.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8905.      */
  8906.     protected function getSecurity_Firewall_MapService()
  8907.     {
  8908.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8909.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  8910.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  8911.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  8912.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8913.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8914.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  8915.             'security.firewall.map.context.registration' => ['privates''security.firewall.map.context.registration''getSecurity_Firewall_Map_Context_RegistrationService'false],
  8916.         ], [
  8917.             'security.firewall.map.context.admin' => '?',
  8918.             'security.firewall.map.context.api' => '?',
  8919.             'security.firewall.map.context.api_login' => '?',
  8920.             'security.firewall.map.context.dev' => '?',
  8921.             'security.firewall.map.context.main' => '?',
  8922.             'security.firewall.map.context.refresh' => '?',
  8923.             'security.firewall.map.context.registration' => '?',
  8924.         ]), new RewindableGenerator(function () {
  8925.             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)/')));
  8926.             yield 'security.firewall.map.context.registration' => ($this->privates['.security.request_matcher.1T6SOUX'] ?? ($this->privates['.security.request_matcher.1T6SOUX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/customers'NULL, [=> 'POST'])));
  8927.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  8928.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  8929.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  8930.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  8931.             yield 'security.firewall.map.context.main' => NULL;
  8932.         }, 7));
  8933.     }
  8934.     /**
  8935.      * Gets the private 'security.firewall.map.context.admin' shared service.
  8936.      *
  8937.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8938.      */
  8939.     protected function getSecurity_Firewall_Map_Context_AdminService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8953.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8954.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8955.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'app_admin_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_admin_logout']);
  8956.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8957.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8958.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.admin'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_AdminService()));
  8959.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8960.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8961.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8962.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  8963.             yield => ($this->privates['security.authentication.listener.rememberme.admin'] ?? $this->getSecurity_Authentication_Listener_Rememberme_AdminService());
  8964.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  8965.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8966.         }, 6), 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))), $b'admin', ($this->privates['App\\Security\\AppAdminAuthenticator'] ?? $this->getAppAdminAuthenticatorService()), 'app_admin_login'NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.app_user_provider''admin''App\\Security\\AppAdminAuthenticator'NULL'app_admin_login', [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL));
  8967.     }
  8968.     /**
  8969.      * Gets the private 'security.firewall.map.context.api' shared service.
  8970.      *
  8971.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8972.      */
  8973.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8974.     {
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8979.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8980.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8981.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8982.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  8983.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8984.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.app_user_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  8985.     }
  8986.     /**
  8987.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  8988.      *
  8989.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8990.      */
  8991.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8997.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8998.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8999.             yield => ($this->privates['security.authentication.listener.json.api_login'] ?? $this->getSecurity_Authentication_Listener_Json_ApiLoginService());
  9000.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  9001.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9002.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''App\\Checker\\UserChecker''.security.request_matcher.HeUdK73'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  9003.     }
  9004.     /**
  9005.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9006.      *
  9007.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9008.      */
  9009.     protected function getSecurity_Firewall_Map_Context_DevService()
  9010.     {
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9013.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9014.             return new \EmptyIterator();
  9015.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  9016.     }
  9017.     /**
  9018.      * Gets the private 'security.firewall.map.context.main' shared service.
  9019.      *
  9020.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  9021.      */
  9022.     protected function getSecurity_Firewall_Map_Context_MainService()
  9023.     {
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  9034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  9037.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9038.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9039.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'app_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  9040.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  9041.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  9042.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  9043.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  9044.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9045.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  9046.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  9047.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  9048.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9049.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9050.         }, 6), 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))), $b'main', ($this->privates['App\\Security\\AppCustomerAuthenticator'] ?? $this->getAppCustomerAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''App\\Checker\\UserChecker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\AppCustomerAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  9051.     }
  9052.     /**
  9053.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  9054.      *
  9055.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9056.      */
  9057.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  9058.     {
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9063.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9064.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9065.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  9066.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9067.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'refresh'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('refresh''security.user_checker''.security.request_matcher.UQgI.UV'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  9068.     }
  9069.     /**
  9070.      * Gets the private 'security.firewall.map.context.registration' shared service.
  9071.      *
  9072.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9073.      */
  9074.     protected function getSecurity_Firewall_Map_Context_RegistrationService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9080.         return $this->privates['security.firewall.map.context.registration'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9081.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9082.             yield => ($this->privates['security.authentication.listener.anonymous.registration'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RegistrationService());
  9083.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9084.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'registration'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('registration''security.user_checker''.security.request_matcher.1T6SOUX'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  9085.     }
  9086.     /**
  9087.      * Gets the private 'security.helper' shared service.
  9088.      *
  9089.      * @return \Symfony\Component\Security\Core\Security
  9090.      */
  9091.     protected function getSecurity_HelperService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  9094.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9095.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  9096.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  9097.         ], [
  9098.             'security.authorization_checker' => '?',
  9099.             'security.token_storage' => '?',
  9100.         ]));
  9101.     }
  9102.     /**
  9103.      * Gets the private 'security.http_utils' shared service.
  9104.      *
  9105.      * @return \Symfony\Component\Security\Http\HttpUtils
  9106.      */
  9107.     protected function getSecurity_HttpUtilsService()
  9108.     {
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9110.         $a = ($this->services['router'] ?? $this->getRouterService());
  9111.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9112.     }
  9113.     /**
  9114.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  9115.      *
  9116.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  9117.      */
  9118.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  9119.     {
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  9122.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9123.     }
  9124.     /**
  9125.      * Gets the private 'security.logout_url_generator' shared service.
  9126.      *
  9127.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9128.      */
  9129.     protected function getSecurity_LogoutUrlGeneratorService()
  9130.     {
  9131.         $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()));
  9132.         $instance->registerListener('admin''app_admin_logout''logout''_csrf_token'NULLNULL);
  9133.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  9134.         return $instance;
  9135.     }
  9136.     /**
  9137.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  9138.      *
  9139.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9140.      */
  9141.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9146.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  9147.     }
  9148.     /**
  9149.      * Gets the private 'security.validator.user_password' shared service.
  9150.      *
  9151.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9152.      */
  9153.     protected function getSecurity_Validator_UserPasswordService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9158.         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()));
  9159.     }
  9160.     /**
  9161.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9162.      *
  9163.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9164.      */
  9165.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9166.     {
  9167.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9168.     }
  9169.     /**
  9170.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9171.      *
  9172.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9173.      */
  9174.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9175.     {
  9176.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9177.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9178.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9179.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9180.     }
  9181.     /**
  9182.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9183.      *
  9184.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9185.      */
  9186.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9187.     {
  9188.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  9189.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  9190.         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()), $a, ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9191.     }
  9192.     /**
  9193.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9194.      *
  9195.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9196.      */
  9197.     protected function getSensioFrameworkExtra_View_ListenerService()
  9198.     {
  9199.         $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))));
  9200.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9201.             'twig' => ['services''twig''getTwigService'false],
  9202.         ], [
  9203.             'twig' => 'Twig\\Environment',
  9204.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9205.         return $instance;
  9206.     }
  9207.     /**
  9208.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9209.      *
  9210.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9211.      */
  9212.     protected function getSerializer_Mapping_CacheWarmerService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9217.         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'));
  9218.     }
  9219.     /**
  9220.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9221.      *
  9222.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9223.      */
  9224.     protected function getSerializer_NameConverter_MetadataAwareService()
  9225.     {
  9226.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  9227.     }
  9228.     /**
  9229.      * Gets the private 'session.storage.native' shared service.
  9230.      *
  9231.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9232.      */
  9233.     protected function getSession_Storage_NativeService()
  9234.     {
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  9239.         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));
  9240.     }
  9241.     /**
  9242.      * Gets the private 'session_listener' shared service.
  9243.      *
  9244.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9245.      */
  9246.     protected function getSessionListenerService()
  9247.     {
  9248.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9249.             'initialized_session' => ['services''session'NULLfalse],
  9250.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9251.             'session' => ['services''session''getSessionService'false],
  9252.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9253.         ], [
  9254.             'initialized_session' => '?',
  9255.             'request_stack' => '?',
  9256.             'session' => '?',
  9257.             'session_storage' => '?',
  9258.         ]));
  9259.     }
  9260.     /**
  9261.      * Gets the private 'swiftmailer.command.debug' shared service.
  9262.      *
  9263.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  9264.      */
  9265.     protected function getSwiftmailer_Command_DebugService()
  9266.     {
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  9270.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  9271.         $instance->setName('debug:swiftmailer');
  9272.         return $instance;
  9273.     }
  9274.     /**
  9275.      * Gets the private 'swiftmailer.command.new_email' shared service.
  9276.      *
  9277.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  9278.      */
  9279.     protected function getSwiftmailer_Command_NewEmailService()
  9280.     {
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  9284.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  9285.         $instance->setName('swiftmailer:email:send');
  9286.         return $instance;
  9287.     }
  9288.     /**
  9289.      * Gets the private 'swiftmailer.command.send_email' shared service.
  9290.      *
  9291.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  9292.      */
  9293.     protected function getSwiftmailer_Command_SendEmailService()
  9294.     {
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9297.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  9298.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  9299.         $instance->setName('swiftmailer:spool:send');
  9300.         return $instance;
  9301.     }
  9302.     /**
  9303.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  9304.      *
  9305.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  9306.      */
  9307.     protected function getSwiftmailer_EmailSender_ListenerService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  9310.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9311.     }
  9312.     /**
  9313.      * Gets the private 'translation.extractor' shared service.
  9314.      *
  9315.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9316.      */
  9317.     protected function getTranslation_ExtractorService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9324.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9325.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9326.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'translation.loader.csv' shared service.
  9331.      *
  9332.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9333.      */
  9334.     protected function getTranslation_Loader_CsvService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9340.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9341.     }
  9342.     /**
  9343.      * Gets the private 'translation.loader.dat' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9346.      */
  9347.     protected function getTranslation_Loader_DatService()
  9348.     {
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9352.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9353.     }
  9354.     /**
  9355.      * Gets the private 'translation.loader.ini' shared service.
  9356.      *
  9357.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9358.      */
  9359.     protected function getTranslation_Loader_IniService()
  9360.     {
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9365.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9366.     }
  9367.     /**
  9368.      * Gets the private 'translation.loader.json' shared service.
  9369.      *
  9370.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9371.      */
  9372.     protected function getTranslation_Loader_JsonService()
  9373.     {
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9378.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9379.     }
  9380.     /**
  9381.      * Gets the private 'translation.loader.mo' shared service.
  9382.      *
  9383.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9384.      */
  9385.     protected function getTranslation_Loader_MoService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9391.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9392.     }
  9393.     /**
  9394.      * Gets the private 'translation.loader.php' shared service.
  9395.      *
  9396.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9397.      */
  9398.     protected function getTranslation_Loader_PhpService()
  9399.     {
  9400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9404.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9405.     }
  9406.     /**
  9407.      * Gets the private 'translation.loader.po' shared service.
  9408.      *
  9409.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9410.      */
  9411.     protected function getTranslation_Loader_PoService()
  9412.     {
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9417.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9418.     }
  9419.     /**
  9420.      * Gets the private 'translation.loader.qt' shared service.
  9421.      *
  9422.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9423.      */
  9424.     protected function getTranslation_Loader_QtService()
  9425.     {
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9428.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9429.     }
  9430.     /**
  9431.      * Gets the private 'translation.loader.res' shared service.
  9432.      *
  9433.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9434.      */
  9435.     protected function getTranslation_Loader_ResService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9439.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9440.     }
  9441.     /**
  9442.      * Gets the private 'translation.loader.xliff' shared service.
  9443.      *
  9444.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9445.      */
  9446.     protected function getTranslation_Loader_XliffService()
  9447.     {
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9450.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9451.     }
  9452.     /**
  9453.      * Gets the private 'translation.loader.yml' shared service.
  9454.      *
  9455.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9456.      */
  9457.     protected function getTranslation_Loader_YmlService()
  9458.     {
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9463.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9464.     }
  9465.     /**
  9466.      * Gets the private 'translation.reader' shared service.
  9467.      *
  9468.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9469.      */
  9470.     protected function getTranslation_ReaderService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9488.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9489.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9490.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9491.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9492.         $instance->addLoader('yaml'$a);
  9493.         $instance->addLoader('yml'$a);
  9494.         $instance->addLoader('xlf'$b);
  9495.         $instance->addLoader('xliff'$b);
  9496.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9497.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9498.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9499.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9500.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9501.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9502.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9503.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9504.         return $instance;
  9505.     }
  9506.     /**
  9507.      * Gets the private 'translation.warmer' shared service.
  9508.      *
  9509.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9510.      */
  9511.     protected function getTranslation_WarmerService()
  9512.     {
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9515.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9516.             'translator' => ['services''translator''getTranslatorService'false],
  9517.         ], [
  9518.             'translator' => '?',
  9519.         ]))->withContext('translation.warmer'$this));
  9520.     }
  9521.     /**
  9522.      * Gets the private 'translator.default' shared service.
  9523.      *
  9524.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9525.      */
  9526.     protected function getTranslator_DefaultService()
  9527.     {
  9528.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9529.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9530.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9531.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9532.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9533.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9534.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9535.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9536.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9537.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9538.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9539.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9540.         ], [
  9541.             'translation.loader.csv' => '?',
  9542.             'translation.loader.dat' => '?',
  9543.             'translation.loader.ini' => '?',
  9544.             'translation.loader.json' => '?',
  9545.             'translation.loader.mo' => '?',
  9546.             'translation.loader.php' => '?',
  9547.             'translation.loader.po' => '?',
  9548.             'translation.loader.qt' => '?',
  9549.             'translation.loader.res' => '?',
  9550.             'translation.loader.xliff' => '?',
  9551.             'translation.loader.yml' => '?',
  9552.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf')], '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/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.de.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], '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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.en.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.es.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/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/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.fr.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/translations/security.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')], '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/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.nl.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'pt-br' => [=> (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/JMoseCommandScheduler.pt-br.xlf'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations/validators.pt-br.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/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).'/vendor/symfony/web-server-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/GesdinetJWTRefreshTokenBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/EWZRecaptchaBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/JMoseCommandSchedulerBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/easycorp/easy-deploy-bundle/src/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/EasyDeployBundle/translations'), 54 => (\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/vich/uploader-bundle/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'=> 'vendor/jmose/command-scheduler-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'src/Resources/TwigBundle/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 => 'vendor/symfony/web-server-bundle/translations'29 => 'src/Resources/WebServerBundle/translations'30 => 'vendor/nelmio/cors-bundle/translations'31 => 'src/Resources/NelmioCorsBundle/translations'32 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'33 => 'src/Resources/ApiPlatformBundle/translations'34 => 'vendor/lexik/jwt-authentication-bundle/translations'35 => 'src/Resources/LexikJWTAuthenticationBundle/translations'36 => 'src/Resources/VichUploaderBundle/translations'37 => 'vendor/symfony/swiftmailer-bundle/translations'38 => 'src/Resources/SwiftmailerBundle/translations'39 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'40 => 'src/Resources/GesdinetJWTRefreshTokenBundle/translations'41 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'42 => 'src/Resources/FOSCKEditorBundle/translations'43 => 'vendor/stof/doctrine-extensions-bundle/src/translations'44 => 'src/Resources/StofDoctrineExtensionsBundle/translations'45 => 'src/Resources/KnpPaginatorBundle/translations'46 => 'src/Resources/EWZRecaptchaBundle/translations'47 => 'vendor/liip/imagine-bundle/translations'48 => 'src/Resources/LiipImagineBundle/translations'49 => 'vendor/twig/extra-bundle/translations'50 => 'src/Resources/TwigExtraBundle/translations'51 => 'src/Resources/JMoseCommandSchedulerBundle/translations'52 => 'vendor/easycorp/easy-deploy-bundle/src/translations'53 => 'src/Resources/EasyDeployBundle/translations'54 => 'src/Resources/translations']]]);
  9553.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9554.         $instance->setFallbackLocales([=> 'en']);
  9555.         return $instance;
  9556.     }
  9557.     /**
  9558.      * Gets the private 'twig.command.debug' shared service.
  9559.      *
  9560.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9561.      */
  9562.     protected function getTwig_Command_DebugService()
  9563.     {
  9564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9566.         $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'));
  9567.         $instance->setName('debug:twig');
  9568.         return $instance;
  9569.     }
  9570.     /**
  9571.      * Gets the private 'twig.command.lint' shared service.
  9572.      *
  9573.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9574.      */
  9575.     protected function getTwig_Command_LintService()
  9576.     {
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9580.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  9581.         $instance->setName('lint:twig');
  9582.         return $instance;
  9583.     }
  9584.     /**
  9585.      * Gets the private 'twig.form.renderer' shared service.
  9586.      *
  9587.      * @return \Symfony\Component\Form\FormRenderer
  9588.      */
  9589.     protected function getTwig_Form_RendererService()
  9590.     {
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9596.         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()));
  9597.     }
  9598.     /**
  9599.      * Gets the private 'twig.mailer.message_listener' shared service.
  9600.      *
  9601.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9602.      */
  9603.     protected function getTwig_Mailer_MessageListenerService()
  9604.     {
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9608.         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())));
  9609.     }
  9610.     /**
  9611.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9612.      *
  9613.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9614.      */
  9615.     protected function getTwig_Runtime_HttpkernelService()
  9616.     {
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9620.         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, [
  9621.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  9622.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9623.         ], [
  9624.             'esi' => '?',
  9625.             'inline' => '?',
  9626.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  9627.     }
  9628.     /**
  9629.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9630.      *
  9631.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9632.      */
  9633.     protected function getTwig_Runtime_SecurityCsrfService()
  9634.     {
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9636.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9637.     }
  9638.     /**
  9639.      * Gets the private 'twig.template_cache_warmer' shared service.
  9640.      *
  9641.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9642.      */
  9643.     protected function getTwig_TemplateCacheWarmerService()
  9644.     {
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9649.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9650.             'twig' => ['services''twig''getTwigService'false],
  9651.         ], [
  9652.             'twig' => 'Twig\\Environment',
  9653.         ]))->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')));
  9654.     }
  9655.     /**
  9656.      * Gets the private 'validator.builder' shared service.
  9657.      *
  9658.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9659.      */
  9660.     protected function getValidator_BuilderService()
  9661.     {
  9662.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9663.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9664.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9665.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'false],
  9666.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'false],
  9667.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9668.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9669.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9670.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9671.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9672.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9673.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'false],
  9674.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'false],
  9675.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9676.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9677.         ], [
  9678.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  9679.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  9680.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9681.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9682.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9683.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9684.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9685.             'doctrine.orm.validator.unique' => '?',
  9686.             'ewz_recaptcha.true' => '?',
  9687.             'ewz_recaptcha.v3.true' => '?',
  9688.             'security.validator.user_password' => '?',
  9689.             'validator.expression' => '?',
  9690.         ])));
  9691.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  9692.         $instance->setTranslationDomain('validators');
  9693.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9694.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Resources/config/validation.yml')]);
  9695.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9696.         $instance->addMethodMapping('loadValidatorMetadata');
  9697.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9698.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9699.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9700.         return $instance;
  9701.     }
  9702.     /**
  9703.      * Gets the private 'validator.email' shared service.
  9704.      *
  9705.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9706.      */
  9707.     protected function getValidator_EmailService()
  9708.     {
  9709.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9712.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9713.     }
  9714.     /**
  9715.      * Gets the private 'validator.expression' shared service.
  9716.      *
  9717.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9718.      */
  9719.     protected function getValidator_ExpressionService()
  9720.     {
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9724.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  9725.     }
  9726.     /**
  9727.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9728.      *
  9729.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9730.      */
  9731.     protected function getValidator_Mapping_CacheWarmerService()
  9732.     {
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9736.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9737.     }
  9738.     /**
  9739.      * Gets the private 'validator.not_compromised_password' shared service.
  9740.      *
  9741.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9742.      */
  9743.     protected function getValidator_NotCompromisedPasswordService()
  9744.     {
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9746.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9748.         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);
  9749.     }
  9750.     /**
  9751.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9752.      *
  9753.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9754.      */
  9755.     protected function getVarDumper_Command_ServerDumpService()
  9756.     {
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9763.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9764.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9765.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9766.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9768.         $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()))]);
  9769.         $instance->setName('server:dump');
  9770.         return $instance;
  9771.     }
  9772.     /**
  9773.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9774.      *
  9775.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9776.      */
  9777.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9778.     {
  9779.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9780.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9781.         return $instance;
  9782.     }
  9783.     /**
  9784.      * Gets the private 'var_dumper.html_dumper' shared service.
  9785.      *
  9786.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9787.      */
  9788.     protected function getVarDumper_HtmlDumperService()
  9789.     {
  9790.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9791.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9792.         return $instance;
  9793.     }
  9794.     /**
  9795.      * Gets the private 'var_dumper.server_connection' shared service.
  9796.      *
  9797.      * @return \Symfony\Component\VarDumper\Server\Connection
  9798.      */
  9799.     protected function getVarDumper_ServerConnectionService()
  9800.     {
  9801.         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()]);
  9802.     }
  9803.     /**
  9804.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  9805.      *
  9806.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  9807.      */
  9808.     protected function getVichUploader_Command_MappingDebugService()
  9809.     {
  9810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9811.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  9812.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  9813.         $instance->setName('vich:mapping:debug');
  9814.         return $instance;
  9815.     }
  9816.     /**
  9817.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  9818.      *
  9819.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  9820.      */
  9821.     protected function getVichUploader_Command_MappingDebugClassService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  9825.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  9826.         $instance->setName('vich:mapping:debug-class');
  9827.         return $instance;
  9828.     }
  9829.     /**
  9830.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  9831.      *
  9832.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  9833.      */
  9834.     protected function getVichUploader_Command_MappingListClassesService()
  9835.     {
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  9838.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  9839.         $instance->setName('vich:mapping:list-classes');
  9840.         return $instance;
  9841.     }
  9842.     /**
  9843.      * Gets the private 'vich_uploader.listener.clean.images' shared service.
  9844.      *
  9845.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  9846.      */
  9847.     protected function getVichUploader_Listener_Clean_ImagesService()
  9848.     {
  9849.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9854.         return $this->privates['vich_uploader.listener.clean.images'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('images', ($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()));
  9855.     }
  9856.     /**
  9857.      * Gets the private 'vich_uploader.listener.clean.product_media' shared service.
  9858.      *
  9859.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  9860.      */
  9861.     protected function getVichUploader_Listener_Clean_ProductMediaService()
  9862.     {
  9863.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9868.         return $this->privates['vich_uploader.listener.clean.product_media'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('product_media', ($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()));
  9869.     }
  9870.     /**
  9871.      * Gets the private 'vich_uploader.listener.remove.images' shared service.
  9872.      *
  9873.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  9874.      */
  9875.     protected function getVichUploader_Listener_Remove_ImagesService()
  9876.     {
  9877.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9882.         return $this->privates['vich_uploader.listener.remove.images'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('images', ($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()));
  9883.     }
  9884.     /**
  9885.      * Gets the private 'vich_uploader.listener.remove.product_media' shared service.
  9886.      *
  9887.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  9888.      */
  9889.     protected function getVichUploader_Listener_Remove_ProductMediaService()
  9890.     {
  9891.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9895.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9896.         return $this->privates['vich_uploader.listener.remove.product_media'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('product_media', ($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()));
  9897.     }
  9898.     /**
  9899.      * Gets the private 'vich_uploader.listener.upload.images' shared service.
  9900.      *
  9901.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  9902.      */
  9903.     protected function getVichUploader_Listener_Upload_ImagesService()
  9904.     {
  9905.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9909.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9910.         return $this->privates['vich_uploader.listener.upload.images'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('images', ($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()));
  9911.     }
  9912.     /**
  9913.      * Gets the private 'vich_uploader.listener.upload.product_media' shared service.
  9914.      *
  9915.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  9916.      */
  9917.     protected function getVichUploader_Listener_Upload_ProductMediaService()
  9918.     {
  9919.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  9924.         return $this->privates['vich_uploader.listener.upload.product_media'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('product_media', ($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()));
  9925.     }
  9926.     /**
  9927.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  9928.      *
  9929.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  9930.      */
  9931.     protected function getVichUploader_MetadataReaderService()
  9932.     {
  9933.         $a = new \Metadata\Driver\FileLocator([]);
  9934.         $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), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  9935.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  9936.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  9937.     }
  9938.     /**
  9939.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  9940.      *
  9941.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  9942.      */
  9943.     protected function getVichUploader_PropertyMappingFactoryService()
  9944.     {
  9945.         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');
  9946.     }
  9947.     /**
  9948.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  9949.      *
  9950.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  9951.      */
  9952.     protected function getVichUploader_Storage_FileSystemService()
  9953.     {
  9954.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  9955.     }
  9956.     /**
  9957.      * Gets the private 'web_profiler.csp.handler' shared service.
  9958.      *
  9959.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9960.      */
  9961.     protected function getWebProfiler_Csp_HandlerService()
  9962.     {
  9963.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9964.     }
  9965.     /**
  9966.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9967.      *
  9968.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9969.      */
  9970.     protected function getWebProfiler_DebugToolbarService()
  9971.     {
  9972.         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()));
  9973.     }
  9974.     /**
  9975.      * Gets the private 'web_server.command.server_run' shared service.
  9976.      *
  9977.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  9978.      */
  9979.     protected function getWebServer_Command_ServerRunService()
  9980.     {
  9981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9982.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  9983.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  9984.         $instance->setName('server:run');
  9985.         return $instance;
  9986.     }
  9987.     /**
  9988.      * Gets the private 'web_server.command.server_start' shared service.
  9989.      *
  9990.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  9991.      */
  9992.     protected function getWebServer_Command_ServerStartService()
  9993.     {
  9994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  9996.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  9997.         $instance->setName('server:start');
  9998.         return $instance;
  9999.     }
  10000.     /**
  10001.      * Gets the private 'web_server.command.server_status' shared service.
  10002.      *
  10003.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  10004.      */
  10005.     protected function getWebServer_Command_ServerStatusService()
  10006.     {
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  10009.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  10010.         $instance->setName('server:status');
  10011.         return $instance;
  10012.     }
  10013.     /**
  10014.      * Gets the private 'web_server.command.server_stop' shared service.
  10015.      *
  10016.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  10017.      */
  10018.     protected function getWebServer_Command_ServerStopService()
  10019.     {
  10020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  10022.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  10023.         $instance->setName('server:stop');
  10024.         return $instance;
  10025.     }
  10026.     /**
  10027.      * @return array|bool|float|int|string|null
  10028.      */
  10029.     public function getParameter($name)
  10030.     {
  10031.         $name = (string) $name;
  10032.         if (isset($this->buildParameters[$name])) {
  10033.             return $this->buildParameters[$name];
  10034.         }
  10035.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  10036.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10037.         }
  10038.         if (isset($this->loadedDynamicParameters[$name])) {
  10039.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10040.         }
  10041.         return $this->parameters[$name];
  10042.     }
  10043.     public function hasParameter($name): bool
  10044.     {
  10045.         $name = (string) $name;
  10046.         if (isset($this->buildParameters[$name])) {
  10047.             return true;
  10048.         }
  10049.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  10050.     }
  10051.     public function setParameter($name$value): void
  10052.     {
  10053.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10054.     }
  10055.     public function getParameterBag(): ParameterBagInterface
  10056.     {
  10057.         if (null === $this->parameterBag) {
  10058.             $parameters $this->parameters;
  10059.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10060.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10061.             }
  10062.             foreach ($this->buildParameters as $name => $value) {
  10063.                 $parameters[$name] = $value;
  10064.             }
  10065.             $this->parameterBag = new FrozenParameterBag($parameters);
  10066.         }
  10067.         return $this->parameterBag;
  10068.     }
  10069.     private $loadedDynamicParameters = [
  10070.         'kernel.cache_dir' => false,
  10071.         'google_recaptcha_site_key' => false,
  10072.         'kernel.secret' => false,
  10073.         'session.save_path' => false,
  10074.         'validator.mapping.cache.file' => false,
  10075.         'profiler.storage.dsn' => false,
  10076.         'debug.container.dump' => false,
  10077.         'serializer.mapping.cache.file' => false,
  10078.         'doctrine.orm.proxy_dir' => false,
  10079.         'lexik_jwt_authentication.pass_phrase' => false,
  10080.         'swiftmailer.spool.default.memory.path' => false,
  10081.         'ewz_recaptcha.public_key' => false,
  10082.         'ewz_recaptcha.private_key' => false,
  10083.     ];
  10084.     private $dynamicParameters = [];
  10085.     private function getDynamicParameter(string $name)
  10086.     {
  10087.         switch ($name) {
  10088.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10089.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  10090.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10091.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10092.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10093.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10094.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  10095.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10096.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10097.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  10098.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  10099.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  10100.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  10101.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10102.         }
  10103.         $this->loadedDynamicParameters[$name] = true;
  10104.         return $this->dynamicParameters[$name] = $value;
  10105.     }
  10106.     protected function getDefaultParameters(): array
  10107.     {
  10108.         return [
  10109.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  10110.             'kernel.project_dir' => \dirname(__DIR__4),
  10111.             'kernel.environment' => 'dev',
  10112.             'kernel.debug' => true,
  10113.             'kernel.name' => 'src',
  10114.             'kernel.logs_dir' => (\dirname(__DIR__6).'/shared/var/log'),
  10115.             'kernel.bundles' => [
  10116.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10117.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10118.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10119.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10120.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10121.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10122.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10123.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10124.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10125.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10126.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  10127.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10128.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  10129.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  10130.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  10131.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  10132.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  10133.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  10134.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  10135.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  10136.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  10137.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  10138.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10139.                 'JMoseCommandSchedulerBundle' => 'JMose\\CommandSchedulerBundle\\JMoseCommandSchedulerBundle',
  10140.                 'EasyDeployBundle' => 'EasyCorp\\Bundle\\EasyDeployBundle\\EasyDeployBundle',
  10141.             ],
  10142.             'kernel.bundles_metadata' => [
  10143.                 'FrameworkBundle' => [
  10144.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10145.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10146.                 ],
  10147.                 'TwigBundle' => [
  10148.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10149.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10150.                 ],
  10151.                 'SensioFrameworkExtraBundle' => [
  10152.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10153.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10154.                 ],
  10155.                 'DoctrineBundle' => [
  10156.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10157.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10158.                 ],
  10159.                 'DoctrineMigrationsBundle' => [
  10160.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10161.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10162.                 ],
  10163.                 'SecurityBundle' => [
  10164.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10165.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10166.                 ],
  10167.                 'WebProfilerBundle' => [
  10168.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10169.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10170.                 ],
  10171.                 'MonologBundle' => [
  10172.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10173.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10174.                 ],
  10175.                 'DebugBundle' => [
  10176.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10177.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10178.                 ],
  10179.                 'MakerBundle' => [
  10180.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10181.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10182.                 ],
  10183.                 'WebServerBundle' => [
  10184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  10185.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  10186.                 ],
  10187.                 'NelmioCorsBundle' => [
  10188.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10189.                     'namespace' => 'Nelmio\\CorsBundle',
  10190.                 ],
  10191.                 'ApiPlatformBundle' => [
  10192.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  10193.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  10194.                 ],
  10195.                 'LexikJWTAuthenticationBundle' => [
  10196.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  10197.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  10198.                 ],
  10199.                 'VichUploaderBundle' => [
  10200.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  10201.                     'namespace' => 'Vich\\UploaderBundle',
  10202.                 ],
  10203.                 'SwiftmailerBundle' => [
  10204.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  10205.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  10206.                 ],
  10207.                 'GesdinetJWTRefreshTokenBundle' => [
  10208.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  10209.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  10210.                 ],
  10211.                 'FOSCKEditorBundle' => [
  10212.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  10213.                     'namespace' => 'FOS\\CKEditorBundle',
  10214.                 ],
  10215.                 'StofDoctrineExtensionsBundle' => [
  10216.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  10217.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  10218.                 ],
  10219.                 'KnpPaginatorBundle' => [
  10220.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  10221.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  10222.                 ],
  10223.                 'EWZRecaptchaBundle' => [
  10224.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  10225.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  10226.                 ],
  10227.                 'LiipImagineBundle' => [
  10228.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  10229.                     'namespace' => 'Liip\\ImagineBundle',
  10230.                 ],
  10231.                 'TwigExtraBundle' => [
  10232.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10233.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10234.                 ],
  10235.                 'JMoseCommandSchedulerBundle' => [
  10236.                     'path' => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle'),
  10237.                     'namespace' => 'JMose\\CommandSchedulerBundle',
  10238.                 ],
  10239.                 'EasyDeployBundle' => [
  10240.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easy-deploy-bundle/src'),
  10241.                     'namespace' => 'EasyCorp\\Bundle\\EasyDeployBundle',
  10242.                 ],
  10243.             ],
  10244.             'kernel.charset' => 'UTF-8',
  10245.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  10246.             'container.dumper.inline_class_loader' => true,
  10247.             'container.dumper.inline_factories' => true,
  10248.             'site_name' => 'REI Industry',
  10249.             'mailer_from' => 'noreply@ab6net.fr',
  10250.             'mailer_from_name' => 'ne-pas-repondre-rei-industry',
  10251.             'mailer_admin' => 'rei@rei-industry.fr',
  10252.             'mailer_admin_ab6net' => 'mickael@ab6net.net',
  10253.             'event_dispatcher.event_aliases' => [
  10254.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10255.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10256.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10257.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10258.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10259.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10260.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10261.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10262.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10263.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10264.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10265.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10266.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10267.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10268.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10269.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10270.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  10271.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  10272.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  10273.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  10274.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  10275.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  10276.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  10277.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10278.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10279.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10280.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10281.             ],
  10282.             'fragment.renderer.hinclude.global_template' => '',
  10283.             'fragment.path' => '/_fragment',
  10284.             'kernel.http_method_override' => true,
  10285.             'kernel.trusted_hosts' => [
  10286.             ],
  10287.             'kernel.default_locale' => 'fr',
  10288.             'kernel.error_controller' => 'error_controller',
  10289.             'templating.helper.code.file_link_format' => NULL,
  10290.             'debug.file_link_format' => NULL,
  10291.             'session.metadata.storage_key' => '_sf2_meta',
  10292.             'session.storage.options' => [
  10293.                 'cache_limiter' => '0',
  10294.                 'cookie_secure' => 'auto',
  10295.                 'cookie_httponly' => true,
  10296.                 'cookie_samesite' => 'lax',
  10297.                 'gc_probability' => 1,
  10298.             ],
  10299.             'session.metadata.update_threshold' => 0,
  10300.             'form.type_extension.csrf.enabled' => true,
  10301.             'form.type_extension.csrf.field_name' => '_token',
  10302.             'asset.request_context.base_path' => '',
  10303.             'asset.request_context.secure' => false,
  10304.             'validator.translation_domain' => 'validators',
  10305.             'translator.logging' => false,
  10306.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10307.             'profiler_listener.only_exceptions' => false,
  10308.             'profiler_listener.only_master_requests' => false,
  10309.             'debug.error_handler.throw_at' => -1,
  10310.             'router.request_context.host' => 'localhost',
  10311.             'router.request_context.scheme' => 'http',
  10312.             'router.request_context.base_url' => '',
  10313.             'router.resource' => 'kernel::loadRoutes',
  10314.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  10315.             'request_listener.http_port' => 80,
  10316.             'request_listener.https_port' => 443,
  10317.             'twig.exception_listener.controller' => NULL,
  10318.             'twig.form.resources' => [
  10319.                 => '@VichUploader/Form/fields.html.twig',
  10320.                 => 'form_div_layout.html.twig',
  10321.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10322.                 => 'bootstrap_4_layout.html.twig',
  10323.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  10324.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  10325.             ],
  10326.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10327.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  10328.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  10329.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  10330.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10331.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10332.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10333.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10334.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10335.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10336.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10337.             'doctrine.entity_managers' => [
  10338.                 'default' => 'doctrine.orm.default_entity_manager',
  10339.             ],
  10340.             'doctrine.default_entity_manager' => 'default',
  10341.             'doctrine.dbal.connection_factory.types' => [
  10342.             ],
  10343.             'doctrine.connections' => [
  10344.                 'default' => 'doctrine.dbal.default_connection',
  10345.             ],
  10346.             'doctrine.default_connection' => 'default',
  10347.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10348.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10349.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10350.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10351.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10352.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10353.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10354.             'doctrine.orm.cache.memcache_port' => 11211,
  10355.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10356.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10357.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10358.             'doctrine.orm.cache.memcached_port' => 11211,
  10359.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10360.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10361.             'doctrine.orm.cache.redis_host' => 'localhost',
  10362.             'doctrine.orm.cache.redis_port' => 6379,
  10363.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10364.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10365.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10366.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10367.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10368.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10369.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10370.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10371.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10372.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10373.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10374.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10375.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10376.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10377.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10378.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10379.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10380.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10381.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10382.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10383.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10384.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10385.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10386.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10387.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10388.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10389.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10390.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10391.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10392.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10393.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10394.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10395.             'doctrine.migrations.preferred_em' => NULL,
  10396.             'doctrine.migrations.preferred_connection' => NULL,
  10397.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  10398.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  10399.             'security.role_hierarchy.roles' => [
  10400.             ],
  10401.             'security.access.denied_url' => NULL,
  10402.             'security.authentication.manager.erase_credentials' => true,
  10403.             'security.authentication.session_strategy.strategy' => 'migrate',
  10404.             'security.access.always_authenticate_before_granting' => false,
  10405.             'security.authentication.hide_user_not_found' => true,
  10406.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10407.             'web_profiler.debug_toolbar.mode' => 2,
  10408.             'monolog.use_microseconds' => true,
  10409.             'monolog.swift_mailer.handlers' => [
  10410.             ],
  10411.             'monolog.handlers_to_channels' => [
  10412.                 'monolog.handler.console' => [
  10413.                     'type' => 'exclusive',
  10414.                     'elements' => [
  10415.                         => 'event',
  10416.                         => 'doctrine',
  10417.                         => 'console',
  10418.                     ],
  10419.                 ],
  10420.                 'monolog.handler.main' => [
  10421.                     'type' => 'exclusive',
  10422.                     'elements' => [
  10423.                         => 'event',
  10424.                     ],
  10425.                 ],
  10426.             ],
  10427.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10428.             'nelmio_cors.map' => [
  10429.                 '^/api/' => [
  10430.                     'allow_origin' => true,
  10431.                     'allow_headers' => [
  10432.                         => 'accept',
  10433.                         => 'authorization',
  10434.                         => 'cache-control',
  10435.                         => 'content-type',
  10436.                         => 'dnt',
  10437.                         => 'if-modified-since',
  10438.                         => 'keep-alive',
  10439.                         => 'origin',
  10440.                         => 'user-agent',
  10441.                         => 'x-requested-with',
  10442.                     ],
  10443.                     'allow_methods' => [
  10444.                         => 'POST',
  10445.                         => 'PUT',
  10446.                         => 'GET',
  10447.                         => 'DELETE',
  10448.                         => 'OPTIONS',
  10449.                     ],
  10450.                     'max_age' => 3600,
  10451.                 ],
  10452.                 '^/' => [
  10453.                     'origin_regex' => true,
  10454.                     'allow_origin' => [
  10455.                         => '^http://localhost:[0-9]+',
  10456.                     ],
  10457.                     'allow_headers' => [
  10458.                         => 'authorization',
  10459.                     ],
  10460.                     'allow_methods' => [
  10461.                         => 'POST',
  10462.                         => 'PUT',
  10463.                         => 'GET',
  10464.                         => 'DELETE',
  10465.                         => 'OPTIONS',
  10466.                     ],
  10467.                     'max_age' => 3600,
  10468.                     'hosts' => [
  10469.                         => '^api\\.',
  10470.                     ],
  10471.                 ],
  10472.             ],
  10473.             'nelmio_cors.defaults' => [
  10474.                 'allow_origin' => [
  10475.                 ],
  10476.                 'allow_credentials' => false,
  10477.                 'allow_headers' => [
  10478.                 ],
  10479.                 'expose_headers' => [
  10480.                 ],
  10481.                 'allow_methods' => [
  10482.                     => 'POST',
  10483.                     => 'PUT',
  10484.                     => 'GET',
  10485.                     => 'DELETE',
  10486.                     => 'OPTIONS',
  10487.                 ],
  10488.                 'max_age' => 0,
  10489.                 'hosts' => [
  10490.                 ],
  10491.                 'origin_regex' => false,
  10492.                 'forced_allow_origin_value' => NULL,
  10493.             ],
  10494.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10495.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10496.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10497.             'api_platform.enable_entrypoint' => true,
  10498.             'api_platform.enable_docs' => true,
  10499.             'api_platform.title' => 'API REI Industry',
  10500.             'api_platform.description' => '',
  10501.             'api_platform.version' => '0.0.0',
  10502.             'api_platform.show_webby' => true,
  10503.             'api_platform.url_generation_strategy' => 1,
  10504.             'api_platform.exception_to_status' => [
  10505.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  10506.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  10507.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  10508.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  10509.             ],
  10510.             'api_platform.formats' => [
  10511.                 'jsonld' => [
  10512.                     => 'application/ld+json',
  10513.                 ],
  10514.                 'json' => [
  10515.                     => 'application/json',
  10516.                 ],
  10517.                 'html' => [
  10518.                     => 'text/html',
  10519.                 ],
  10520.             ],
  10521.             'api_platform.patch_formats' => [
  10522.                 'json' => [
  10523.                     => 'application/merge-patch+json',
  10524.                 ],
  10525.             ],
  10526.             'api_platform.error_formats' => [
  10527.                 'jsonproblem' => [
  10528.                     => 'application/problem+json',
  10529.                 ],
  10530.                 'jsonld' => [
  10531.                     => 'application/ld+json',
  10532.                 ],
  10533.             ],
  10534.             'api_platform.allow_plain_identifiers' => false,
  10535.             'api_platform.eager_loading.enabled' => true,
  10536.             'api_platform.eager_loading.max_joins' => 30,
  10537.             'api_platform.eager_loading.fetch_partial' => false,
  10538.             'api_platform.eager_loading.force_eager' => true,
  10539.             'api_platform.collection.exists_parameter_name' => 'exists',
  10540.             'api_platform.collection.order' => 'ASC',
  10541.             'api_platform.collection.order_parameter_name' => 'order',
  10542.             'api_platform.collection.pagination.enabled' => true,
  10543.             'api_platform.collection.pagination.partial' => false,
  10544.             'api_platform.collection.pagination.client_enabled' => false,
  10545.             'api_platform.collection.pagination.client_items_per_page' => false,
  10546.             'api_platform.collection.pagination.client_partial' => false,
  10547.             'api_platform.collection.pagination.items_per_page' => 30,
  10548.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  10549.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  10550.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  10551.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  10552.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  10553.             'api_platform.collection.pagination' => [
  10554.                 'enabled' => true,
  10555.                 'partial' => false,
  10556.                 'client_enabled' => false,
  10557.                 'client_items_per_page' => false,
  10558.                 'client_partial' => false,
  10559.                 'items_per_page' => 30,
  10560.                 'maximum_items_per_page' => NULL,
  10561.                 'page_parameter_name' => 'page',
  10562.                 'enabled_parameter_name' => 'pagination',
  10563.                 'items_per_page_parameter_name' => 'itemsPerPage',
  10564.                 'partial_parameter_name' => 'partial',
  10565.             ],
  10566.             'api_platform.http_cache.etag' => true,
  10567.             'api_platform.http_cache.max_age' => NULL,
  10568.             'api_platform.http_cache.shared_max_age' => NULL,
  10569.             'api_platform.http_cache.vary' => [
  10570.                 => 'Accept',
  10571.             ],
  10572.             'api_platform.http_cache.public' => NULL,
  10573.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  10574.             'api_platform.asset_package' => NULL,
  10575.             'api_platform.defaults' => [
  10576.                 'attributes' => [
  10577.                 ],
  10578.             ],
  10579.             'api_platform.resource_class_directories' => [
  10580.                 => (\dirname(__DIR__4).'/src/Entity'),
  10581.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  10582.                 => (\dirname(__DIR__4).'/vendor/jmose/command-scheduler-bundle/Entity'),
  10583.             ],
  10584.             'api_platform.oauth.enabled' => false,
  10585.             'api_platform.oauth.clientId' => '',
  10586.             'api_platform.oauth.clientSecret' => '',
  10587.             'api_platform.oauth.type' => 'oauth2',
  10588.             'api_platform.oauth.flow' => 'application',
  10589.             'api_platform.oauth.tokenUrl' => '',
  10590.             'api_platform.oauth.authorizationUrl' => '',
  10591.             'api_platform.oauth.refreshUrl' => '',
  10592.             'api_platform.oauth.scopes' => [
  10593.             ],
  10594.             'api_platform.openapi.termsOfService' => NULL,
  10595.             'api_platform.openapi.contact.name' => NULL,
  10596.             'api_platform.openapi.contact.url' => NULL,
  10597.             'api_platform.openapi.contact.email' => NULL,
  10598.             'api_platform.openapi.license.name' => NULL,
  10599.             'api_platform.openapi.license.url' => NULL,
  10600.             'api_platform.swagger.versions' => [
  10601.                 => 3,
  10602.             ],
  10603.             'api_platform.enable_swagger_ui' => true,
  10604.             'api_platform.enable_re_doc' => true,
  10605.             'api_platform.swagger.api_keys' => [
  10606.             ],
  10607.             'api_platform.graphql.enabled' => false,
  10608.             'api_platform.graphql.graphiql.enabled' => false,
  10609.             'api_platform.graphql.graphql_playground.enabled' => false,
  10610.             'api_platform.graphql.collection.pagination' => [
  10611.                 'enabled' => true,
  10612.             ],
  10613.             'api_platform.validator.serialize_payload_fields' => [
  10614.             ],
  10615.             'api_platform.elasticsearch.enabled' => false,
  10616.             'lexik_jwt_authentication.token_ttl' => 3600,
  10617.             'lexik_jwt_authentication.clock_skew' => 0,
  10618.             'lexik_jwt_authentication.user_identity_field' => 'username',
  10619.             'lexik_jwt_authentication.user_id_claim' => 'username',
  10620.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  10621.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  10622.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  10623.             'vich_uploader.mappings' => [
  10624.                 'images' => [
  10625.                     'uri_prefix' => 'uploads/images',
  10626.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images'),
  10627.                     'namer' => [
  10628.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.images',
  10629.                         'options' => [
  10630.                         ],
  10631.                     ],
  10632.                     'directory_namer' => [
  10633.                         'service' => NULL,
  10634.                         'options' => NULL,
  10635.                     ],
  10636.                     'delete_on_remove' => true,
  10637.                     'delete_on_update' => true,
  10638.                     'inject_on_load' => false,
  10639.                     'db_driver' => 'orm',
  10640.                 ],
  10641.                 'product_media' => [
  10642.                     'uri_prefix' => 'uploads/product-media',
  10643.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/product-media'),
  10644.                     'namer' => [
  10645.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.product_media',
  10646.                         'options' => [
  10647.                         ],
  10648.                     ],
  10649.                     'directory_namer' => [
  10650.                         'service' => NULL,
  10651.                         'options' => NULL,
  10652.                     ],
  10653.                     'delete_on_remove' => true,
  10654.                     'delete_on_update' => true,
  10655.                     'inject_on_load' => false,
  10656.                     'db_driver' => 'orm',
  10657.                 ],
  10658.             ],
  10659.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  10660.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  10661.             'swiftmailer.mailer.default.spool.enabled' => true,
  10662.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  10663.             'swiftmailer.mailer.default.single_address' => NULL,
  10664.             'swiftmailer.mailer.default.delivery.enabled' => true,
  10665.             'swiftmailer.spool.enabled' => true,
  10666.             'swiftmailer.delivery.enabled' => true,
  10667.             'swiftmailer.single_address' => NULL,
  10668.             'swiftmailer.mailers' => [
  10669.                 'default' => 'swiftmailer.mailer.default',
  10670.             ],
  10671.             'swiftmailer.default_mailer' => 'default',
  10672.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  10673.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  10674.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  10675.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  10676.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  10677.             'gesdinet_jwt_refresh_token.single_use' => false,
  10678.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  10679.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  10680.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  10681.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  10682.             'stof_doctrine_extensions.default_locale' => 'en_US',
  10683.             'stof_doctrine_extensions.translation_fallback' => false,
  10684.             'stof_doctrine_extensions.persist_default_translation' => false,
  10685.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  10686.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  10687.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  10688.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  10689.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  10690.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  10691.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  10692.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  10693.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  10694.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  10695.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  10696.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  10697.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  10698.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  10699.             'knp_paginator.page_range' => 5,
  10700.             'knp_paginator.page_limit' => NULL,
  10701.             'ewz_recaptcha.locale_from_request' => true,
  10702.             'ewz_recaptcha.enabled' => false,
  10703.             'ewz_recaptcha.verify_host' => false,
  10704.             'ewz_recaptcha.ajax' => false,
  10705.             'ewz_recaptcha.locale_key' => 'fr',
  10706.             'ewz_recaptcha.api_host' => 'www.google.com',
  10707.             'ewz_recaptcha.version' => 2,
  10708.             'ewz_recaptcha.hide_badge' => false,
  10709.             'ewz_recaptcha.score_threshold' => 0.5,
  10710.             'ewz_recaptcha.timeout' => NULL,
  10711.             'ewz_recaptcha.trusted_roles' => [
  10712.             ],
  10713.             'ewz_recaptcha.http_proxy' => [
  10714.                 'host' => NULL,
  10715.                 'port' => NULL,
  10716.                 'auth' => NULL,
  10717.             ],
  10718.             'ewz_recaptcha.service_definition' => [
  10719.             ],
  10720.             'liip_imagine.resolvers' => [
  10721.                 'default' => [
  10722.                     'web_path' => [
  10723.                         'web_root' => (\dirname(__DIR__4).'/public'),
  10724.                         'cache_prefix' => 'media/cache',
  10725.                     ],
  10726.                 ],
  10727.             ],
  10728.             'liip_imagine.loaders' => [
  10729.                 'default' => [
  10730.                     'filesystem' => [
  10731.                         'locator' => 'filesystem',
  10732.                         'data_root' => [
  10733.                             => (\dirname(__DIR__4).'/public'),
  10734.                         ],
  10735.                         'allow_unresolvable_data_roots' => false,
  10736.                         'bundle_resources' => [
  10737.                             'enabled' => false,
  10738.                             'access_control_type' => 'blacklist',
  10739.                             'access_control_list' => [
  10740.                             ],
  10741.                         ],
  10742.                     ],
  10743.                 ],
  10744.             ],
  10745.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  10746.             'liip_imagine.jpegoptim.stripAll' => true,
  10747.             'liip_imagine.jpegoptim.max' => NULL,
  10748.             'liip_imagine.jpegoptim.progressive' => true,
  10749.             'liip_imagine.jpegoptim.tempDir' => NULL,
  10750.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  10751.             'liip_imagine.optipng.level' => 7,
  10752.             'liip_imagine.optipng.stripAll' => true,
  10753.             'liip_imagine.optipng.tempDir' => NULL,
  10754.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  10755.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  10756.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  10757.             'liip_imagine.cache.resolver.default' => 'default',
  10758.             'liip_imagine.default_image' => NULL,
  10759.             'liip_imagine.filter_sets' => [
  10760.                 'thumbnail' => [
  10761.                     'quality' => 100,
  10762.                     'jpeg_quality' => NULL,
  10763.                     'png_compression_level' => NULL,
  10764.                     'png_compression_filter' => NULL,
  10765.                     'format' => NULL,
  10766.                     'animated' => false,
  10767.                     'cache' => NULL,
  10768.                     'data_loader' => NULL,
  10769.                     'default_image' => NULL,
  10770.                     'filters' => [
  10771.                         'thumbnail' => [
  10772.                             'size' => [
  10773.                                 => 250,
  10774.                                 => 250,
  10775.                             ],
  10776.                             'mode' => 'inset',
  10777.                         ],
  10778.                     ],
  10779.                     'post_processors' => [
  10780.                     ],
  10781.                 ],
  10782.             ],
  10783.             'liip_imagine.binary.loader.default' => 'default',
  10784.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  10785.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  10786.             'liip_imagine.webp.generate' => false,
  10787.             'liip_imagine.webp.options' => [
  10788.                 'quality' => 100,
  10789.                 'cache' => NULL,
  10790.                 'data_loader' => NULL,
  10791.                 'post_processors' => [
  10792.                 ],
  10793.             ],
  10794.             'jmose_command_scheduler.log_path' => (\dirname(__DIR__6).'/shared/var/log'),
  10795.             'jmose_command_scheduler.excluded_command_namespaces' => [
  10796.                 => '_global',
  10797.                 => 'scheduler',
  10798.                 => 'server',
  10799.                 => 'container',
  10800.                 => 'config',
  10801.                 => 'generate',
  10802.                 => 'init',
  10803.                 => 'router',
  10804.                 => 'doctrine',
  10805.                 => 'debug',
  10806.             ],
  10807.             'jmose_command_scheduler.doctrine_manager' => 'default',
  10808.             'jmose_command_scheduler.lock_timeout' => false,
  10809.             'jmose_command_scheduler.monitor_mail' => [
  10810.             ],
  10811.             'jmose_command_scheduler.monitor_mail_subject' => 'cronjob monitoring %s, %s',
  10812.             'jmose_command_scheduler.send_ok' => false,
  10813.             'jmose_command_scheduler.included_command_namespaces' => [
  10814.             ],
  10815.             'data_collector.templates' => [
  10816.                 'data_collector.request' => [
  10817.                     => 'request',
  10818.                     => '@WebProfiler/Collector/request.html.twig',
  10819.                 ],
  10820.                 'api_platform.data_collector.request' => [
  10821.                     => 'api_platform.data_collector.request',
  10822.                     => '@ApiPlatform/DataCollector/request.html.twig',
  10823.                 ],
  10824.                 'data_collector.time' => [
  10825.                     => 'time',
  10826.                     => '@WebProfiler/Collector/time.html.twig',
  10827.                 ],
  10828.                 'data_collector.memory' => [
  10829.                     => 'memory',
  10830.                     => '@WebProfiler/Collector/memory.html.twig',
  10831.                 ],
  10832.                 'data_collector.validator' => [
  10833.                     => 'validator',
  10834.                     => '@WebProfiler/Collector/validator.html.twig',
  10835.                 ],
  10836.                 'data_collector.ajax' => [
  10837.                     => 'ajax',
  10838.                     => '@WebProfiler/Collector/ajax.html.twig',
  10839.                 ],
  10840.                 'data_collector.form' => [
  10841.                     => 'form',
  10842.                     => '@WebProfiler/Collector/form.html.twig',
  10843.                 ],
  10844.                 'data_collector.exception' => [
  10845.                     => 'exception',
  10846.                     => '@WebProfiler/Collector/exception.html.twig',
  10847.                 ],
  10848.                 'data_collector.logger' => [
  10849.                     => 'logger',
  10850.                     => '@WebProfiler/Collector/logger.html.twig',
  10851.                 ],
  10852.                 'data_collector.events' => [
  10853.                     => 'events',
  10854.                     => '@WebProfiler/Collector/events.html.twig',
  10855.                 ],
  10856.                 'data_collector.router' => [
  10857.                     => 'router',
  10858.                     => '@WebProfiler/Collector/router.html.twig',
  10859.                 ],
  10860.                 'data_collector.cache' => [
  10861.                     => 'cache',
  10862.                     => '@WebProfiler/Collector/cache.html.twig',
  10863.                 ],
  10864.                 'data_collector.translation' => [
  10865.                     => 'translation',
  10866.                     => '@WebProfiler/Collector/translation.html.twig',
  10867.                 ],
  10868.                 'data_collector.security' => [
  10869.                     => 'security',
  10870.                     => '@Security/Collector/security.html.twig',
  10871.                 ],
  10872.                 'data_collector.twig' => [
  10873.                     => 'twig',
  10874.                     => '@WebProfiler/Collector/twig.html.twig',
  10875.                 ],
  10876.                 'data_collector.http_client' => [
  10877.                     => 'http_client',
  10878.                     => '@WebProfiler/Collector/http_client.html.twig',
  10879.                 ],
  10880.                 'data_collector.doctrine' => [
  10881.                     => 'db',
  10882.                     => '@Doctrine/Collector/db.html.twig',
  10883.                 ],
  10884.                 'swiftmailer.data_collector' => [
  10885.                     => 'swiftmailer',
  10886.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  10887.                 ],
  10888.                 'data_collector.dump' => [
  10889.                     => 'dump',
  10890.                     => '@Debug/Profiler/dump.html.twig',
  10891.                 ],
  10892.                 'mailer.data_collector' => [
  10893.                     => 'mailer',
  10894.                     => '@WebProfiler/Collector/mailer.html.twig',
  10895.                 ],
  10896.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  10897.                     => 'vich_uploader.mapping_collector',
  10898.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  10899.                 ],
  10900.                 'data_collector.config' => [
  10901.                     => 'config',
  10902.                     => '@WebProfiler/Collector/config.html.twig',
  10903.                 ],
  10904.             ],
  10905.             'console.command.ids' => [
  10906.                 => 'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\ExecuteCommand',
  10907.                 => 'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\MonitorCommand',
  10908.                 => 'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\UnlockCommand',
  10909.                 => 'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StartSchedulerCommand',
  10910.                 => 'console.command.public_alias.JMose\\CommandSchedulerBundle\\Command\\StopSchedulerCommand',
  10911.             ],
  10912.         ];
  10913.     }
  10914.     protected function throw($message)
  10915.     {
  10916.         throw new RuntimeException($message);
  10917.     }
  10918. }
  10919. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  10920. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  10921. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  10922. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  10923. {
  10924.     /**
  10925.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  10926.      */
  10927.     private $valueHolder176d5 null;
  10928.     /**
  10929.      * @var \Closure|null initializer responsible for generating the wrapped object
  10930.      */
  10931.     private $initializer959c0 null;
  10932.     /**
  10933.      * @var bool[] map of public properties of the parent class
  10934.      */
  10935.     private static $publicProperties3d365 = [
  10936.         
  10937.     ];
  10938.     public function getConnection()
  10939.     {
  10940.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getConnection', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10941.         return $this->valueHolder176d5->getConnection();
  10942.     }
  10943.     public function getMetadataFactory()
  10944.     {
  10945.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getMetadataFactory', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10946.         return $this->valueHolder176d5->getMetadataFactory();
  10947.     }
  10948.     public function getExpressionBuilder()
  10949.     {
  10950.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getExpressionBuilder', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10951.         return $this->valueHolder176d5->getExpressionBuilder();
  10952.     }
  10953.     public function beginTransaction()
  10954.     {
  10955.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'beginTransaction', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10956.         return $this->valueHolder176d5->beginTransaction();
  10957.     }
  10958.     public function getCache()
  10959.     {
  10960.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getCache', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10961.         return $this->valueHolder176d5->getCache();
  10962.     }
  10963.     public function transactional($func)
  10964.     {
  10965.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'transactional', array('func' => $func), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10966.         return $this->valueHolder176d5->transactional($func);
  10967.     }
  10968.     public function commit()
  10969.     {
  10970.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'commit', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10971.         return $this->valueHolder176d5->commit();
  10972.     }
  10973.     public function rollback()
  10974.     {
  10975.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'rollback', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10976.         return $this->valueHolder176d5->rollback();
  10977.     }
  10978.     public function getClassMetadata($className)
  10979.     {
  10980.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getClassMetadata', array('className' => $className), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10981.         return $this->valueHolder176d5->getClassMetadata($className);
  10982.     }
  10983.     public function createQuery($dql '')
  10984.     {
  10985.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'createQuery', array('dql' => $dql), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10986.         return $this->valueHolder176d5->createQuery($dql);
  10987.     }
  10988.     public function createNamedQuery($name)
  10989.     {
  10990.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'createNamedQuery', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10991.         return $this->valueHolder176d5->createNamedQuery($name);
  10992.     }
  10993.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  10994.     {
  10995.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  10996.         return $this->valueHolder176d5->createNativeQuery($sql$rsm);
  10997.     }
  10998.     public function createNamedNativeQuery($name)
  10999.     {
  11000.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'createNamedNativeQuery', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11001.         return $this->valueHolder176d5->createNamedNativeQuery($name);
  11002.     }
  11003.     public function createQueryBuilder()
  11004.     {
  11005.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'createQueryBuilder', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11006.         return $this->valueHolder176d5->createQueryBuilder();
  11007.     }
  11008.     public function flush($entity null)
  11009.     {
  11010.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'flush', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11011.         return $this->valueHolder176d5->flush($entity);
  11012.     }
  11013.     public function find($className$id$lockMode null$lockVersion null)
  11014.     {
  11015.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11016.         return $this->valueHolder176d5->find($className$id$lockMode$lockVersion);
  11017.     }
  11018.     public function getReference($entityName$id)
  11019.     {
  11020.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11021.         return $this->valueHolder176d5->getReference($entityName$id);
  11022.     }
  11023.     public function getPartialReference($entityName$identifier)
  11024.     {
  11025.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11026.         return $this->valueHolder176d5->getPartialReference($entityName$identifier);
  11027.     }
  11028.     public function clear($entityName null)
  11029.     {
  11030.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'clear', array('entityName' => $entityName), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11031.         return $this->valueHolder176d5->clear($entityName);
  11032.     }
  11033.     public function close()
  11034.     {
  11035.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'close', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11036.         return $this->valueHolder176d5->close();
  11037.     }
  11038.     public function persist($entity)
  11039.     {
  11040.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'persist', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11041.         return $this->valueHolder176d5->persist($entity);
  11042.     }
  11043.     public function remove($entity)
  11044.     {
  11045.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'remove', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11046.         return $this->valueHolder176d5->remove($entity);
  11047.     }
  11048.     public function refresh($entity)
  11049.     {
  11050.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'refresh', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11051.         return $this->valueHolder176d5->refresh($entity);
  11052.     }
  11053.     public function detach($entity)
  11054.     {
  11055.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'detach', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11056.         return $this->valueHolder176d5->detach($entity);
  11057.     }
  11058.     public function merge($entity)
  11059.     {
  11060.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'merge', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11061.         return $this->valueHolder176d5->merge($entity);
  11062.     }
  11063.     public function copy($entity$deep false)
  11064.     {
  11065.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11066.         return $this->valueHolder176d5->copy($entity$deep);
  11067.     }
  11068.     public function lock($entity$lockMode$lockVersion null)
  11069.     {
  11070.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11071.         return $this->valueHolder176d5->lock($entity$lockMode$lockVersion);
  11072.     }
  11073.     public function getRepository($entityName)
  11074.     {
  11075.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getRepository', array('entityName' => $entityName), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11076.         return $this->valueHolder176d5->getRepository($entityName);
  11077.     }
  11078.     public function contains($entity)
  11079.     {
  11080.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'contains', array('entity' => $entity), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11081.         return $this->valueHolder176d5->contains($entity);
  11082.     }
  11083.     public function getEventManager()
  11084.     {
  11085.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getEventManager', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11086.         return $this->valueHolder176d5->getEventManager();
  11087.     }
  11088.     public function getConfiguration()
  11089.     {
  11090.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getConfiguration', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11091.         return $this->valueHolder176d5->getConfiguration();
  11092.     }
  11093.     public function isOpen()
  11094.     {
  11095.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'isOpen', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11096.         return $this->valueHolder176d5->isOpen();
  11097.     }
  11098.     public function getUnitOfWork()
  11099.     {
  11100.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getUnitOfWork', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11101.         return $this->valueHolder176d5->getUnitOfWork();
  11102.     }
  11103.     public function getHydrator($hydrationMode)
  11104.     {
  11105.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11106.         return $this->valueHolder176d5->getHydrator($hydrationMode);
  11107.     }
  11108.     public function newHydrator($hydrationMode)
  11109.     {
  11110.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11111.         return $this->valueHolder176d5->newHydrator($hydrationMode);
  11112.     }
  11113.     public function getProxyFactory()
  11114.     {
  11115.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getProxyFactory', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11116.         return $this->valueHolder176d5->getProxyFactory();
  11117.     }
  11118.     public function initializeObject($obj)
  11119.     {
  11120.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'initializeObject', array('obj' => $obj), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11121.         return $this->valueHolder176d5->initializeObject($obj);
  11122.     }
  11123.     public function getFilters()
  11124.     {
  11125.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'getFilters', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11126.         return $this->valueHolder176d5->getFilters();
  11127.     }
  11128.     public function isFiltersStateClean()
  11129.     {
  11130.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'isFiltersStateClean', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11131.         return $this->valueHolder176d5->isFiltersStateClean();
  11132.     }
  11133.     public function hasFilters()
  11134.     {
  11135.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'hasFilters', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11136.         return $this->valueHolder176d5->hasFilters();
  11137.     }
  11138.     /**
  11139.      * Constructor for lazy initialization
  11140.      *
  11141.      * @param \Closure|null $initializer
  11142.      */
  11143.     public static function staticProxyConstructor($initializer)
  11144.     {
  11145.         static $reflection;
  11146.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  11147.         $instance   $reflection->newInstanceWithoutConstructor();
  11148.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11149.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11150.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  11151.         $instance->initializer959c0 $initializer;
  11152.         return $instance;
  11153.     }
  11154.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  11155.     {
  11156.         static $reflection;
  11157.         if (! $this->valueHolder176d5) {
  11158.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11159.             $this->valueHolder176d5 $reflection->newInstanceWithoutConstructor();
  11160.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11161.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11162.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  11163.         }
  11164.         $this->valueHolder176d5->__construct($conn$config$eventManager);
  11165.     }
  11166.     public function & __get($name)
  11167.     {
  11168.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__get', ['name' => $name], $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11169.         if (isset(self::$publicProperties3d365[$name])) {
  11170.             return $this->valueHolder176d5->$name;
  11171.         }
  11172.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11173.         if (! $realInstanceReflection->hasProperty($name)) {
  11174.             $targetObject $this->valueHolder176d5;
  11175.             $backtrace debug_backtrace(false1);
  11176.             trigger_error(
  11177.                 sprintf(
  11178.                     'Undefined property: %s::$%s in %s on line %s',
  11179.                     $realInstanceReflection->getName(),
  11180.                     $name,
  11181.                     $backtrace[0]['file'],
  11182.                     $backtrace[0]['line']
  11183.                 ),
  11184.                 \E_USER_NOTICE
  11185.             );
  11186.             return $targetObject->$name;
  11187.         }
  11188.         $targetObject $this->valueHolder176d5;
  11189.         $accessor = function & () use ($targetObject$name) {
  11190.             return $targetObject->$name;
  11191.         };
  11192.         $backtrace debug_backtrace(true2);
  11193.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11194.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11195.         $returnValue = & $accessor();
  11196.         return $returnValue;
  11197.     }
  11198.     public function __set($name$value)
  11199.     {
  11200.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__set', array('name' => $name'value' => $value), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11201.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11202.         if (! $realInstanceReflection->hasProperty($name)) {
  11203.             $targetObject $this->valueHolder176d5;
  11204.             $targetObject->$name $value;
  11205.             return $targetObject->$name;
  11206.         }
  11207.         $targetObject $this->valueHolder176d5;
  11208.         $accessor = function & () use ($targetObject$name$value) {
  11209.             $targetObject->$name $value;
  11210.             return $targetObject->$name;
  11211.         };
  11212.         $backtrace debug_backtrace(true2);
  11213.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11214.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11215.         $returnValue = & $accessor();
  11216.         return $returnValue;
  11217.     }
  11218.     public function __isset($name)
  11219.     {
  11220.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__isset', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11221.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11222.         if (! $realInstanceReflection->hasProperty($name)) {
  11223.             $targetObject $this->valueHolder176d5;
  11224.             return isset($targetObject->$name);
  11225.         }
  11226.         $targetObject $this->valueHolder176d5;
  11227.         $accessor = function () use ($targetObject$name) {
  11228.             return isset($targetObject->$name);
  11229.         };
  11230.         $backtrace debug_backtrace(true2);
  11231.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11232.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11233.         $returnValue $accessor();
  11234.         return $returnValue;
  11235.     }
  11236.     public function __unset($name)
  11237.     {
  11238.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__unset', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11239.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  11240.         if (! $realInstanceReflection->hasProperty($name)) {
  11241.             $targetObject $this->valueHolder176d5;
  11242.             unset($targetObject->$name);
  11243.             return;
  11244.         }
  11245.         $targetObject $this->valueHolder176d5;
  11246.         $accessor = function () use ($targetObject$name) {
  11247.             unset($targetObject->$name);
  11248.             return;
  11249.         };
  11250.         $backtrace debug_backtrace(true2);
  11251.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11252.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11253.         $accessor();
  11254.     }
  11255.     public function __clone()
  11256.     {
  11257.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__clone', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11258.         $this->valueHolder176d5 = clone $this->valueHolder176d5;
  11259.     }
  11260.     public function __sleep()
  11261.     {
  11262.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__sleep', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11263.         return array('valueHolder176d5');
  11264.     }
  11265.     public function __wakeup()
  11266.     {
  11267.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  11268.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  11269.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  11270.     }
  11271.     public function setProxyInitializer(\Closure $initializer null) : void
  11272.     {
  11273.         $this->initializer959c0 $initializer;
  11274.     }
  11275.     public function getProxyInitializer() : ?\Closure
  11276.     {
  11277.         return $this->initializer959c0;
  11278.     }
  11279.     public function initializeProxy() : bool
  11280.     {
  11281.         return $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'initializeProxy', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11282.     }
  11283.     public function isProxyInitialized() : bool
  11284.     {
  11285.         return null !== $this->valueHolder176d5;
  11286.     }
  11287.     public function getWrappedValueHolderValue()
  11288.     {
  11289.         return $this->valueHolder176d5;
  11290.     }
  11291. }
  11292. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  11293. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  11294. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  11295. {
  11296.     /**
  11297.      * @var \Knp\Component\Pager\PaginatorInterface|null wrapped object, if the proxy is initialized
  11298.      */
  11299.     private $valueHolder176d5 null;
  11300.     /**
  11301.      * @var \Closure|null initializer responsible for generating the wrapped object
  11302.      */
  11303.     private $initializer959c0 null;
  11304.     /**
  11305.      * @var bool[] map of public properties of the parent class
  11306.      */
  11307.     private static $publicProperties3d365 = [
  11308.         
  11309.     ];
  11310.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  11311.     {
  11312.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11313.         if ($this->valueHolder176d5 === $returnValue $this->valueHolder176d5->paginate($target$page$limit$options)) {
  11314.             return $this;
  11315.         }
  11316.         return $returnValue;
  11317.     }
  11318.     /**
  11319.      * Constructor for lazy initialization
  11320.      *
  11321.      * @param \Closure|null $initializer
  11322.      */
  11323.     public static function staticProxyConstructor($initializer)
  11324.     {
  11325.         static $reflection;
  11326.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  11327.         $instance   $reflection->newInstanceWithoutConstructor();
  11328.         $instance->initializer959c0 $initializer;
  11329.         return $instance;
  11330.     }
  11331.     public function __construct()
  11332.     {
  11333.         static $reflection;
  11334.         if (! $this->valueHolder176d5) {
  11335.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  11336.             $this->valueHolder176d5 $reflection->newInstanceWithoutConstructor();
  11337.         }
  11338.     }
  11339.     public function & __get($name)
  11340.     {
  11341.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__get', ['name' => $name], $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11342.         if (isset(self::$publicProperties3d365[$name])) {
  11343.             return $this->valueHolder176d5->$name;
  11344.         }
  11345.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  11346.         if (! $realInstanceReflection->hasProperty($name)) {
  11347.             $targetObject $this->valueHolder176d5;
  11348.             $backtrace debug_backtrace(false1);
  11349.             trigger_error(
  11350.                 sprintf(
  11351.                     'Undefined property: %s::$%s in %s on line %s',
  11352.                     $realInstanceReflection->getName(),
  11353.                     $name,
  11354.                     $backtrace[0]['file'],
  11355.                     $backtrace[0]['line']
  11356.                 ),
  11357.                 \E_USER_NOTICE
  11358.             );
  11359.             return $targetObject->$name;
  11360.         }
  11361.         $targetObject $this->valueHolder176d5;
  11362.         $accessor = function & () use ($targetObject$name) {
  11363.             return $targetObject->$name;
  11364.         };
  11365.         $backtrace debug_backtrace(true2);
  11366.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11367.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11368.         $returnValue = & $accessor();
  11369.         return $returnValue;
  11370.     }
  11371.     public function __set($name$value)
  11372.     {
  11373.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__set', array('name' => $name'value' => $value), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11374.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  11375.         if (! $realInstanceReflection->hasProperty($name)) {
  11376.             $targetObject $this->valueHolder176d5;
  11377.             $targetObject->$name $value;
  11378.             return $targetObject->$name;
  11379.         }
  11380.         $targetObject $this->valueHolder176d5;
  11381.         $accessor = function & () use ($targetObject$name$value) {
  11382.             $targetObject->$name $value;
  11383.             return $targetObject->$name;
  11384.         };
  11385.         $backtrace debug_backtrace(true2);
  11386.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11387.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11388.         $returnValue = & $accessor();
  11389.         return $returnValue;
  11390.     }
  11391.     public function __isset($name)
  11392.     {
  11393.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__isset', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11394.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  11395.         if (! $realInstanceReflection->hasProperty($name)) {
  11396.             $targetObject $this->valueHolder176d5;
  11397.             return isset($targetObject->$name);
  11398.         }
  11399.         $targetObject $this->valueHolder176d5;
  11400.         $accessor = function () use ($targetObject$name) {
  11401.             return isset($targetObject->$name);
  11402.         };
  11403.         $backtrace debug_backtrace(true2);
  11404.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11405.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11406.         $returnValue $accessor();
  11407.         return $returnValue;
  11408.     }
  11409.     public function __unset($name)
  11410.     {
  11411.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__unset', array('name' => $name), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11412.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  11413.         if (! $realInstanceReflection->hasProperty($name)) {
  11414.             $targetObject $this->valueHolder176d5;
  11415.             unset($targetObject->$name);
  11416.             return;
  11417.         }
  11418.         $targetObject $this->valueHolder176d5;
  11419.         $accessor = function () use ($targetObject$name) {
  11420.             unset($targetObject->$name);
  11421.             return;
  11422.         };
  11423.         $backtrace debug_backtrace(true2);
  11424.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  11425.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  11426.         $accessor();
  11427.     }
  11428.     public function __clone()
  11429.     {
  11430.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__clone', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11431.         $this->valueHolder176d5 = clone $this->valueHolder176d5;
  11432.     }
  11433.     public function __sleep()
  11434.     {
  11435.         $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'__sleep', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11436.         return array('valueHolder176d5');
  11437.     }
  11438.     public function __wakeup()
  11439.     {
  11440.     }
  11441.     public function setProxyInitializer(\Closure $initializer null) : void
  11442.     {
  11443.         $this->initializer959c0 $initializer;
  11444.     }
  11445.     public function getProxyInitializer() : ?\Closure
  11446.     {
  11447.         return $this->initializer959c0;
  11448.     }
  11449.     public function initializeProxy() : bool
  11450.     {
  11451.         return $this->initializer959c0 && ($this->initializer959c0->__invoke($valueHolder176d5$this'initializeProxy', array(), $this->initializer959c0) || 1) && $this->valueHolder176d5 $valueHolder176d5;
  11452.     }
  11453.     public function isProxyInitialized() : bool
  11454.     {
  11455.         return null !== $this->valueHolder176d5;
  11456.     }
  11457.     public function getWrappedValueHolderValue()
  11458.     {
  11459.         return $this->valueHolder176d5;
  11460.     }
  11461. }