var/cache/dev/ContainerPQY0NYX/App_KernelDevDebugContainer.php line 798

Open in your IDE?
  1. <?php
  2. namespace ContainerPQY0NYX;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\APIController' => 'getAPIControllerService',
  47.             'App\\Controller\\AccountController' => 'getAccountControllerService',
  48.             'App\\Controller\\ActivationFormController' => 'getActivationFormControllerService',
  49.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  50.             'App\\Controller\\Admin\\CouponCrudController' => 'getCouponCrudControllerService',
  51.             'App\\Controller\\Admin\\CustomerCrudController' => 'getCustomerCrudControllerService',
  52.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  53.             'App\\Controller\\Admin\\DepartmentCrudController' => 'getDepartmentCrudControllerService',
  54.             'App\\Controller\\Admin\\DeviceCrudController' => 'getDeviceCrudControllerService',
  55.             'App\\Controller\\Admin\\DeviceGroupCrudController' => 'getDeviceGroupCrudControllerService',
  56.             'App\\Controller\\Admin\\LogsCrudController' => 'getLogsCrudControllerService',
  57.             'App\\Controller\\Admin\\OrderCrudController' => 'getOrderCrudControllerService',
  58.             'App\\Controller\\Admin\\PaymentCrudController' => 'getPaymentCrudControllerService',
  59.             'App\\Controller\\Admin\\PaymentMethodCrudController' => 'getPaymentMethodCrudControllerService',
  60.             'App\\Controller\\Admin\\ProtokollCrudController' => 'getProtokollCrudControllerService',
  61.             'App\\Controller\\Admin\\ServicepackCrudController' => 'getServicepackCrudControllerService',
  62.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  63.             'App\\Controller\\AppController' => 'getAppControllerService',
  64.             'App\\Controller\\BillingController' => 'getBillingControllerService',
  65.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  66.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  67.             'App\\Controller\\RentingController' => 'getRentingControllerService',
  68.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  69.             'App\\Controller\\TechGuysController' => 'getTechGuysControllerService',
  70.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  71.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  72.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  73.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  74.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  75.             'Faker\\Generator' => 'getGeneratorService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  78.             'account.coupon' => 'getAccount_CouponService',
  79.             'account.dblog' => 'getAccount_DblogService',
  80.             'account.mollie' => 'getAccount_MollieService',
  81.             'account.subscription' => 'getAccount_SubscriptionService',
  82.             'account.weclapp' => 'getAccount_WeclappService',
  83.             'cache.app' => 'getCache_AppService',
  84.             'cache.app_clearer' => 'getCache_AppClearerService',
  85.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  86.             'cache.system' => 'getCache_SystemService',
  87.             'cache.system_clearer' => 'getCache_SystemClearerService',
  88.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  89.             'cache_warmer' => 'getCacheWarmerService',
  90.             'console.command.public_alias.App\\Command\\AssignPaymentIdCommand' => 'getAssignPaymentIdCommandService',
  91.             'console.command.public_alias.App\\Command\\CheckPaymentsCommand' => 'getCheckPaymentsCommandService',
  92.             'console.command.public_alias.App\\Command\\CheckSubscriptionPaymentCommand' => 'getCheckSubscriptionPaymentCommandService',
  93.             'console.command.public_alias.App\\Command\\ConfirmTrackerLinkingCommand' => 'getConfirmTrackerLinkingCommandService',
  94.             'console.command.public_alias.App\\Command\\DeleteAccountCommand' => 'getDeleteAccountCommandService',
  95.             'console.command.public_alias.App\\Command\\DeleteUserCommand' => 'getDeleteUserCommandService',
  96.             'console.command.public_alias.App\\Command\\ExpireServicepackNotificationCommand' => 'getExpireServicepackNotificationCommandService',
  97.             'console.command.public_alias.App\\Command\\ExtendSubscriptionsCommand' => 'getExtendSubscriptionsCommandService',
  98.             'console.command.public_alias.App\\Command\\FixSubscriptionsCommand' => 'getFixSubscriptionsCommandService',
  99.             'console.command.public_alias.App\\Command\\MailTestCommand' => 'getMailTestCommandService',
  100.             'console.command.public_alias.App\\Command\\ManageRentingCommand' => 'getManageRentingCommandService',
  101.             'console.command.public_alias.App\\Command\\MassMailCommand' => 'getMassMailCommandService',
  102.             'console.command.public_alias.App\\Command\\Mollie\\MollieCustomerCommand' => 'getMollieCustomerCommandService',
  103.             'console.command.public_alias.App\\Command\\Mollie\\MollieOrderCommand' => 'getMollieOrderCommandService',
  104.             'console.command.public_alias.App\\Command\\Mollie\\MollieParseOrderCommand' => 'getMollieParseOrderCommandService',
  105.             'console.command.public_alias.App\\Command\\PaymentTestCommand' => 'getPaymentTestCommandService',
  106.             'console.command.public_alias.App\\Command\\PlentySyncCommand' => 'getPlentySyncCommandService',
  107.             'console.command.public_alias.App\\Command\\RetryAboCommand' => 'getRetryAboCommandService',
  108.             'console.command.public_alias.App\\Command\\ShopwareGetCommand' => 'getShopwareGetCommandService',
  109.             'console.command.public_alias.App\\Command\\ShopwareUpdateMollieCstCommand' => 'getShopwareUpdateMollieCstCommandService',
  110.             'console.command.public_alias.App\\Command\\TestCommand' => 'getTestCommandService',
  111.             'console.command.public_alias.App\\Command\\UpdateApiDeviceCommand' => 'getUpdateApiDeviceCommandService',
  112.             'console.command.public_alias.App\\Command\\WcCreateUserCommand' => 'getWcCreateUserCommandService',
  113.             'console.command.public_alias.App\\Command\\WcFetchSubscriptionsCommand' => 'getWcFetchSubscriptionsCommandService',
  114.             'console.command.public_alias.App\\Command\\WcGetUserCommand' => 'getWcGetUserCommandService',
  115.             'console.command.public_alias.App\\Command\\WcOrderStatsCommand' => 'getWcOrderStatsCommandService',
  116.             'console.command.public_alias.App\\Command\\WcPlaceOrderCommand' => 'getWcPlaceOrderCommandService',
  117.             'console.command.public_alias.App\\Command\\WcTransferOrdersCommand' => 'getWcTransferOrdersCommandService',
  118.             'console.command.public_alias.App\\Command\\WcTransferSubscriptionsCommand' => 'getWcTransferSubscriptionsCommandService',
  119.             'console.command.public_alias.App\\Command\\WcUpdateCommissionFromAffiliateCommand' => 'getWcUpdateCommissionFromAffiliateCommandService',
  120.             'console.command_loader' => 'getConsole_CommandLoaderService',
  121.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  122.             'doctrine' => 'getDoctrineService',
  123.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  124.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  125.             'error_controller' => 'getErrorControllerService',
  126.             'event_dispatcher' => 'getEventDispatcherService',
  127.             'http_kernel' => 'getHttpKernelService',
  128.             'jms_serializer' => 'getJmsSerializerService',
  129.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  130.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  131.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  132.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  133.             'markdown.parser' => 'getMarkdown_ParserService',
  134.             'mollie.apiclient' => 'getMollie_ApiclientService',
  135.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  136.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  137.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  138.             'request_stack' => 'getRequestStackService',
  139.             'router' => 'getRouterService',
  140.             'routing.loader' => 'getRouting_LoaderService',
  141.             'services_resetter' => 'getServicesResetterService',
  142.             'translator' => 'getTranslatorService',
  143.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  144.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  145.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  146.             'cache_clearer' => 'getCacheClearerService',
  147.             'filesystem' => 'getFilesystemService',
  148.             'serializer' => 'getSerializerService',
  149.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  150.             'form.factory' => 'getForm_FactoryService',
  151.             'form.type.file' => 'getForm_Type_FileService',
  152.             'profiler' => 'getProfilerService',
  153.             'twig' => 'getTwigService',
  154.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  155.             'security.token_storage' => 'getSecurity_TokenStorageService',
  156.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  157.             'session' => 'getSessionService',
  158.             'validator' => 'getValidatorService',
  159.         ];
  160.         $this->aliases = [
  161.             'database_connection' => 'doctrine.dbal.default_connection',
  162.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  163.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  164.         ];
  165.         $this->privates['service_container'] = function () {
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  172.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  174.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  175.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RequestSubscriber.php';
  176.             include_once \dirname(__DIR__4).'/src/EventListener/UserDataCompletionListener.php';
  177.             include_once \dirname(__DIR__4).'/src/EventListener/UserLanguageListener.php';
  178.             include_once \dirname(__DIR__4).'/src/EventListener/LanguageListener.php';
  179.             include_once \dirname(__DIR__4).'/src/EventListener/JsonRequestTransformerListener.php';
  180.             include_once \dirname(__DIR__4).'/src/Service/DBLogService.php';
  181.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  187.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  188.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  189.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  193.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  200.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  210.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  216.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  248.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  249.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  250.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  253.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  255.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  256.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  257.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  258.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  259.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  264.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  278.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  279.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  420.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  421.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  423.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  424.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  426.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  437.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  494.             include_once \dirname(__DIR__4).'/src/Twig/CountryExtension.php';
  495.             include_once \dirname(__DIR__4).'/src/Twig/TwigExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  502.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  503.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  504.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  505.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  506.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  508.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  521.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  528.         };
  529.     }
  530.     public function compile(): void
  531.     {
  532.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  533.     }
  534.     public function isCompiled(): bool
  535.     {
  536.         return true;
  537.     }
  538.     public function getRemovedIds(): array
  539.     {
  540.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  541.     }
  542.     /**
  543.      * Gets the public '.container.private.cache_clearer' shared service.
  544.      *
  545.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  546.      */
  547.     protected function get_Container_Private_CacheClearerService()
  548.     {
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  551.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  552.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  553.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  554.         }, 2));
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.filesystem' shared service.
  558.      *
  559.      * @return \Symfony\Component\Filesystem\Filesystem
  560.      */
  561.     protected function get_Container_Private_FilesystemService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  564.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  565.     }
  566.     /**
  567.      * Gets the public '.container.private.form.factory' shared service.
  568.      *
  569.      * @return \Symfony\Component\Form\FormFactory
  570.      */
  571.     protected function get_Container_Private_Form_FactoryService()
  572.     {
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  575.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  576.         if (isset($this->services['.container.private.form.factory'])) {
  577.             return $this->services['.container.private.form.factory'];
  578.         }
  579.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  580.     }
  581.     /**
  582.      * Gets the public '.container.private.form.type.file' shared service.
  583.      *
  584.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  585.      */
  586.     protected function get_Container_Private_Form_Type_FileService()
  587.     {
  588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  591.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  592.     }
  593.     /**
  594.      * Gets the public '.container.private.profiler' shared service.
  595.      *
  596.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  597.      */
  598.     protected function get_Container_Private_ProfilerService()
  599.     {
  600.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  601.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  602.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  603.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  604.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  605.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  606.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  607.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  608.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  609.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  610.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  611.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  612.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  613.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  614.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  615.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  616.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  617.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  618.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  619.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  620.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  621.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  622.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  623.         if ($this->has('kernel')) {
  624.             $f->setKernel($b);
  625.         }
  626.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  627.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  628.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  629.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  630.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  631.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  632.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  633.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  634.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  635.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  636.         $instance->add($d);
  637.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  638.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  639.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  640.         $instance->add($e);
  641.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  642.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  643.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  644.         $instance->add($f);
  645.         return $instance;
  646.     }
  647.     /**
  648.      * Gets the public '.container.private.security.authorization_checker' shared service.
  649.      *
  650.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  651.      */
  652.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  653.     {
  654.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  655.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  656.             return $this->services['.container.private.security.authorization_checker'];
  657.         }
  658.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  659.     }
  660.     /**
  661.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  662.      *
  663.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  664.      */
  665.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  666.     {
  667.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  668.     }
  669.     /**
  670.      * Gets the public '.container.private.security.password_encoder' shared service.
  671.      *
  672.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  673.      *
  674.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  675.      */
  676.     protected function get_Container_Private_Security_PasswordEncoderService()
  677.     {
  678.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  679.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  680.     }
  681.     /**
  682.      * Gets the public '.container.private.security.token_storage' shared service.
  683.      *
  684.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  685.      */
  686.     protected function get_Container_Private_Security_TokenStorageService()
  687.     {
  688.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  689.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  690.         ], [
  691.             'request_stack' => '?',
  692.         ]));
  693.     }
  694.     /**
  695.      * Gets the public '.container.private.serializer' shared service.
  696.      *
  697.      * @return \Symfony\Component\Serializer\Serializer
  698.      */
  699.     protected function get_Container_Private_SerializerService()
  700.     {
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  715.         include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Serializer/Normalizer/PhoneNumberNormalizer.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  745.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  746.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  747.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  748.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  749.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  750.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ'0), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.session' shared service.
  754.      *
  755.      * @return \Symfony\Component\HttpFoundation\Session\Session
  756.      */
  757.     protected function get_Container_Private_SessionService()
  758.     {
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  761.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  762.         if (isset($this->services['.container.private.session'])) {
  763.             return $this->services['.container.private.session'];
  764.         }
  765.         return $this->services['.container.private.session'] = $a->createSession();
  766.     }
  767.     /**
  768.      * Gets the public '.container.private.twig' shared service.
  769.      *
  770.      * @return \Twig\Environment
  771.      */
  772.     protected function get_Container_Private_TwigService()
  773.     {
  774.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  775.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  782.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  787.         $a->addPath((\dirname(__DIR__4).'/templates'));
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  791.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  792.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  793.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  794.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  795.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  796.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  797.         $g = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  798.         $g->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  799.         $g->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  800.         $g->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  801.         $g->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  802.         $g->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  803.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  804.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  805.         $i = new \Symfony\Bridge\Twig\AppVariable();
  806.         $i->setEnvironment('dev');
  807.         $i->setDebug(true);
  808.         if ($this->has('.container.private.security.token_storage')) {
  809.             $i->setTokenStorage($f);
  810.         }
  811.         if ($this->has('request_stack')) {
  812.             $i->setRequestStack($e);
  813.         }
  814.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  829.         $instance->addExtension(new \App\Twig\CountryExtension());
  830.         $instance->addExtension(new \App\Twig\TwigExtension());
  831.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  832.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  833.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  834.         ], [
  835.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  836.         ])));
  837.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  838.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($g));
  839.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  840.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  841.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  842.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  843.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  844.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  845.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  846.         ], [
  847.             'webpack_encore.entrypoint_lookup_collection' => '?',
  848.             'webpack_encore.tag_renderer' => '?',
  849.         ])));
  850.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  851.         $instance->addGlobal('app'$i);
  852.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  853.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  854.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  855.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  856.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  857.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  858.         ], [
  859.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  860.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  861.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  862.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  863.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  864.         ])));
  865.         $instance->addGlobal('locales', ['bg' => ['id' => 'bg''flag' => 'bg''name' => 'български'], 'bs' => ['id' => 'bs''flag' => 'ba''name' => 'Bosanski'], 'cs' => ['id' => 'cs''flag' => 'cz''name' => 'Český'], 'de' => ['id' => 'de''flag' => 'de''name' => 'Deutsch'], 'en' => ['id' => 'en''flag' => 'gb''name' => 'English'], 'es' => ['id' => 'es''flag' => 'es''name' => 'Español'], 'fr' => ['id' => 'fr''flag' => 'fr''name' => 'Français'], 'hu' => ['id' => 'hu''flag' => 'hu''name' => 'magyar'], 'it' => ['id' => 'it''flag' => 'it''name' => 'Italiano'], 'nl' => ['id' => 'nl''flag' => 'nl''name' => 'Nederlands'], 'ro' => ['id' => 'ro''flag' => 'ro''name' => 'Românesc'], 'sk' => ['id' => 'sk''flag' => 'sk''name' => 'Slovenský'], 'sv' => ['id' => 'sv''flag' => 'se''name' => 'Svenska'], 'tr' => ['id' => 'tr''flag' => 'tr''name' => 'Türkçe']]);
  866.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  867.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  868.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  869.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  870.         return $instance;
  871.     }
  872.     /**
  873.      * Gets the public '.container.private.validator' shared service.
  874.      *
  875.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  876.      */
  877.     protected function get_Container_Private_ValidatorService()
  878.     {
  879.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  880.     }
  881.     /**
  882.      * Gets the public 'App\Controller\APIController' shared autowired service.
  883.      *
  884.      * @return \App\Controller\APIController
  885.      */
  886.     protected function getAPIControllerService()
  887.     {
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  889.         include_once \dirname(__DIR__4).'/src/Controller/APIController.php';
  890.         $this->services['App\\Controller\\APIController'] = $instance = new \App\Controller\APIController(($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['App\\Service\\DeviceService'] ?? $this->getDeviceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  891.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\APIController'$this));
  892.         return $instance;
  893.     }
  894.     /**
  895.      * Gets the public 'App\Controller\AccountController' shared autowired service.
  896.      *
  897.      * @return \App\Controller\AccountController
  898.      */
  899.     protected function getAccountControllerService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  902.         include_once \dirname(__DIR__4).'/src/Controller/AccountController.php';
  903.         $this->services['App\\Controller\\AccountController'] = $instance = new \App\Controller\AccountController(($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()));
  904.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AccountController'$this));
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'App\Controller\ActivationFormController' shared autowired service.
  909.      *
  910.      * @return \App\Controller\ActivationFormController
  911.      */
  912.     protected function getActivationFormControllerService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  915.         include_once \dirname(__DIR__4).'/src/Controller/RequireFullUserdataController.php';
  916.         include_once \dirname(__DIR__4).'/src/Controller/ActivationFormController.php';
  917.         $this->services['App\\Controller\\ActivationFormController'] = $instance = new \App\Controller\ActivationFormController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\DeviceService'] ?? $this->getDeviceServiceService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()));
  918.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ActivationFormController'$this));
  919.         return $instance;
  920.     }
  921.     /**
  922.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  923.      *
  924.      * @return \App\Controller\AdminController
  925.      */
  926.     protected function getAdminControllerService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  929.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  930.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  931.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  932.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AdminController'$this));
  933.         return $instance;
  934.     }
  935.     /**
  936.      * Gets the public 'App\Controller\Admin\CouponCrudController' shared autowired service.
  937.      *
  938.      * @return \App\Controller\Admin\CouponCrudController
  939.      */
  940.     protected function getCouponCrudControllerService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  943.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  944.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  945.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CouponCrudController.php';
  946.         $this->services['App\\Controller\\Admin\\CouponCrudController'] = $instance = new \App\Controller\Admin\CouponCrudController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  947.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\CouponCrudController'$this));
  948.         return $instance;
  949.     }
  950.     /**
  951.      * Gets the public 'App\Controller\Admin\CustomerCrudController' shared autowired service.
  952.      *
  953.      * @return \App\Controller\Admin\CustomerCrudController
  954.      */
  955.     protected function getCustomerCrudControllerService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  958.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  959.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  960.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomerCrudController.php';
  961.         $this->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController();
  962.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\CustomerCrudController'$this));
  963.         return $instance;
  964.     }
  965.     /**
  966.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  967.      *
  968.      * @return \App\Controller\Admin\DashboardController
  969.      */
  970.     protected function getDashboardControllerService()
  971.     {
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  974.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  975.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  976.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  977.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  978.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  979.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator''getCrudUrlGeneratorService'false],
  980.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  981.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  982.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  983.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  984.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  985.             'router' => ['services''router''getRouterService'false],
  986.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  987.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  988.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  989.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  990.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  991.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  992.         ], [
  993.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  994.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
  995.             'doctrine' => '?',
  996.             'form.factory' => '?',
  997.             'http_kernel' => '?',
  998.             'parameter_bag' => '?',
  999.             'request_stack' => '?',
  1000.             'router' => '?',
  1001.             'security.authorization_checker' => '?',
  1002.             'security.csrf.token_manager' => '?',
  1003.             'security.token_storage' => '?',
  1004.             'serializer' => '?',
  1005.             'session' => '.session.deprecated',
  1006.             'twig' => '?',
  1007.         ]))->withContext('App\\Controller\\Admin\\DashboardController'$this));
  1008.         return $instance;
  1009.     }
  1010.     /**
  1011.      * Gets the public 'App\Controller\Admin\DepartmentCrudController' shared autowired service.
  1012.      *
  1013.      * @return \App\Controller\Admin\DepartmentCrudController
  1014.      */
  1015.     protected function getDepartmentCrudControllerService()
  1016.     {
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1020.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DepartmentCrudController.php';
  1021.         $this->services['App\\Controller\\Admin\\DepartmentCrudController'] = $instance = new \App\Controller\Admin\DepartmentCrudController();
  1022.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\DepartmentCrudController'$this));
  1023.         return $instance;
  1024.     }
  1025.     /**
  1026.      * Gets the public 'App\Controller\Admin\DeviceCrudController' shared autowired service.
  1027.      *
  1028.      * @return \App\Controller\Admin\DeviceCrudController
  1029.      */
  1030.     protected function getDeviceCrudControllerService()
  1031.     {
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1035.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DeviceCrudController.php';
  1036.         $this->services['App\\Controller\\Admin\\DeviceCrudController'] = $instance = new \App\Controller\Admin\DeviceCrudController();
  1037.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\DeviceCrudController'$this));
  1038.         return $instance;
  1039.     }
  1040.     /**
  1041.      * Gets the public 'App\Controller\Admin\DeviceGroupCrudController' shared autowired service.
  1042.      *
  1043.      * @return \App\Controller\Admin\DeviceGroupCrudController
  1044.      */
  1045.     protected function getDeviceGroupCrudControllerService()
  1046.     {
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1050.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DeviceGroupCrudController.php';
  1051.         $this->services['App\\Controller\\Admin\\DeviceGroupCrudController'] = $instance = new \App\Controller\Admin\DeviceGroupCrudController();
  1052.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\DeviceGroupCrudController'$this));
  1053.         return $instance;
  1054.     }
  1055.     /**
  1056.      * Gets the public 'App\Controller\Admin\LogsCrudController' shared autowired service.
  1057.      *
  1058.      * @return \App\Controller\Admin\LogsCrudController
  1059.      */
  1060.     protected function getLogsCrudControllerService()
  1061.     {
  1062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1065.         include_once \dirname(__DIR__4).'/src/Controller/Admin/LogsCrudController.php';
  1066.         $this->services['App\\Controller\\Admin\\LogsCrudController'] = $instance = new \App\Controller\Admin\LogsCrudController();
  1067.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\LogsCrudController'$this));
  1068.         return $instance;
  1069.     }
  1070.     /**
  1071.      * Gets the public 'App\Controller\Admin\OrderCrudController' shared autowired service.
  1072.      *
  1073.      * @return \App\Controller\Admin\OrderCrudController
  1074.      */
  1075.     protected function getOrderCrudControllerService()
  1076.     {
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1080.         include_once \dirname(__DIR__4).'/src/Controller/Admin/OrderCrudController.php';
  1081.         $this->services['App\\Controller\\Admin\\OrderCrudController'] = $instance = new \App\Controller\Admin\OrderCrudController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1082.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\OrderCrudController'$this));
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'App\Controller\Admin\PaymentCrudController' shared autowired service.
  1087.      *
  1088.      * @return \App\Controller\Admin\PaymentCrudController
  1089.      */
  1090.     protected function getPaymentCrudControllerService()
  1091.     {
  1092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1095.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PaymentCrudController.php';
  1096.         $this->services['App\\Controller\\Admin\\PaymentCrudController'] = $instance = new \App\Controller\Admin\PaymentCrudController();
  1097.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\PaymentCrudController'$this));
  1098.         return $instance;
  1099.     }
  1100.     /**
  1101.      * Gets the public 'App\Controller\Admin\PaymentMethodCrudController' shared autowired service.
  1102.      *
  1103.      * @return \App\Controller\Admin\PaymentMethodCrudController
  1104.      */
  1105.     protected function getPaymentMethodCrudControllerService()
  1106.     {
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1110.         include_once \dirname(__DIR__4).'/src/Controller/Admin/PaymentMethodCrudController.php';
  1111.         $this->services['App\\Controller\\Admin\\PaymentMethodCrudController'] = $instance = new \App\Controller\Admin\PaymentMethodCrudController();
  1112.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\PaymentMethodCrudController'$this));
  1113.         return $instance;
  1114.     }
  1115.     /**
  1116.      * Gets the public 'App\Controller\Admin\ProtokollCrudController' shared autowired service.
  1117.      *
  1118.      * @return \App\Controller\Admin\ProtokollCrudController
  1119.      */
  1120.     protected function getProtokollCrudControllerService()
  1121.     {
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1125.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ProtokollCrudController.php';
  1126.         $this->services['App\\Controller\\Admin\\ProtokollCrudController'] = $instance = new \App\Controller\Admin\ProtokollCrudController();
  1127.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\ProtokollCrudController'$this));
  1128.         return $instance;
  1129.     }
  1130.     /**
  1131.      * Gets the public 'App\Controller\Admin\ServicepackCrudController' shared autowired service.
  1132.      *
  1133.      * @return \App\Controller\Admin\ServicepackCrudController
  1134.      */
  1135.     protected function getServicepackCrudControllerService()
  1136.     {
  1137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1140.         include_once \dirname(__DIR__4).'/src/Controller/Admin/ServicepackCrudController.php';
  1141.         $this->services['App\\Controller\\Admin\\ServicepackCrudController'] = $instance = new \App\Controller\Admin\ServicepackCrudController();
  1142.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\ServicepackCrudController'$this));
  1143.         return $instance;
  1144.     }
  1145.     /**
  1146.      * Gets the public 'App\Controller\Admin\UserCrudController' shared autowired service.
  1147.      *
  1148.      * @return \App\Controller\Admin\UserCrudController
  1149.      */
  1150.     protected function getUserCrudControllerService()
  1151.     {
  1152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1155.         include_once \dirname(__DIR__4).'/src/Controller/Admin/UserCrudController.php';
  1156.         $this->services['App\\Controller\\Admin\\UserCrudController'] = $instance = new \App\Controller\Admin\UserCrudController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1157.         $instance->setContainer(($this->privates['.service_locator.UIrHhwh'] ?? $this->get_ServiceLocator_UIrHhwhService())->withContext('App\\Controller\\Admin\\UserCrudController'$this));
  1158.         return $instance;
  1159.     }
  1160.     /**
  1161.      * Gets the public 'App\Controller\AppController' shared autowired service.
  1162.      *
  1163.      * @return \App\Controller\AppController
  1164.      */
  1165.     protected function getAppControllerService()
  1166.     {
  1167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1168.         include_once \dirname(__DIR__4).'/src/Controller/AppController.php';
  1169.         $this->services['App\\Controller\\AppController'] = $instance = new \App\Controller\AppController();
  1170.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AppController'$this));
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'App\Controller\BillingController' shared autowired service.
  1175.      *
  1176.      * @return \App\Controller\BillingController
  1177.      */
  1178.     protected function getBillingControllerService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1181.         include_once \dirname(__DIR__4).'/src/Controller/RequireFullUserdataController.php';
  1182.         include_once \dirname(__DIR__4).'/src/Controller/BillingController.php';
  1183.         $this->services['App\\Controller\\BillingController'] = $instance = new \App\Controller\BillingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()));
  1184.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BillingController'$this));
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  1189.      *
  1190.      * @return \App\Controller\DefaultController
  1191.      */
  1192.     protected function getDefaultControllerService()
  1193.     {
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1195.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  1196.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  1197.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DefaultController'$this));
  1198.         return $instance;
  1199.     }
  1200.     /**
  1201.      * Gets the public 'App\Controller\PaymentController' shared autowired service.
  1202.      *
  1203.      * @return \App\Controller\PaymentController
  1204.      */
  1205.     protected function getPaymentControllerService()
  1206.     {
  1207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1208.         include_once \dirname(__DIR__4).'/src/Controller/RequireFullUserdataController.php';
  1209.         include_once \dirname(__DIR__4).'/src/Controller/PaymentController.php';
  1210.         $this->services['App\\Controller\\PaymentController'] = $instance = new \App\Controller\PaymentController(($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Api\\WeclappApi'] ?? $this->getWeclappApiService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()));
  1211.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PaymentController'$this));
  1212.         return $instance;
  1213.     }
  1214.     /**
  1215.      * Gets the public 'App\Controller\RentingController' shared autowired service.
  1216.      *
  1217.      * @return \App\Controller\RentingController
  1218.      */
  1219.     protected function getRentingControllerService()
  1220.     {
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1222.         include_once \dirname(__DIR__4).'/src/Controller/RentingController.php';
  1223.         $this->services['App\\Controller\\RentingController'] = $instance = new \App\Controller\RentingController(($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1224.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RentingController'$this));
  1225.         return $instance;
  1226.     }
  1227.     /**
  1228.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1229.      *
  1230.      * @return \App\Controller\SecurityController
  1231.      */
  1232.     protected function getSecurityControllerService()
  1233.     {
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1235.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1236.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()));
  1237.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController'$this));
  1238.         return $instance;
  1239.     }
  1240.     /**
  1241.      * Gets the public 'App\Controller\TechGuysController' shared autowired service.
  1242.      *
  1243.      * @return \App\Controller\TechGuysController
  1244.      */
  1245.     protected function getTechGuysControllerService()
  1246.     {
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1248.         include_once \dirname(__DIR__4).'/src/Controller/TechGuysController.php';
  1249.         $this->services['App\\Controller\\TechGuysController'] = $instance = new \App\Controller\TechGuysController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1250.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TechGuysController'$this));
  1251.         return $instance;
  1252.     }
  1253.     /**
  1254.      * Gets the public 'App\Controller\WebhookController' shared autowired service.
  1255.      *
  1256.      * @return \App\Controller\WebhookController
  1257.      */
  1258.     protected function getWebhookControllerService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1261.         include_once \dirname(__DIR__4).'/src/Controller/WebhookController.php';
  1262.         $this->services['App\\Controller\\WebhookController'] = $instance = new \App\Controller\WebhookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()));
  1263.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\WebhookController'$this));
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1268.      *
  1269.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1270.      */
  1271.     protected function getProfilerControllerService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1274.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1275.     }
  1276.     /**
  1277.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  1278.      *
  1279.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  1280.      */
  1281.     protected function getMakeAdminDashboardCommandService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  1286.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__4)))), \dirname(__DIR__4));
  1287.         $instance->setName('make:admin:dashboard');
  1288.         $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  1289.         return $instance;
  1290.     }
  1291.     /**
  1292.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand' shared service.
  1293.      *
  1294.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1295.      */
  1296.     protected function getMakeAdminMigrationCommandService()
  1297.     {
  1298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1299.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Maker/Migrator.php';
  1301.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(new \EasyCorp\Bundle\EasyAdminBundle\Maker\Migrator(), \dirname(__DIR__4));
  1302.         $instance->setName('make:admin:migration');
  1303.         $instance->setDescription('Migrates EasyAdmin2 YAML config into EasyAdmin 3 PHP config classes');
  1304.         return $instance;
  1305.     }
  1306.     /**
  1307.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  1308.      *
  1309.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  1310.      */
  1311.     protected function getMakeCrudControllerCommandService()
  1312.     {
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  1315.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  1316.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand(\dirname(__DIR__4), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel'1)), \dirname(__DIR__4)))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1317.         $instance->setName('make:admin:crud');
  1318.         $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  1319.         return $instance;
  1320.     }
  1321.     /**
  1322.      * Gets the public 'Faker\Generator' shared service.
  1323.      *
  1324.      * @return \Faker\Generator
  1325.      */
  1326.     protected function getGeneratorService()
  1327.     {
  1328.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  1329.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  1331.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  1332.         $instance->seed(1);
  1333.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1338.      *
  1339.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1340.      */
  1341.     protected function getRedirectControllerService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1344.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1345.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1346.     }
  1347.     /**
  1348.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1349.      *
  1350.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1351.      */
  1352.     protected function getTemplateControllerService()
  1353.     {
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1355.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1356.     }
  1357.     /**
  1358.      * Gets the public 'account.coupon' shared autowired service.
  1359.      *
  1360.      * @return \App\Service\CouponService
  1361.      */
  1362.     protected function getAccount_CouponService()
  1363.     {
  1364.         include_once \dirname(__DIR__4).'/src/Service/CouponService.php';
  1365.         return $this->services['account.coupon'] = new \App\Service\CouponService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1366.     }
  1367.     /**
  1368.      * Gets the public 'account.dblog' shared autowired service.
  1369.      *
  1370.      * @return \App\Service\DBLogService
  1371.      */
  1372.     protected function getAccount_DblogService()
  1373.     {
  1374.         return $this->services['account.dblog'] = new \App\Service\DBLogService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1375.     }
  1376.     /**
  1377.      * Gets the public 'account.mollie' shared autowired service.
  1378.      *
  1379.      * @return \App\Service\MollieService
  1380.      */
  1381.     protected function getAccount_MollieService()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/src/Service/MollieService.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/mollie/mollie-api-php/src/MollieApiClient.php';
  1385.         return $this->services['account.mollie'] = new \App\Service\MollieService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['account.dblog'] ?? $this->getAccount_DblogService()), ($this->services['mollie.apiclient'] ?? ($this->services['mollie.apiclient'] = new \Mollie\Api\MollieApiClient())), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  1386.     }
  1387.     /**
  1388.      * Gets the public 'account.subscription' shared autowired service.
  1389.      *
  1390.      * @return \App\Service\SubscriptionService
  1391.      */
  1392.     protected function getAccount_SubscriptionService()
  1393.     {
  1394.         include_once \dirname(__DIR__4).'/src/Service/SubscriptionService.php';
  1395.         return $this->services['account.subscription'] = new \App\Service\SubscriptionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['account.dblog'] ?? $this->getAccount_DblogService()), ($this->services['account.mollie'] ?? $this->getAccount_MollieService()), ($this->services['router'] ?? $this->getRouterService()));
  1396.     }
  1397.     /**
  1398.      * Gets the public 'account.weclapp' shared autowired service.
  1399.      *
  1400.      * @return \App\Api\WeclappApi
  1401.      */
  1402.     protected function getAccount_WeclappService()
  1403.     {
  1404.         include_once \dirname(__DIR__4).'/src/Api/WeclappApi.php';
  1405.         return $this->services['account.weclapp'] = new \App\Api\WeclappApi(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1406.     }
  1407.     /**
  1408.      * Gets the public 'cache.app' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1411.      */
  1412.     protected function getCache_AppService()
  1413.     {
  1414.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('GsBwGT9gdD'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1415.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1416.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1417.     }
  1418.     /**
  1419.      * Gets the public 'cache.app_clearer' shared service.
  1420.      *
  1421.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1422.      */
  1423.     protected function getCache_AppClearerService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1427.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'cache.global_clearer' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1433.      */
  1434.     protected function getCache_GlobalClearerService()
  1435.     {
  1436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1438.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['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.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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1439.     }
  1440.     /**
  1441.      * Gets the public 'cache.system' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1444.      */
  1445.     protected function getCache_SystemService()
  1446.     {
  1447.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+H-lWwbsZp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1448.     }
  1449.     /**
  1450.      * Gets the public 'cache.system_clearer' shared service.
  1451.      *
  1452.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1453.      */
  1454.     protected function getCache_SystemClearerService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1458.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1459.     }
  1460.     /**
  1461.      * Gets the public 'cache.validator_expression_language' shared service.
  1462.      *
  1463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1464.      */
  1465.     protected function getCache_ValidatorExpressionLanguageService()
  1466.     {
  1467.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iFK1iLEV7G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1468.     }
  1469.     /**
  1470.      * Gets the public 'cache_warmer' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1473.      */
  1474.     protected function getCacheWarmerService()
  1475.     {
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1478.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1479.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1480.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1481.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1482.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1483.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1484.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1485.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1486.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1487.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1488.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1489.             yield 10 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1490.         }, 11), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1491.     }
  1492.     /**
  1493.      * Gets the public 'console.command.public_alias.App\Command\AssignPaymentIdCommand' shared autowired service.
  1494.      *
  1495.      * @return \App\Command\AssignPaymentIdCommand
  1496.      */
  1497.     protected function getAssignPaymentIdCommandService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1500.         include_once \dirname(__DIR__4).'/src/Command/AssignPaymentIdCommand.php';
  1501.         return $this->services['console.command.public_alias.App\\Command\\AssignPaymentIdCommand'] = new \App\Command\AssignPaymentIdCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1502.     }
  1503.     /**
  1504.      * Gets the public 'console.command.public_alias.App\Command\CheckPaymentsCommand' shared autowired service.
  1505.      *
  1506.      * @return \App\Command\CheckPaymentsCommand
  1507.      */
  1508.     protected function getCheckPaymentsCommandService()
  1509.     {
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1511.         include_once \dirname(__DIR__4).'/src/Command/CheckPaymentsCommand.php';
  1512.         return $this->services['console.command.public_alias.App\\Command\\CheckPaymentsCommand'] = new \App\Command\CheckPaymentsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1513.     }
  1514.     /**
  1515.      * Gets the public 'console.command.public_alias.App\Command\CheckSubscriptionPaymentCommand' shared autowired service.
  1516.      *
  1517.      * @return \App\Command\CheckSubscriptionPaymentCommand
  1518.      */
  1519.     protected function getCheckSubscriptionPaymentCommandService()
  1520.     {
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1522.         include_once \dirname(__DIR__4).'/src/Command/CheckSubscriptionPaymentCommand.php';
  1523.         return $this->services['console.command.public_alias.App\\Command\\CheckSubscriptionPaymentCommand'] = new \App\Command\CheckSubscriptionPaymentCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1524.     }
  1525.     /**
  1526.      * Gets the public 'console.command.public_alias.App\Command\ConfirmTrackerLinkingCommand' shared autowired service.
  1527.      *
  1528.      * @return \App\Command\ConfirmTrackerLinkingCommand
  1529.      */
  1530.     protected function getConfirmTrackerLinkingCommandService()
  1531.     {
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1533.         include_once \dirname(__DIR__4).'/src/Command/ConfirmTrackerLinkingCommand.php';
  1534.         return $this->services['console.command.public_alias.App\\Command\\ConfirmTrackerLinkingCommand'] = new \App\Command\ConfirmTrackerLinkingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  1535.     }
  1536.     /**
  1537.      * Gets the public 'console.command.public_alias.App\Command\DeleteAccountCommand' shared autowired service.
  1538.      *
  1539.      * @return \App\Command\DeleteAccountCommand
  1540.      */
  1541.     protected function getDeleteAccountCommandService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1544.         include_once \dirname(__DIR__4).'/src/Command/DeleteAccountCommand.php';
  1545.         return $this->services['console.command.public_alias.App\\Command\\DeleteAccountCommand'] = new \App\Command\DeleteAccountCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  1546.     }
  1547.     /**
  1548.      * Gets the public 'console.command.public_alias.App\Command\DeleteUserCommand' shared autowired service.
  1549.      *
  1550.      * @return \App\Command\DeleteUserCommand
  1551.      */
  1552.     protected function getDeleteUserCommandService()
  1553.     {
  1554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1555.         include_once \dirname(__DIR__4).'/src/Command/DeleteUserCommand.php';
  1556.         return $this->services['console.command.public_alias.App\\Command\\DeleteUserCommand'] = new \App\Command\DeleteUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  1557.     }
  1558.     /**
  1559.      * Gets the public 'console.command.public_alias.App\Command\ExpireServicepackNotificationCommand' shared autowired service.
  1560.      *
  1561.      * @return \App\Command\ExpireServicepackNotificationCommand
  1562.      */
  1563.     protected function getExpireServicepackNotificationCommandService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1566.         include_once \dirname(__DIR__4).'/src/Command/ExpireServicepackNotificationCommand.php';
  1567.         return $this->services['console.command.public_alias.App\\Command\\ExpireServicepackNotificationCommand'] = new \App\Command\ExpireServicepackNotificationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  1568.     }
  1569.     /**
  1570.      * Gets the public 'console.command.public_alias.App\Command\ExtendSubscriptionsCommand' shared autowired service.
  1571.      *
  1572.      * @return \App\Command\ExtendSubscriptionsCommand
  1573.      */
  1574.     protected function getExtendSubscriptionsCommandService()
  1575.     {
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1577.         include_once \dirname(__DIR__4).'/src/Command/ExtendSubscriptionsCommand.php';
  1578.         return $this->services['console.command.public_alias.App\\Command\\ExtendSubscriptionsCommand'] = new \App\Command\ExtendSubscriptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1579.     }
  1580.     /**
  1581.      * Gets the public 'console.command.public_alias.App\Command\FixSubscriptionsCommand' shared autowired service.
  1582.      *
  1583.      * @return \App\Command\FixSubscriptionsCommand
  1584.      */
  1585.     protected function getFixSubscriptionsCommandService()
  1586.     {
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1588.         include_once \dirname(__DIR__4).'/src/Command/FixSubscriptionsCommand.php';
  1589.         return $this->services['console.command.public_alias.App\\Command\\FixSubscriptionsCommand'] = new \App\Command\FixSubscriptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\WeclappApi'] ?? $this->getWeclappApiService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1590.     }
  1591.     /**
  1592.      * Gets the public 'console.command.public_alias.App\Command\MailTestCommand' shared autowired service.
  1593.      *
  1594.      * @return \App\Command\MailTestCommand
  1595.      */
  1596.     protected function getMailTestCommandService()
  1597.     {
  1598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1599.         include_once \dirname(__DIR__4).'/src/Command/MailTestCommand.php';
  1600.         return $this->services['console.command.public_alias.App\\Command\\MailTestCommand'] = new \App\Command\MailTestCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  1601.     }
  1602.     /**
  1603.      * Gets the public 'console.command.public_alias.App\Command\ManageRentingCommand' shared autowired service.
  1604.      *
  1605.      * @return \App\Command\ManageRentingCommand
  1606.      */
  1607.     protected function getManageRentingCommandService()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1610.         include_once \dirname(__DIR__4).'/src/Command/ManageRentingCommand.php';
  1611.         return $this->services['console.command.public_alias.App\\Command\\ManageRentingCommand'] = new \App\Command\ManageRentingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1612.     }
  1613.     /**
  1614.      * Gets the public 'console.command.public_alias.App\Command\MassMailCommand' shared autowired service.
  1615.      *
  1616.      * @return \App\Command\MassMailCommand
  1617.      */
  1618.     protected function getMassMailCommandService()
  1619.     {
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1621.         include_once \dirname(__DIR__4).'/src/Command/MassMailCommand.php';
  1622.         return $this->services['console.command.public_alias.App\\Command\\MassMailCommand'] = new \App\Command\MassMailCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1623.     }
  1624.     /**
  1625.      * Gets the public 'console.command.public_alias.App\Command\Mollie\MollieCustomerCommand' shared autowired service.
  1626.      *
  1627.      * @return \App\Command\Mollie\MollieCustomerCommand
  1628.      */
  1629.     protected function getMollieCustomerCommandService()
  1630.     {
  1631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1632.         include_once \dirname(__DIR__4).'/src/Command/Mollie/MollieCustomerCommand.php';
  1633.         return $this->services['console.command.public_alias.App\\Command\\Mollie\\MollieCustomerCommand'] = new \App\Command\Mollie\MollieCustomerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()));
  1634.     }
  1635.     /**
  1636.      * Gets the public 'console.command.public_alias.App\Command\Mollie\MollieOrderCommand' shared autowired service.
  1637.      *
  1638.      * @return \App\Command\Mollie\MollieOrderCommand
  1639.      */
  1640.     protected function getMollieOrderCommandService()
  1641.     {
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1643.         include_once \dirname(__DIR__4).'/src/Command/Mollie/MollieOrderCommand.php';
  1644.         return $this->services['console.command.public_alias.App\\Command\\Mollie\\MollieOrderCommand'] = new \App\Command\Mollie\MollieOrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()));
  1645.     }
  1646.     /**
  1647.      * Gets the public 'console.command.public_alias.App\Command\Mollie\MollieParseOrderCommand' shared autowired service.
  1648.      *
  1649.      * @return \App\Command\Mollie\MollieParseOrderCommand
  1650.      */
  1651.     protected function getMollieParseOrderCommandService()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1654.         include_once \dirname(__DIR__4).'/src/Command/Mollie/MollieParseOrderCommand.php';
  1655.         return $this->services['console.command.public_alias.App\\Command\\Mollie\\MollieParseOrderCommand'] = new \App\Command\Mollie\MollieParseOrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()));
  1656.     }
  1657.     /**
  1658.      * Gets the public 'console.command.public_alias.App\Command\PaymentTestCommand' shared autowired service.
  1659.      *
  1660.      * @return \App\Command\PaymentTestCommand
  1661.      */
  1662.     protected function getPaymentTestCommandService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1665.         include_once \dirname(__DIR__4).'/src/Command/PaymentTestCommand.php';
  1666.         return $this->services['console.command.public_alias.App\\Command\\PaymentTestCommand'] = new \App\Command\PaymentTestCommand();
  1667.     }
  1668.     /**
  1669.      * Gets the public 'console.command.public_alias.App\Command\PlentySyncCommand' shared autowired service.
  1670.      *
  1671.      * @return \App\Command\PlentySyncCommand
  1672.      */
  1673.     protected function getPlentySyncCommandService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1676.         include_once \dirname(__DIR__4).'/src/Command/PlentySyncCommand.php';
  1677.         return $this->services['console.command.public_alias.App\\Command\\PlentySyncCommand'] = new \App\Command\PlentySyncCommand();
  1678.     }
  1679.     /**
  1680.      * Gets the public 'console.command.public_alias.App\Command\RetryAboCommand' shared autowired service.
  1681.      *
  1682.      * @return \App\Command\RetryAboCommand
  1683.      */
  1684.     protected function getRetryAboCommandService()
  1685.     {
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1687.         include_once \dirname(__DIR__4).'/src/Command/RetryAboCommand.php';
  1688.         return $this->services['console.command.public_alias.App\\Command\\RetryAboCommand'] = new \App\Command\RetryAboCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1689.     }
  1690.     /**
  1691.      * Gets the public 'console.command.public_alias.App\Command\ShopwareGetCommand' shared autowired service.
  1692.      *
  1693.      * @return \App\Command\ShopwareGetCommand
  1694.      */
  1695.     protected function getShopwareGetCommandService()
  1696.     {
  1697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1698.         include_once \dirname(__DIR__4).'/src/Command/ShopwareGetCommand.php';
  1699.         return $this->services['console.command.public_alias.App\\Command\\ShopwareGetCommand'] = new \App\Command\ShopwareGetCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1700.     }
  1701.     /**
  1702.      * Gets the public 'console.command.public_alias.App\Command\ShopwareUpdateMollieCstCommand' shared autowired service.
  1703.      *
  1704.      * @return \App\Command\ShopwareUpdateMollieCstCommand
  1705.      */
  1706.     protected function getShopwareUpdateMollieCstCommandService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1709.         include_once \dirname(__DIR__4).'/src/Command/ShopwareUpdateMollieCstCommand.php';
  1710.         return $this->services['console.command.public_alias.App\\Command\\ShopwareUpdateMollieCstCommand'] = new \App\Command\ShopwareUpdateMollieCstCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1711.     }
  1712.     /**
  1713.      * Gets the public 'console.command.public_alias.App\Command\TestCommand' shared autowired service.
  1714.      *
  1715.      * @return \App\Command\TestCommand
  1716.      */
  1717.     protected function getTestCommandService()
  1718.     {
  1719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1720.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  1721.         return $this->services['console.command.public_alias.App\\Command\\TestCommand'] = new \App\Command\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1722.     }
  1723.     /**
  1724.      * Gets the public 'console.command.public_alias.App\Command\UpdateApiDeviceCommand' shared autowired service.
  1725.      *
  1726.      * @return \App\Command\UpdateApiDeviceCommand
  1727.      */
  1728.     protected function getUpdateApiDeviceCommandService()
  1729.     {
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1731.         include_once \dirname(__DIR__4).'/src/Command/UpdateApiDeviceCommand.php';
  1732.         include_once \dirname(__DIR__4).'/src/Api/ProthelisApi.php';
  1733.         return $this->services['console.command.public_alias.App\\Command\\UpdateApiDeviceCommand'] = new \App\Command\UpdateApiDeviceCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\ProthelisApi'] ?? ($this->privates['App\\Api\\ProthelisApi'] = new \App\Api\ProthelisApi())), ($this->privates['App\\Service\\DeviceService'] ?? $this->getDeviceServiceService()));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'console.command.public_alias.App\Command\WcCreateUserCommand' shared autowired service.
  1737.      *
  1738.      * @return \App\Command\WcCreateUserCommand
  1739.      */
  1740.     protected function getWcCreateUserCommandService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1743.         include_once \dirname(__DIR__4).'/src/Command/WcCreateUserCommand.php';
  1744.         return $this->services['console.command.public_alias.App\\Command\\WcCreateUserCommand'] = new \App\Command\WcCreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1745.     }
  1746.     /**
  1747.      * Gets the public 'console.command.public_alias.App\Command\WcFetchSubscriptionsCommand' shared autowired service.
  1748.      *
  1749.      * @return \App\Command\WcFetchSubscriptionsCommand
  1750.      */
  1751.     protected function getWcFetchSubscriptionsCommandService()
  1752.     {
  1753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1754.         include_once \dirname(__DIR__4).'/src/Command/WcFetchSubscriptionsCommand.php';
  1755.         return $this->services['console.command.public_alias.App\\Command\\WcFetchSubscriptionsCommand'] = new \App\Command\WcFetchSubscriptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1756.     }
  1757.     /**
  1758.      * Gets the public 'console.command.public_alias.App\Command\WcGetUserCommand' shared autowired service.
  1759.      *
  1760.      * @return \App\Command\WcGetUserCommand
  1761.      */
  1762.     protected function getWcGetUserCommandService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1765.         include_once \dirname(__DIR__4).'/src/Command/WcGetUserCommand.php';
  1766.         return $this->services['console.command.public_alias.App\\Command\\WcGetUserCommand'] = new \App\Command\WcGetUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1767.     }
  1768.     /**
  1769.      * Gets the public 'console.command.public_alias.App\Command\WcOrderStatsCommand' shared autowired service.
  1770.      *
  1771.      * @return \App\Command\WcOrderStatsCommand
  1772.      */
  1773.     protected function getWcOrderStatsCommandService()
  1774.     {
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1776.         include_once \dirname(__DIR__4).'/src/Command/WcOrderStatsCommand.php';
  1777.         return $this->services['console.command.public_alias.App\\Command\\WcOrderStatsCommand'] = new \App\Command\WcOrderStatsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1778.     }
  1779.     /**
  1780.      * Gets the public 'console.command.public_alias.App\Command\WcPlaceOrderCommand' shared autowired service.
  1781.      *
  1782.      * @return \App\Command\WcPlaceOrderCommand
  1783.      */
  1784.     protected function getWcPlaceOrderCommandService()
  1785.     {
  1786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1787.         include_once \dirname(__DIR__4).'/src/Command/WcPlaceOrderCommand.php';
  1788.         return $this->services['console.command.public_alias.App\\Command\\WcPlaceOrderCommand'] = new \App\Command\WcPlaceOrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1789.     }
  1790.     /**
  1791.      * Gets the public 'console.command.public_alias.App\Command\WcTransferOrdersCommand' shared autowired service.
  1792.      *
  1793.      * @return \App\Command\WcTransferOrdersCommand
  1794.      */
  1795.     protected function getWcTransferOrdersCommandService()
  1796.     {
  1797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1798.         include_once \dirname(__DIR__4).'/src/Command/WcTransferOrdersCommand.php';
  1799.         return $this->services['console.command.public_alias.App\\Command\\WcTransferOrdersCommand'] = new \App\Command\WcTransferOrdersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1800.     }
  1801.     /**
  1802.      * Gets the public 'console.command.public_alias.App\Command\WcTransferSubscriptionsCommand' shared autowired service.
  1803.      *
  1804.      * @return \App\Command\WcTransferSubscriptionsCommand
  1805.      */
  1806.     protected function getWcTransferSubscriptionsCommandService()
  1807.     {
  1808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1809.         include_once \dirname(__DIR__4).'/src/Command/WcTransferSubscriptionsCommand.php';
  1810.         return $this->services['console.command.public_alias.App\\Command\\WcTransferSubscriptionsCommand'] = new \App\Command\WcTransferSubscriptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->privates['App\\Service\\MollieService'] ?? $this->getMollieServiceService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  1811.     }
  1812.     /**
  1813.      * Gets the public 'console.command.public_alias.App\Command\WcUpdateCommissionFromAffiliateCommand' shared autowired service.
  1814.      *
  1815.      * @return \App\Command\WcUpdateCommissionFromAffiliateCommand
  1816.      */
  1817.     protected function getWcUpdateCommissionFromAffiliateCommandService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1820.         include_once \dirname(__DIR__4).'/src/Command/WcUpdateCommissionFromAffiliateCommand.php';
  1821.         return $this->services['console.command.public_alias.App\\Command\\WcUpdateCommissionFromAffiliateCommand'] = new \App\Command\WcUpdateCommissionFromAffiliateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Api\\WeclappApi'] ?? $this->getWeclappApiService()));
  1822.     }
  1823.     /**
  1824.      * Gets the public 'console.command_loader' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1827.      */
  1828.     protected function getConsole_CommandLoaderService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1832.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1833.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1834.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1835.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1836.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1837.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1838.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1839.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1840.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1841.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1842.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1843.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1844.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1845.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1846.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1847.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1848.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1849.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1850.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1851.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1852.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1853.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1854.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1855.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1856.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1857.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1858.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1859.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1860.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1861.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1862.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1863.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1864.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1865.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1866.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1867.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => ['privates''.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand.lazy''getMakeAdminMigrationCommand_LazyService'false],
  1868.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates''.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy''getMakeAdminDashboardCommand_LazyService'false],
  1869.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates''.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy''getMakeCrudControllerCommand_LazyService'false],
  1870.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1871.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1872.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1873.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1874.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1875.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1876.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1877.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1878.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1879.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1880.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1881.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1882.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1883.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1884.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1885.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1886.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1887.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1888.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1889.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1890.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1891.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1892.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1893.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1894.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1895.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1896.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1897.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1898.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1899.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1900.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1901.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1902.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1903.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1904.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1905.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1906.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1907.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1908.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1909.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1910.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1911.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1912.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1913.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1914.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1915.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1916.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1917.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1918.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1919.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1920.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1921.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1922.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1923.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1924.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1925.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1926.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1927.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1928.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1929.         ], [
  1930.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1931.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1932.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1933.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1934.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1935.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1936.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1937.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1938.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1939.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1940.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1941.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1942.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1943.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1944.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1945.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1946.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1947.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1948.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1949.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1950.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1951.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1952.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1953.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1954.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1955.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1956.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1957.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1958.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1959.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1960.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1961.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1962.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1963.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1964.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => '?',
  1965.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  1966.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  1967.             'console.command.about' => '?',
  1968.             'console.command.assets_install' => '?',
  1969.             'console.command.cache_clear' => '?',
  1970.             'console.command.cache_pool_clear' => '?',
  1971.             'console.command.cache_pool_prune' => '?',
  1972.             'console.command.cache_pool_delete' => '?',
  1973.             'console.command.cache_pool_list' => '?',
  1974.             'console.command.cache_warmup' => '?',
  1975.             'console.command.config_debug' => '?',
  1976.             'console.command.config_dump_reference' => '?',
  1977.             'console.command.container_debug' => '?',
  1978.             'console.command.container_lint' => '?',
  1979.             'console.command.debug_autowiring' => '?',
  1980.             'console.command.dotenv_debug' => '?',
  1981.             'console.command.event_dispatcher_debug' => '?',
  1982.             'console.command.router_debug' => '?',
  1983.             'console.command.router_match' => '?',
  1984.             'console.command.translation_debug' => '?',
  1985.             'console.command.translation_extract' => '?',
  1986.             'console.command.validator_debug' => '?',
  1987.             'console.command.translation_pull' => '?',
  1988.             'console.command.translation_push' => '?',
  1989.             'console.command.xliff_lint' => '?',
  1990.             'console.command.yaml_lint' => '?',
  1991.             'console.command.form_debug' => '?',
  1992.             'console.command.secrets_set' => '?',
  1993.             'console.command.secrets_remove' => '?',
  1994.             'console.command.secrets_generate_key' => '?',
  1995.             'console.command.secrets_list' => '?',
  1996.             'console.command.secrets_decrypt_to_local' => '?',
  1997.             'console.command.secrets_encrypt_from_local' => '?',
  1998.             'twig.command.debug' => '?',
  1999.             'twig.command.lint' => '?',
  2000.             'security.command.debug_firewall' => '?',
  2001.             'security.command.user_password_encoder' => '?',
  2002.             'security.command.user_password_hash' => '?',
  2003.             'maker.auto_command.make_auth' => '?',
  2004.             'maker.auto_command.make_command' => '?',
  2005.             'maker.auto_command.make_twig_component' => '?',
  2006.             'maker.auto_command.make_controller' => '?',
  2007.             'maker.auto_command.make_crud' => '?',
  2008.             'maker.auto_command.make_docker_database' => '?',
  2009.             'maker.auto_command.make_entity' => '?',
  2010.             'maker.auto_command.make_fixtures' => '?',
  2011.             'maker.auto_command.make_form' => '?',
  2012.             'maker.auto_command.make_message' => '?',
  2013.             'maker.auto_command.make_messenger_middleware' => '?',
  2014.             'maker.auto_command.make_registration_form' => '?',
  2015.             'maker.auto_command.make_reset_password' => '?',
  2016.             'maker.auto_command.make_serializer_encoder' => '?',
  2017.             'maker.auto_command.make_serializer_normalizer' => '?',
  2018.             'maker.auto_command.make_subscriber' => '?',
  2019.             'maker.auto_command.make_twig_extension' => '?',
  2020.             'maker.auto_command.make_test' => '?',
  2021.             'maker.auto_command.make_validator' => '?',
  2022.             'maker.auto_command.make_voter' => '?',
  2023.             'maker.auto_command.make_user' => '?',
  2024.             'maker.auto_command.make_migration' => '?',
  2025.             'maker.auto_command.make_stimulus_controller' => '?',
  2026.         ]), ['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:fixtures:load' => 'doctrine.fixtures_load_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''make:admin:migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand''make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand''make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand''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:dotenv' => 'console.command.dotenv_debug''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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  2027.     }
  2028.     /**
  2029.      * Gets the public 'container.env_var_processors_locator' shared service.
  2030.      *
  2031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2032.      */
  2033.     protected function getContainer_EnvVarProcessorsLocatorService()
  2034.     {
  2035.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2036.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2037.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2038.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2039.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2040.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2041.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2042.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2043.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2044.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2045.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2046.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2047.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2048.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2049.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2050.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2051.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2052.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2053.         ], [
  2054.             'base64' => '?',
  2055.             'bool' => '?',
  2056.             'const' => '?',
  2057.             'csv' => '?',
  2058.             'default' => '?',
  2059.             'file' => '?',
  2060.             'float' => '?',
  2061.             'int' => '?',
  2062.             'json' => '?',
  2063.             'key' => '?',
  2064.             'not' => '?',
  2065.             'query_string' => '?',
  2066.             'require' => '?',
  2067.             'resolve' => '?',
  2068.             'string' => '?',
  2069.             'trim' => '?',
  2070.             'url' => '?',
  2071.         ]);
  2072.     }
  2073.     /**
  2074.      * Gets the public 'doctrine' shared service.
  2075.      *
  2076.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2077.      */
  2078.     protected function getDoctrineService()
  2079.     {
  2080.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2081.     }
  2082.     /**
  2083.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2084.      *
  2085.      * @return \Doctrine\DBAL\Connection
  2086.      */
  2087.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2088.     {
  2089.         $a = new \Doctrine\DBAL\Configuration();
  2090.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2091.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2092.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2093.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2094.         $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()))]));
  2095.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2096.             'App\\EventSubscriber\\DatabaseActivitySubscriber' => ['privates''App\\EventSubscriber\\DatabaseActivitySubscriber''getDatabaseActivitySubscriberService'false],
  2097.             'app.doctrine.hash_password_listener' => ['privates''app.doctrine.hash_password_listener''getApp_Doctrine_HashPasswordListenerService'false],
  2098.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2099.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2100.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2101.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  2102.         ], [
  2103.             'App\\EventSubscriber\\DatabaseActivitySubscriber' => '?',
  2104.             'app.doctrine.hash_password_listener' => '?',
  2105.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2106.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2107.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2108.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2109.         ]), [=> 'App\\EventSubscriber\\DatabaseActivitySubscriber'=> 'app.doctrine.hash_password_listener'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  2110.     }
  2111.     /**
  2112.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2113.      *
  2114.      * @return \Doctrine\ORM\EntityManager
  2115.      */
  2116.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2117.     {
  2118.         $a = new \Doctrine\ORM\Configuration();
  2119.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2120.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2121.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  2122.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2123.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2124.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2125.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2126.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2127.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2128.         ], [
  2129.             'doctrine.ulid_generator' => '?',
  2130.             'doctrine.uuid_generator' => '?',
  2131.         ])));
  2132.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2133.         $a->setProxyNamespace('Proxies');
  2134.         $a->setAutoGenerateProxyClasses(true);
  2135.         $a->setSchemaIgnoreClasses([]);
  2136.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2137.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2138.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2139.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2140.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2141.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2142.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  2143.         ], [
  2144.             'App\\Repository\\DepartmentRepository' => '?',
  2145.         ])));
  2146.         $a->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2147.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  2148.         $a->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  2149.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  2150.         $a->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  2151.         $a->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  2152.         $a->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2153.         $a->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2154.         $a->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2155.         $a->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2156.         $a->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2157.         $a->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2158.         $a->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2159.         $a->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2160.         $a->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2161.         $a->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2162.         $a->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2163.         $a->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  2164.         $a->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  2165.         $a->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2166.         $a->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2167.         $a->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2168.         $a->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  2169.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2170.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2171.         return $instance;
  2172.     }
  2173.     /**
  2174.      * Gets the public 'error_controller' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2177.      */
  2178.     protected function getErrorControllerService()
  2179.     {
  2180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2185.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2186.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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)));
  2187.     }
  2188.     /**
  2189.      * Gets the public 'event_dispatcher' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2192.      */
  2193.     protected function getEventDispatcherService()
  2194.     {
  2195.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2196.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2197.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2198.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2199.         $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())));
  2200.         $instance->addListener('kernel.controller', [=> function () {
  2201.             return ($this->privates['app.userdata_listener'] ?? $this->getApp_UserdataListenerService());
  2202.         }, => 'onKernelController'], 0);
  2203.         $instance->addListener('kernel.controller', [=> function () {
  2204.             return ($this->privates['app.userlanguage_listener'] ?? $this->getApp_UserlanguageListenerService());
  2205.         }, => 'onKernelController'], 0);
  2206.         $instance->addListener('kernel.request', [=> function () {
  2207.             return ($this->privates['app.language.kernel_request_listener'] ?? $this->getApp_Language_KernelRequestListenerService());
  2208.         }, => 'setLocale'], 0);
  2209.         $instance->addListener('kernel.request', [=> function () {
  2210.             return ($this->privates['app.jsonrequest.kernel_request_listener'] ?? $this->getApp_Jsonrequest_KernelRequestListenerService());
  2211.         }, => 'onKernelRequest'], 0);
  2212.         $instance->addListener('kernel.exception', [=> function () {
  2213.             return ($this->privates['app.listener.redirect_404_to_homepage'] ?? $this->getApp_Listener_Redirect404ToHomepageService());
  2214.         }, => 'onKernelException'], 0);
  2215.         $instance->addListener('kernel.exception', [=> function () {
  2216.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  2217.         }, => 'onKernelException'], -64);
  2218.         $instance->addListener('kernel.view', [=> function () {
  2219.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  2220.         }, => 'onKernelView'], 0);
  2221.         $instance->addListener('kernel.controller', [=> function () {
  2222.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2223.         }, => 'onKernelController'], 0);
  2224.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2225.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2226.         }, => 'checkPassport'], 1024);
  2227.         $instance->addListener('kernel.response', [=> function () {
  2228.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2229.         }, => 'onKernelResponse'], 0);
  2230.         $instance->addListener('kernel.response', [=> function () {
  2231.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2232.         }, => 'onKernelResponse'], 0);
  2233.         $instance->addListener('kernel.exception', [=> function () {
  2234.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  2235.         }, => 'onKernelException'], 0);
  2236.         $instance->addListener('kernel.request', [=> function () {
  2237.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('de')));
  2238.         }, => 'onKernelRequest'], 20);
  2239.         $instance->addListener('kernel.request', [=> function () {
  2240.             return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  2241.         }, => 'onKernelRequest'], 110);
  2242.         $instance->addListener('kernel.request', [=> function () {
  2243.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2244.         }, => 'handleLegacyEaContext'], 10);
  2245.         $instance->addListener('kernel.request', [=> function () {
  2246.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2247.         }, => 'onKernelRequest'], 0);
  2248.         $instance->addListener('kernel.controller', [=> function () {
  2249.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  2250.         }, => 'onKernelController'], 128);
  2251.         $instance->addListener('kernel.controller', [=> function () {
  2252.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2253.         }, => 'onKernelController'], 0);
  2254.         $instance->addListener('kernel.controller', [=> function () {
  2255.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2256.         }, => 'onKernelController'], 0);
  2257.         $instance->addListener('kernel.controller', [=> function () {
  2258.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2259.         }, => 'onKernelController'], -128);
  2260.         $instance->addListener('kernel.view', [=> function () {
  2261.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2262.         }, => 'onKernelView'], 0);
  2263.         $instance->addListener('kernel.controller', [=> function () {
  2264.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2265.         }, => 'onKernelController'], 0);
  2266.         $instance->addListener('kernel.response', [=> function () {
  2267.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2268.         }, => 'onKernelResponse'], 0);
  2269.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2270.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2271.         }, => 'onKernelControllerArguments'], 0);
  2272.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2273.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2274.         }, => 'onKernelControllerArguments'], 0);
  2275.         $instance->addListener('console.error', [=> function () {
  2276.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2277.         }, => 'onConsoleError'], 0);
  2278.         $instance->addListener('console.terminate', [=> function () {
  2279.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2280.         }, => 'onConsoleTerminate'], 0);
  2281.         $instance->addListener('console.command', [=> function () {
  2282.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2283.         }, => 'onCommand'], 255);
  2284.         $instance->addListener('console.terminate', [=> function () {
  2285.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2286.         }, => 'onTerminate'], -255);
  2287.         $instance->addListener('kernel.response', [=> function () {
  2288.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2289.         }, => 'onKernelResponse'], 0);
  2290.         $instance->addListener('kernel.response', [=> function () {
  2291.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2292.         }, => 'onKernelResponse'], -1024);
  2293.         $instance->addListener('kernel.request', [=> function () {
  2294.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2295.         }, => 'setDefaultLocale'], 100);
  2296.         $instance->addListener('kernel.request', [=> function () {
  2297.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2298.         }, => 'onKernelRequest'], 16);
  2299.         $instance->addListener('kernel.finish_request', [=> function () {
  2300.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2301.         }, => 'onKernelFinishRequest'], 0);
  2302.         $instance->addListener('kernel.request', [=> function () {
  2303.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2304.         }, => 'onKernelRequest'], 256);
  2305.         $instance->addListener('kernel.response', [=> function () {
  2306.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2307.         }, => 'onResponse'], -255);
  2308.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2309.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2310.         }, => 'onControllerArguments'], 0);
  2311.         $instance->addListener('kernel.exception', [=> function () {
  2312.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2313.         }, => 'logKernelException'], 0);
  2314.         $instance->addListener('kernel.exception', [=> function () {
  2315.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2316.         }, => 'onKernelException'], -128);
  2317.         $instance->addListener('kernel.response', [=> function () {
  2318.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2319.         }, => 'removeCspHeader'], -128);
  2320.         $instance->addListener('kernel.request', [=> function () {
  2321.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2322.         }, => 'onKernelRequest'], 15);
  2323.         $instance->addListener('kernel.finish_request', [=> function () {
  2324.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2325.         }, => 'onKernelFinishRequest'], -15);
  2326.         $instance->addListener('console.error', [=> function () {
  2327.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2328.         }, => 'onConsoleError'], -128);
  2329.         $instance->addListener('console.terminate', [=> function () {
  2330.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2331.         }, => 'onConsoleTerminate'], -128);
  2332.         $instance->addListener('console.error', [=> function () {
  2333.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2334.         }, => 'onConsoleError'], 0);
  2335.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2336.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, [=> 'u.thiess@prothelis.de'=> 'uwethiess@gmail.com'])));
  2337.         }, => 'onMessage'], -255);
  2338.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2339.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2340.         }, => 'onMessage'], -255);
  2341.         $instance->addListener('kernel.request', [=> function () {
  2342.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2343.         }, => 'onKernelRequest'], 48);
  2344.         $instance->addListener('kernel.request', [=> function () {
  2345.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2346.         }, => 'configure'], 2048);
  2347.         $instance->addListener('console.command', [=> function () {
  2348.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2349.         }, => 'configure'], 2048);
  2350.         $instance->addListener('kernel.request', [=> function () {
  2351.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2352.         }, => 'onKernelRequest'], 32);
  2353.         $instance->addListener('kernel.finish_request', [=> function () {
  2354.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2355.         }, => 'onKernelFinishRequest'], 0);
  2356.         $instance->addListener('kernel.exception', [=> function () {
  2357.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2358.         }, => 'onKernelException'], -64);
  2359.         $instance->addListener('kernel.request', [=> function () {
  2360.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2361.         }, => 'onKernelRequest'], 128);
  2362.         $instance->addListener('kernel.response', [=> function () {
  2363.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2364.         }, => 'onKernelResponse'], -1000);
  2365.         $instance->addListener('kernel.finish_request', [=> function () {
  2366.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2367.         }, => 'onFinishRequest'], 0);
  2368.         $instance->addListener('kernel.response', [=> function () {
  2369.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2370.         }, => 'onKernelResponse'], -100);
  2371.         $instance->addListener('kernel.exception', [=> function () {
  2372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2373.         }, => 'onKernelException'], 0);
  2374.         $instance->addListener('kernel.terminate', [=> function () {
  2375.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2376.         }, => 'onKernelTerminate'], -1024);
  2377.         $instance->addListener('kernel.controller', [=> function () {
  2378.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2379.         }, => 'onKernelController'], 0);
  2380.         $instance->addListener('kernel.response', [=> function () {
  2381.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2382.         }, => 'onKernelResponse'], 0);
  2383.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2384.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2385.         }, => 'onMessage'], 0);
  2386.         $instance->addListener('kernel.response', [=> function () {
  2387.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2388.         }, => 'onKernelResponse'], 0);
  2389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2390.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2391.         }, => 'checkPassport'], 0);
  2392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2393.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2394.         }, => 'onLoginSuccess'], 0);
  2395.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2396.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2397.         }, => 'onVoterVote'], 0);
  2398.         $instance->addListener('kernel.request', [=> function () {
  2399.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2400.         }, => 'configureLogoutUrlGenerator'], 8);
  2401.         $instance->addListener('kernel.request', [=> function () {
  2402.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2403.         }, => 'onKernelRequest'], 8);
  2404.         $instance->addListener('kernel.finish_request', [=> function () {
  2405.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2406.         }, => 'onKernelFinishRequest'], 0);
  2407.         $instance->addListener('kernel.response', [=> function () {
  2408.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2409.         }, => 'onKernelResponse'], -128);
  2410.         $instance->addListener('kernel.finish_request', [=> function () {
  2411.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2412.         }, => 'resetAssets'], 0);
  2413.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2414.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2415.         }, => 'checkPassport'], 512);
  2416.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2417.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2418.         }, => 'onLogout'], 0);
  2419.         return $instance;
  2420.     }
  2421.     /**
  2422.      * Gets the public 'http_kernel' shared service.
  2423.      *
  2424.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2425.      */
  2426.     protected function getHttpKernelService()
  2427.     {
  2428.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2429.         if (isset($this->services['http_kernel'])) {
  2430.             return $this->services['http_kernel'];
  2431.         }
  2432.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2433.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2434.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2435.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2436.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2437.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  2438.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  2439.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2440.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2441.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2442.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2443.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2444.     }
  2445.     /**
  2446.      * Gets the public 'jms_serializer' shared service.
  2447.      *
  2448.      * @return \JMS\Serializer\Serializer
  2449.      */
  2450.     protected function getJmsSerializerService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  2479.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2488.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2489.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  2490.         ], [
  2491.             'metadata_driver' => '?',
  2492.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2493.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  2494.         $a->setIncludeInterfaces(false);
  2495.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2496.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  2497.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  2498.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  2499.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  2500.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  2501.         ], [
  2502.             'jms_serializer.array_collection_handler' => '?',
  2503.             'jms_serializer.constraint_violation_handler' => '?',
  2504.             'jms_serializer.datetime_handler' => '?',
  2505.             'jms_serializer.form_error_handler' => '?',
  2506.             'jms_serializer.iterator_handler' => '?',
  2507.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  2508.         $c = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  2509.         $d = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2510.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2511.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2512.         ], [
  2513.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2514.             'jms_serializer.stopwatch_subscriber' => '?',
  2515.         ]));
  2516.         $d->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  2517.         $e = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2518.         $e->setOptions(1216);
  2519.         $f = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2520.         $f->setFormatOutput(true);
  2521.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  2522.         $g->setOptions(0);
  2523.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $c$dNULL), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$c$dNULL)], ['json' => $e'xml' => $f], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2524.     }
  2525.     /**
  2526.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2527.      *
  2528.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2529.      */
  2530.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2535.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2536.     }
  2537.     /**
  2538.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2539.      *
  2540.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  2541.      */
  2542.     protected function getJmsSerializer_MetadataDriverService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  2553.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  2554.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  2555.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  2556.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  2557.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2566.         $a = new \Metadata\Driver\FileLocator([]);
  2567.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  2568.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  2569.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  2570.     }
  2571.     /**
  2572.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2573.      *
  2574.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2575.      */
  2576.     protected function getJmsSerializer_SerializationContextFactoryService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2581.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2582.     }
  2583.     /**
  2584.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2585.      *
  2586.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2587.      */
  2588.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  2591.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2592.     }
  2593.     /**
  2594.      * Gets the public 'markdown.parser' shared service.
  2595.      *
  2596.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  2597.      */
  2598.     protected function getMarkdown_ParserService()
  2599.     {
  2600.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  2601.     }
  2602.     /**
  2603.      * Gets the public 'mollie.apiclient' shared autowired service.
  2604.      *
  2605.      * @return \Mollie\Api\MollieApiClient
  2606.      */
  2607.     protected function getMollie_ApiclientService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/mollie/mollie-api-php/src/MollieApiClient.php';
  2610.         return $this->services['mollie.apiclient'] = new \Mollie\Api\MollieApiClient();
  2611.     }
  2612.     /**
  2613.      * Gets the public 'nelmio_alice.data_loader' shared service.
  2614.      *
  2615.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  2616.      */
  2617.     protected function getNelmioAlice_DataLoaderService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  2634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  2653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  2654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  2656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  2686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  2698.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  2699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  2701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  2702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  2703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  2726.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  2727.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  2760.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  2761.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  2762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  2763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  2773.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  2777.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  2779.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  2780.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  2781.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  2782.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  2783.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  2784.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  2785.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2786.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  2787.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  2788.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i)]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  2789.     }
  2790.     /**
  2791.      * Gets the public 'nelmio_alice.file_loader' shared service.
  2792.      *
  2793.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  2794.      */
  2795.     protected function getNelmioAlice_FileLoaderService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  2800.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  2801.     }
  2802.     /**
  2803.      * Gets the public 'nelmio_alice.files_loader' shared service.
  2804.      *
  2805.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  2806.      */
  2807.     protected function getNelmioAlice_FilesLoaderService()
  2808.     {
  2809.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  2812.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  2813.     }
  2814.     /**
  2815.      * Gets the public 'request_stack' shared service.
  2816.      *
  2817.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2818.      */
  2819.     protected function getRequestStackService()
  2820.     {
  2821.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2822.     }
  2823.     /**
  2824.      * Gets the public 'router' shared service.
  2825.      *
  2826.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2827.      */
  2828.     protected function getRouterService()
  2829.     {
  2830.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2831.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2832.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2833.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2835.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2836.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2837.         ], [
  2838.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2839.         ]))->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'de');
  2840.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2841.         return $instance;
  2842.     }
  2843.     /**
  2844.      * Gets the public 'routing.loader' shared service.
  2845.      *
  2846.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2847.      */
  2848.     protected function getRouting_LoaderService()
  2849.     {
  2850.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2859.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2874.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2875.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2876.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2877.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2878.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2879.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2880.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2881.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2882.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2883.             'kernel' => ['services''kernel''getKernelService'false],
  2884.         ], [
  2885.             'kernel' => 'App\\Kernel',
  2886.         ]), 'dev'));
  2887.         $a->addLoader($c);
  2888.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2889.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2890.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2891.     }
  2892.     /**
  2893.      * Gets the public 'services_resetter' shared service.
  2894.      *
  2895.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2896.      */
  2897.     protected function getServicesResetterService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2900.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2901.             if (isset($this->services['doctrine'])) {
  2902.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2903.             }
  2904.             if (isset($this->privates['form.type.entity'])) {
  2905.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2906.             }
  2907.             if (isset($this->privates['monolog.handler.main'])) {
  2908.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2909.             }
  2910.             if (isset($this->privates['monolog.handler.console'])) {
  2911.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2912.             }
  2913.             if (isset($this->services['cache.app'])) {
  2914.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2915.             }
  2916.             if (isset($this->services['cache.system'])) {
  2917.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2918.             }
  2919.             if (isset($this->privates['cache.validator'])) {
  2920.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2921.             }
  2922.             if (isset($this->privates['cache.serializer'])) {
  2923.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2924.             }
  2925.             if (isset($this->privates['cache.annotations'])) {
  2926.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2927.             }
  2928.             if (isset($this->privates['cache.property_info'])) {
  2929.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2930.             }
  2931.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2932.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2933.             }
  2934.             if (isset($this->privates['debug.stopwatch'])) {
  2935.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2936.             }
  2937.             if (isset($this->services['event_dispatcher'])) {
  2938.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2939.             }
  2940.             if (isset($this->privates['session_listener'])) {
  2941.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2942.             }
  2943.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2944.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2945.             }
  2946.             if (isset($this->services['cache.validator_expression_language'])) {
  2947.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2948.             }
  2949.             if (isset($this->services['.container.private.profiler'])) {
  2950.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2951.             }
  2952.             if (isset($this->services['.container.private.validator'])) {
  2953.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2954.             }
  2955.             if (isset($this->privates['twig.form.engine'])) {
  2956.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2957.             }
  2958.             if (isset($this->services['.container.private.security.token_storage'])) {
  2959.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2960.             }
  2961.             if (isset($this->privates['cache.security_expression_language'])) {
  2962.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2963.             }
  2964.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2965.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2966.             }
  2967.             if (isset($this->privates['cache.webpack_encore'])) {
  2968.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2969.             }
  2970.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2971.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2972.             }
  2973.         }, function () {
  2974.             return + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (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['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  2975.         }), ['doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  2976.     }
  2977.     /**
  2978.      * Gets the public 'translator' shared service.
  2979.      *
  2980.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2981.      */
  2982.     protected function getTranslatorService()
  2983.     {
  2984.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2985.     }
  2986.     /**
  2987.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2988.      *
  2989.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2990.      */
  2991.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2992.     {
  2993.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2994.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2995.     }
  2996.     /**
  2997.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2998.      *
  2999.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3000.      */
  3001.     protected function getWebProfiler_Controller_ProfilerService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3004.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3005.     }
  3006.     /**
  3007.      * Gets the public 'web_profiler.controller.router' shared service.
  3008.      *
  3009.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3010.      */
  3011.     protected function getWebProfiler_Controller_RouterService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3014.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3015.             return new \EmptyIterator();
  3016.         }, 0));
  3017.     }
  3018.     /**
  3019.      * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  3020.      *
  3021.      * @return \Symfony\Component\Console\Command\LazyCommand
  3022.      */
  3023.     protected function getMakeAdminDashboardCommand_LazyService()
  3024.     {
  3025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3027.         return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:dashboard', [], 'Creates a new EasyAdmin Dashboard class'false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand {
  3028.             return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  3029.         });
  3030.     }
  3031.     /**
  3032.      * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand.lazy' shared service.
  3033.      *
  3034.      * @return \Symfony\Component\Console\Command\LazyCommand
  3035.      */
  3036.     protected function getMakeAdminMigrationCommand_LazyService()
  3037.     {
  3038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3040.         return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:migration', [], 'Migrates EasyAdmin2 YAML config into EasyAdmin 3 PHP config classes'false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand {
  3041.             return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand'] ?? $this->getMakeAdminMigrationCommandService());
  3042.         });
  3043.     }
  3044.     /**
  3045.      * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  3046.      *
  3047.      * @return \Symfony\Component\Console\Command\LazyCommand
  3048.      */
  3049.     protected function getMakeCrudControllerCommand_LazyService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3053.         return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:crud', [], 'Creates a new EasyAdmin CRUD controller class'false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand {
  3054.             return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  3055.         });
  3056.     }
  3057.     /**
  3058.      * Gets the private '.console.command.about.lazy' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\Console\Command\LazyCommand
  3061.      */
  3062.     protected function get_Console_Command_About_LazyService()
  3063.     {
  3064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3066.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3067.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3068.         });
  3069.     }
  3070.     /**
  3071.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\Console\Command\LazyCommand
  3074.      */
  3075.     protected function get_Console_Command_AssetsInstall_LazyService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3079.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3080.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3081.         });
  3082.     }
  3083.     /**
  3084.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Console\Command\LazyCommand
  3087.      */
  3088.     protected function get_Console_Command_CacheClear_LazyService()
  3089.     {
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3092.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3093.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3094.         });
  3095.     }
  3096.     /**
  3097.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3098.      *
  3099.      * @return \Symfony\Component\Console\Command\LazyCommand
  3100.      */
  3101.     protected function get_Console_Command_CachePoolClear_LazyService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3105.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3106.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3107.         });
  3108.     }
  3109.     /**
  3110.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3111.      *
  3112.      * @return \Symfony\Component\Console\Command\LazyCommand
  3113.      */
  3114.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3118.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3119.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3120.         });
  3121.     }
  3122.     /**
  3123.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Console\Command\LazyCommand
  3126.      */
  3127.     protected function get_Console_Command_CachePoolList_LazyService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3131.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3132.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3133.         });
  3134.     }
  3135.     /**
  3136.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\Console\Command\LazyCommand
  3139.      */
  3140.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3144.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3145.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3146.         });
  3147.     }
  3148.     /**
  3149.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3150.      *
  3151.      * @return \Symfony\Component\Console\Command\LazyCommand
  3152.      */
  3153.     protected function get_Console_Command_CacheWarmup_LazyService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3157.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3158.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3159.         });
  3160.     }
  3161.     /**
  3162.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\Console\Command\LazyCommand
  3165.      */
  3166.     protected function get_Console_Command_ConfigDebug_LazyService()
  3167.     {
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3170.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3171.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3172.         });
  3173.     }
  3174.     /**
  3175.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3176.      *
  3177.      * @return \Symfony\Component\Console\Command\LazyCommand
  3178.      */
  3179.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3183.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3184.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3185.         });
  3186.     }
  3187.     /**
  3188.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3189.      *
  3190.      * @return \Symfony\Component\Console\Command\LazyCommand
  3191.      */
  3192.     protected function get_Console_Command_ContainerDebug_LazyService()
  3193.     {
  3194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3196.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3197.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3198.         });
  3199.     }
  3200.     /**
  3201.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\Console\Command\LazyCommand
  3204.      */
  3205.     protected function get_Console_Command_ContainerLint_LazyService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3209.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3210.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3211.         });
  3212.     }
  3213.     /**
  3214.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\Console\Command\LazyCommand
  3217.      */
  3218.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3219.     {
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3222.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3223.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3224.         });
  3225.     }
  3226.     /**
  3227.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Console\Command\LazyCommand
  3230.      */
  3231.     protected function get_Console_Command_DotenvDebug_LazyService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3235.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3236.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3237.         });
  3238.     }
  3239.     /**
  3240.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Console\Command\LazyCommand
  3243.      */
  3244.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3245.     {
  3246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3248.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3249.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3250.         });
  3251.     }
  3252.     /**
  3253.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3254.      *
  3255.      * @return \Symfony\Component\Console\Command\LazyCommand
  3256.      */
  3257.     protected function get_Console_Command_FormDebug_LazyService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3261.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3262.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3263.         });
  3264.     }
  3265.     /**
  3266.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\Console\Command\LazyCommand
  3269.      */
  3270.     protected function get_Console_Command_RouterDebug_LazyService()
  3271.     {
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3274.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3275.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3276.         });
  3277.     }
  3278.     /**
  3279.      * Gets the private '.console.command.router_match.lazy' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\Console\Command\LazyCommand
  3282.      */
  3283.     protected function get_Console_Command_RouterMatch_LazyService()
  3284.     {
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3287.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3288.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3289.         });
  3290.     }
  3291.     /**
  3292.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Console\Command\LazyCommand
  3295.      */
  3296.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3300.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3301.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3302.         });
  3303.     }
  3304.     /**
  3305.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Console\Command\LazyCommand
  3308.      */
  3309.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3313.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3314.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3315.         });
  3316.     }
  3317.     /**
  3318.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\Console\Command\LazyCommand
  3321.      */
  3322.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3326.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3327.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3328.         });
  3329.     }
  3330.     /**
  3331.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3332.      *
  3333.      * @return \Symfony\Component\Console\Command\LazyCommand
  3334.      */
  3335.     protected function get_Console_Command_SecretsList_LazyService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3339.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3340.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3341.         });
  3342.     }
  3343.     /**
  3344.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3345.      *
  3346.      * @return \Symfony\Component\Console\Command\LazyCommand
  3347.      */
  3348.     protected function get_Console_Command_SecretsRemove_LazyService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3352.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3353.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3354.         });
  3355.     }
  3356.     /**
  3357.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\Console\Command\LazyCommand
  3360.      */
  3361.     protected function get_Console_Command_SecretsSet_LazyService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3365.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3366.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3367.         });
  3368.     }
  3369.     /**
  3370.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\Console\Command\LazyCommand
  3373.      */
  3374.     protected function get_Console_Command_TranslationDebug_LazyService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3378.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3379.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3380.         });
  3381.     }
  3382.     /**
  3383.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3384.      *
  3385.      * @return \Symfony\Component\Console\Command\LazyCommand
  3386.      */
  3387.     protected function get_Console_Command_TranslationExtract_LazyService()
  3388.     {
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3391.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3392.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3393.         });
  3394.     }
  3395.     /**
  3396.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\Console\Command\LazyCommand
  3399.      */
  3400.     protected function get_Console_Command_TranslationPull_LazyService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3404.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3405.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3406.         });
  3407.     }
  3408.     /**
  3409.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3410.      *
  3411.      * @return \Symfony\Component\Console\Command\LazyCommand
  3412.      */
  3413.     protected function get_Console_Command_TranslationPush_LazyService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3417.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3418.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3419.         });
  3420.     }
  3421.     /**
  3422.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3423.      *
  3424.      * @return \Symfony\Component\Console\Command\LazyCommand
  3425.      */
  3426.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3427.     {
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3430.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3431.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3432.         });
  3433.     }
  3434.     /**
  3435.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\Console\Command\LazyCommand
  3438.      */
  3439.     protected function get_Console_Command_XliffLint_LazyService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3443.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3444.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3445.         });
  3446.     }
  3447.     /**
  3448.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\Console\Command\LazyCommand
  3451.      */
  3452.     protected function get_Console_Command_YamlLint_LazyService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3456.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3457.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3458.         });
  3459.     }
  3460.     /**
  3461.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  3462.      *
  3463.      * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  3464.      */
  3465.     protected function getFieldCollectionService()
  3466.     {
  3467.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  3468.     }
  3469.     /**
  3470.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  3471.      *
  3472.      * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  3473.      */
  3474.     protected function getFilterCollectionService()
  3475.     {
  3476.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  3477.     }
  3478.     /**
  3479.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  3480.      *
  3481.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  3482.      */
  3483.     protected function getEntityDtoService()
  3484.     {
  3485.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  3486.     }
  3487.     /**
  3488.      * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  3489.      *
  3490.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  3491.      */
  3492.     protected function getSearchDtoService()
  3493.     {
  3494.         $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  3495.     }
  3496.     /**
  3497.      * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  3498.      *
  3499.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  3500.      */
  3501.     protected function getFiltersService()
  3502.     {
  3503.         $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  3504.     }
  3505.     /**
  3506.      * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  3507.      *
  3508.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  3509.      */
  3510.     protected function getActionsService()
  3511.     {
  3512.         $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  3513.     }
  3514.     /**
  3515.      * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  3516.      *
  3517.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  3518.      */
  3519.     protected function getKeyValueStoreService()
  3520.     {
  3521.         $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  3522.     }
  3523.     /**
  3524.      * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  3525.      *
  3526.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  3527.      */
  3528.     protected function getAssetsService()
  3529.     {
  3530.         $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  3531.     }
  3532.     /**
  3533.      * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  3534.      *
  3535.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  3536.      */
  3537.     protected function getCrudService()
  3538.     {
  3539.         $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  3540.     }
  3541.     /**
  3542.      * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3543.      *
  3544.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3545.      */
  3546.     protected function getAdminContextService()
  3547.     {
  3548.         $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3549.     }
  3550.     /**
  3551.      * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  3552.      *
  3553.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  3554.      */
  3555.     protected function getBatchActionDtoService()
  3556.     {
  3557.         $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  3558.     }
  3559.     /**
  3560.      * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3561.      *
  3562.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3563.      */
  3564.     protected function getAdminContext2Service()
  3565.     {
  3566.         $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3567.     }
  3568.     /**
  3569.      * Gets the private '.errored..service_locator.nn0u.Np.App\Entity\User' shared service.
  3570.      *
  3571.      * @return \App\Entity\User
  3572.      */
  3573.     protected function getUserService()
  3574.     {
  3575.         $this->throw('Cannot autowire service ".service_locator.nn0u.Np": it references class "App\\Entity\\User" but no such service exists.');
  3576.     }
  3577.     /**
  3578.      * Gets the private '.errored..service_locator.nn0u.Np.Symfony\Component\Form\FormInterface' shared service.
  3579.      *
  3580.      * @return \Symfony\Component\Form\FormInterface
  3581.      */
  3582.     protected function getFormInterfaceService()
  3583.     {
  3584.         $this->throw('Cannot autowire service ".service_locator.nn0u.Np": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?');
  3585.     }
  3586.     /**
  3587.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  3588.      *
  3589.      * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  3590.      */
  3591.     protected function getKeyValueStore2Service()
  3592.     {
  3593.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  3594.     }
  3595.     /**
  3596.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  3597.      *
  3598.      * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  3599.      */
  3600.     protected function getAdminContext3Service()
  3601.     {
  3602.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  3603.     }
  3604.     /**
  3605.      * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  3606.      *
  3607.      * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  3608.      */
  3609.     protected function getEntityDto2Service()
  3610.     {
  3611.         $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  3612.     }
  3613.     /**
  3614.      * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  3615.      *
  3616.      * @return \Symfony\Component\Security\Core\User\UserInterface
  3617.      */
  3618.     protected function getUserInterfaceService()
  3619.     {
  3620.         $this->throw('Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  3621.     }
  3622.     /**
  3623.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3624.      *
  3625.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3626.      */
  3627.     protected function getLoaderInterfaceService()
  3628.     {
  3629.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3630.     }
  3631.     /**
  3632.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\Console\Command\LazyCommand
  3635.      */
  3636.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3640.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3641.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3642.         });
  3643.     }
  3644.     /**
  3645.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3646.      *
  3647.      * @return \Symfony\Component\Console\Command\LazyCommand
  3648.      */
  3649.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3650.     {
  3651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3653.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3654.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3655.         });
  3656.     }
  3657.     /**
  3658.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Console\Command\LazyCommand
  3661.      */
  3662.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3663.     {
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3666.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3667.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3668.         });
  3669.     }
  3670.     /**
  3671.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3672.      *
  3673.      * @return \Symfony\Component\Console\Command\LazyCommand
  3674.      */
  3675.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3679.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3680.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3681.         });
  3682.     }
  3683.     /**
  3684.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\Console\Command\LazyCommand
  3687.      */
  3688.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3689.     {
  3690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3692.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3693.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3694.         });
  3695.     }
  3696.     /**
  3697.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3698.      *
  3699.      * @return \Symfony\Component\Console\Command\LazyCommand
  3700.      */
  3701.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3702.     {
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3705.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3706.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3707.         });
  3708.     }
  3709.     /**
  3710.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\Console\Command\LazyCommand
  3713.      */
  3714.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3715.     {
  3716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3718.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3719.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3720.         });
  3721.     }
  3722.     /**
  3723.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\Console\Command\LazyCommand
  3726.      */
  3727.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3728.     {
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3731.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3732.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3733.         });
  3734.     }
  3735.     /**
  3736.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3737.      *
  3738.      * @return \Symfony\Component\Console\Command\LazyCommand
  3739.      */
  3740.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3741.     {
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3744.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3745.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3746.         });
  3747.     }
  3748.     /**
  3749.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\Console\Command\LazyCommand
  3752.      */
  3753.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3754.     {
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3757.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3758.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3759.         });
  3760.     }
  3761.     /**
  3762.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3763.      *
  3764.      * @return \Symfony\Component\Console\Command\LazyCommand
  3765.      */
  3766.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3770.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3771.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3772.         });
  3773.     }
  3774.     /**
  3775.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3776.      *
  3777.      * @return \Symfony\Component\Console\Command\LazyCommand
  3778.      */
  3779.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3783.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3784.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3785.         });
  3786.     }
  3787.     /**
  3788.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Console\Command\LazyCommand
  3791.      */
  3792.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3796.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3797.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3798.         });
  3799.     }
  3800.     /**
  3801.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\Console\Command\LazyCommand
  3804.      */
  3805.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3806.     {
  3807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3809.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3810.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3811.         });
  3812.     }
  3813.     /**
  3814.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3815.      *
  3816.      * @return \Symfony\Component\Console\Command\LazyCommand
  3817.      */
  3818.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3822.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3823.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3824.         });
  3825.     }
  3826.     /**
  3827.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\Console\Command\LazyCommand
  3830.      */
  3831.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3832.     {
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3835.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3836.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3837.         });
  3838.     }
  3839.     /**
  3840.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\Console\Command\LazyCommand
  3843.      */
  3844.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3845.     {
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3848.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3849.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3850.         });
  3851.     }
  3852.     /**
  3853.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3854.      *
  3855.      * @return \Symfony\Component\Console\Command\LazyCommand
  3856.      */
  3857.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3858.     {
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3861.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3862.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3863.         });
  3864.     }
  3865.     /**
  3866.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Console\Command\LazyCommand
  3869.      */
  3870.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3871.     {
  3872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3874.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3875.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3876.         });
  3877.     }
  3878.     /**
  3879.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3880.      *
  3881.      * @return \Symfony\Component\Console\Command\LazyCommand
  3882.      */
  3883.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3884.     {
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3887.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3888.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3889.         });
  3890.     }
  3891.     /**
  3892.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3893.      *
  3894.      * @return \Symfony\Component\Console\Command\LazyCommand
  3895.      */
  3896.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3897.     {
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3900.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3901.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3902.         });
  3903.     }
  3904.     /**
  3905.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3906.      *
  3907.      * @return \Symfony\Component\Console\Command\LazyCommand
  3908.      */
  3909.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3910.     {
  3911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3913.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3914.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3915.         });
  3916.     }
  3917.     /**
  3918.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3919.      *
  3920.      * @return \Symfony\Component\Console\Command\LazyCommand
  3921.      */
  3922.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3923.     {
  3924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3926.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3927.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3928.         });
  3929.     }
  3930.     /**
  3931.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3932.      *
  3933.      * @return \Symfony\Component\Console\Command\LazyCommand
  3934.      */
  3935.     protected function get_Security_Command_DebugFirewall_LazyService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3939.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3940.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3941.         });
  3942.     }
  3943.     /**
  3944.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\Console\Command\LazyCommand
  3947.      */
  3948.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3952.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3953.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3954.         });
  3955.     }
  3956.     /**
  3957.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3958.      *
  3959.      * @return \Symfony\Component\Console\Command\LazyCommand
  3960.      */
  3961.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3965.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3966.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3967.         });
  3968.     }
  3969.     /**
  3970.      * Gets the private '.service_locator.7j7GCGZ' shared service.
  3971.      *
  3972.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3973.      */
  3974.     protected function get_ServiceLocator_7j7GCGZService()
  3975.     {
  3976.         return $this->privates['.service_locator.7j7GCGZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3977.             'couponService' => ['privates''App\\Service\\CouponService''getCouponServiceService'false],
  3978.         ], [
  3979.             'couponService' => 'App\\Service\\CouponService',
  3980.         ]);
  3981.     }
  3982.     /**
  3983.      * Gets the private '.service_locator.Bg4lL_B' shared service.
  3984.      *
  3985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3986.      */
  3987.     protected function get_ServiceLocator_Bg4lLBService()
  3988.     {
  3989.         return $this->privates['.service_locator.Bg4lL_B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3990.             'App\\Controller\\ActivationFormController::selectPackageAction' => ['privates''.service_locator.7j7GCGZ''get_ServiceLocator_7j7GCGZService'false],
  3991.             'App\\Controller\\ActivationFormController::selectPackageStep1Action' => ['privates''.service_locator.7j7GCGZ''get_ServiceLocator_7j7GCGZService'false],
  3992.             'App\\Controller\\Admin\\CouponCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  3993.             'App\\Controller\\Admin\\CouponCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  3994.             'App\\Controller\\Admin\\CouponCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  3995.             'App\\Controller\\Admin\\CouponCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  3996.             'App\\Controller\\Admin\\CouponCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  3997.             'App\\Controller\\Admin\\CouponCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  3998.             'App\\Controller\\Admin\\CouponCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  3999.             'App\\Controller\\Admin\\CouponCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4000.             'App\\Controller\\Admin\\CouponCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4001.             'App\\Controller\\Admin\\CouponCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4002.             'App\\Controller\\Admin\\CouponCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4003.             'App\\Controller\\Admin\\CouponCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4004.             'App\\Controller\\Admin\\CouponCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4005.             'App\\Controller\\Admin\\CouponCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4006.             'App\\Controller\\Admin\\CouponCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4007.             'App\\Controller\\Admin\\CouponCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4008.             'App\\Controller\\Admin\\CouponCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4009.             'App\\Controller\\Admin\\CouponCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4010.             'App\\Controller\\Admin\\CouponCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4011.             'App\\Controller\\Admin\\CouponCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4012.             'App\\Controller\\Admin\\CouponCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4013.             'App\\Controller\\Admin\\CustomerCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4014.             'App\\Controller\\Admin\\CustomerCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4015.             'App\\Controller\\Admin\\CustomerCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4016.             'App\\Controller\\Admin\\CustomerCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4017.             'App\\Controller\\Admin\\CustomerCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4018.             'App\\Controller\\Admin\\CustomerCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4019.             'App\\Controller\\Admin\\CustomerCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4020.             'App\\Controller\\Admin\\CustomerCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4021.             'App\\Controller\\Admin\\CustomerCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4022.             'App\\Controller\\Admin\\CustomerCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4023.             'App\\Controller\\Admin\\CustomerCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4024.             'App\\Controller\\Admin\\CustomerCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4025.             'App\\Controller\\Admin\\CustomerCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4026.             'App\\Controller\\Admin\\CustomerCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4027.             'App\\Controller\\Admin\\CustomerCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4028.             'App\\Controller\\Admin\\CustomerCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4029.             'App\\Controller\\Admin\\CustomerCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4030.             'App\\Controller\\Admin\\CustomerCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4031.             'App\\Controller\\Admin\\CustomerCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4032.             'App\\Controller\\Admin\\CustomerCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4033.             'App\\Controller\\Admin\\CustomerCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4034.             'App\\Controller\\Admin\\DashboardController::configureUserMenu' => ['privates''.service_locator.st3ASTR''get_ServiceLocator_St3ASTRService'false],
  4035.             'App\\Controller\\Admin\\DepartmentCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4036.             'App\\Controller\\Admin\\DepartmentCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4037.             'App\\Controller\\Admin\\DepartmentCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4038.             'App\\Controller\\Admin\\DepartmentCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4039.             'App\\Controller\\Admin\\DepartmentCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4040.             'App\\Controller\\Admin\\DepartmentCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4041.             'App\\Controller\\Admin\\DepartmentCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4042.             'App\\Controller\\Admin\\DepartmentCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4043.             'App\\Controller\\Admin\\DepartmentCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4044.             'App\\Controller\\Admin\\DepartmentCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4045.             'App\\Controller\\Admin\\DepartmentCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4046.             'App\\Controller\\Admin\\DepartmentCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4047.             'App\\Controller\\Admin\\DepartmentCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4048.             'App\\Controller\\Admin\\DepartmentCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4049.             'App\\Controller\\Admin\\DepartmentCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4050.             'App\\Controller\\Admin\\DepartmentCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4051.             'App\\Controller\\Admin\\DepartmentCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4052.             'App\\Controller\\Admin\\DepartmentCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4053.             'App\\Controller\\Admin\\DepartmentCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4054.             'App\\Controller\\Admin\\DepartmentCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4055.             'App\\Controller\\Admin\\DepartmentCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4056.             'App\\Controller\\Admin\\DeviceCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4057.             'App\\Controller\\Admin\\DeviceCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4058.             'App\\Controller\\Admin\\DeviceCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4059.             'App\\Controller\\Admin\\DeviceCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4060.             'App\\Controller\\Admin\\DeviceCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4061.             'App\\Controller\\Admin\\DeviceCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4062.             'App\\Controller\\Admin\\DeviceCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4063.             'App\\Controller\\Admin\\DeviceCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4064.             'App\\Controller\\Admin\\DeviceCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4065.             'App\\Controller\\Admin\\DeviceCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4066.             'App\\Controller\\Admin\\DeviceCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4067.             'App\\Controller\\Admin\\DeviceCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4068.             'App\\Controller\\Admin\\DeviceCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4069.             'App\\Controller\\Admin\\DeviceCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4070.             'App\\Controller\\Admin\\DeviceCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4071.             'App\\Controller\\Admin\\DeviceCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4072.             'App\\Controller\\Admin\\DeviceCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4073.             'App\\Controller\\Admin\\DeviceCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4074.             'App\\Controller\\Admin\\DeviceCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4075.             'App\\Controller\\Admin\\DeviceCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4076.             'App\\Controller\\Admin\\DeviceCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4077.             'App\\Controller\\Admin\\DeviceGroupCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4078.             'App\\Controller\\Admin\\DeviceGroupCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4079.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4080.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4081.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4082.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4083.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4084.             'App\\Controller\\Admin\\DeviceGroupCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4085.             'App\\Controller\\Admin\\DeviceGroupCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4086.             'App\\Controller\\Admin\\DeviceGroupCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4087.             'App\\Controller\\Admin\\DeviceGroupCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4088.             'App\\Controller\\Admin\\DeviceGroupCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4089.             'App\\Controller\\Admin\\DeviceGroupCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4090.             'App\\Controller\\Admin\\DeviceGroupCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4091.             'App\\Controller\\Admin\\DeviceGroupCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4092.             'App\\Controller\\Admin\\DeviceGroupCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4093.             'App\\Controller\\Admin\\DeviceGroupCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4094.             'App\\Controller\\Admin\\DeviceGroupCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4095.             'App\\Controller\\Admin\\DeviceGroupCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4096.             'App\\Controller\\Admin\\DeviceGroupCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4097.             'App\\Controller\\Admin\\DeviceGroupCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4098.             'App\\Controller\\Admin\\LogsCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4099.             'App\\Controller\\Admin\\LogsCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4100.             'App\\Controller\\Admin\\LogsCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4101.             'App\\Controller\\Admin\\LogsCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4102.             'App\\Controller\\Admin\\LogsCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4103.             'App\\Controller\\Admin\\LogsCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4104.             'App\\Controller\\Admin\\LogsCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4105.             'App\\Controller\\Admin\\LogsCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4106.             'App\\Controller\\Admin\\LogsCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4107.             'App\\Controller\\Admin\\LogsCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4108.             'App\\Controller\\Admin\\LogsCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4109.             'App\\Controller\\Admin\\LogsCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4110.             'App\\Controller\\Admin\\LogsCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4111.             'App\\Controller\\Admin\\LogsCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4112.             'App\\Controller\\Admin\\LogsCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4113.             'App\\Controller\\Admin\\LogsCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4114.             'App\\Controller\\Admin\\LogsCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4115.             'App\\Controller\\Admin\\LogsCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4116.             'App\\Controller\\Admin\\LogsCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4117.             'App\\Controller\\Admin\\LogsCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4118.             'App\\Controller\\Admin\\LogsCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4119.             'App\\Controller\\Admin\\OrderCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4120.             'App\\Controller\\Admin\\OrderCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4121.             'App\\Controller\\Admin\\OrderCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4122.             'App\\Controller\\Admin\\OrderCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4123.             'App\\Controller\\Admin\\OrderCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4124.             'App\\Controller\\Admin\\OrderCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4125.             'App\\Controller\\Admin\\OrderCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4126.             'App\\Controller\\Admin\\OrderCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4127.             'App\\Controller\\Admin\\OrderCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4128.             'App\\Controller\\Admin\\OrderCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4129.             'App\\Controller\\Admin\\OrderCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4130.             'App\\Controller\\Admin\\OrderCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4131.             'App\\Controller\\Admin\\OrderCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4132.             'App\\Controller\\Admin\\OrderCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4133.             'App\\Controller\\Admin\\OrderCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4134.             'App\\Controller\\Admin\\OrderCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4135.             'App\\Controller\\Admin\\OrderCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4136.             'App\\Controller\\Admin\\OrderCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4137.             'App\\Controller\\Admin\\OrderCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4138.             'App\\Controller\\Admin\\OrderCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4139.             'App\\Controller\\Admin\\OrderCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4140.             'App\\Controller\\Admin\\PaymentCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4141.             'App\\Controller\\Admin\\PaymentCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4142.             'App\\Controller\\Admin\\PaymentCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4143.             'App\\Controller\\Admin\\PaymentCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4144.             'App\\Controller\\Admin\\PaymentCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4145.             'App\\Controller\\Admin\\PaymentCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4146.             'App\\Controller\\Admin\\PaymentCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4147.             'App\\Controller\\Admin\\PaymentCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4148.             'App\\Controller\\Admin\\PaymentCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4149.             'App\\Controller\\Admin\\PaymentCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4150.             'App\\Controller\\Admin\\PaymentCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4151.             'App\\Controller\\Admin\\PaymentCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4152.             'App\\Controller\\Admin\\PaymentCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4153.             'App\\Controller\\Admin\\PaymentCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4154.             'App\\Controller\\Admin\\PaymentCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4155.             'App\\Controller\\Admin\\PaymentCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4156.             'App\\Controller\\Admin\\PaymentCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4157.             'App\\Controller\\Admin\\PaymentCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4158.             'App\\Controller\\Admin\\PaymentCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4159.             'App\\Controller\\Admin\\PaymentCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4160.             'App\\Controller\\Admin\\PaymentCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4161.             'App\\Controller\\Admin\\PaymentMethodCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4162.             'App\\Controller\\Admin\\PaymentMethodCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4163.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4164.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4165.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4166.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4167.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4168.             'App\\Controller\\Admin\\PaymentMethodCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4169.             'App\\Controller\\Admin\\PaymentMethodCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4170.             'App\\Controller\\Admin\\PaymentMethodCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4171.             'App\\Controller\\Admin\\PaymentMethodCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4172.             'App\\Controller\\Admin\\PaymentMethodCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4173.             'App\\Controller\\Admin\\PaymentMethodCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4174.             'App\\Controller\\Admin\\PaymentMethodCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4175.             'App\\Controller\\Admin\\PaymentMethodCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4176.             'App\\Controller\\Admin\\PaymentMethodCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4177.             'App\\Controller\\Admin\\PaymentMethodCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4178.             'App\\Controller\\Admin\\PaymentMethodCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4179.             'App\\Controller\\Admin\\PaymentMethodCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4180.             'App\\Controller\\Admin\\PaymentMethodCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4181.             'App\\Controller\\Admin\\PaymentMethodCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4182.             'App\\Controller\\Admin\\ProtokollCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4183.             'App\\Controller\\Admin\\ProtokollCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4184.             'App\\Controller\\Admin\\ProtokollCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4185.             'App\\Controller\\Admin\\ProtokollCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4186.             'App\\Controller\\Admin\\ProtokollCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4187.             'App\\Controller\\Admin\\ProtokollCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4188.             'App\\Controller\\Admin\\ProtokollCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4189.             'App\\Controller\\Admin\\ProtokollCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4190.             'App\\Controller\\Admin\\ProtokollCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4191.             'App\\Controller\\Admin\\ProtokollCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4192.             'App\\Controller\\Admin\\ProtokollCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4193.             'App\\Controller\\Admin\\ProtokollCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4194.             'App\\Controller\\Admin\\ProtokollCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4195.             'App\\Controller\\Admin\\ProtokollCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4196.             'App\\Controller\\Admin\\ProtokollCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4197.             'App\\Controller\\Admin\\ProtokollCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4198.             'App\\Controller\\Admin\\ProtokollCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4199.             'App\\Controller\\Admin\\ProtokollCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4200.             'App\\Controller\\Admin\\ProtokollCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4201.             'App\\Controller\\Admin\\ProtokollCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4202.             'App\\Controller\\Admin\\ProtokollCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4203.             'App\\Controller\\Admin\\ServicepackCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4204.             'App\\Controller\\Admin\\ServicepackCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4205.             'App\\Controller\\Admin\\ServicepackCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4206.             'App\\Controller\\Admin\\ServicepackCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4207.             'App\\Controller\\Admin\\ServicepackCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4208.             'App\\Controller\\Admin\\ServicepackCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4209.             'App\\Controller\\Admin\\ServicepackCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4210.             'App\\Controller\\Admin\\ServicepackCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4211.             'App\\Controller\\Admin\\ServicepackCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4212.             'App\\Controller\\Admin\\ServicepackCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4213.             'App\\Controller\\Admin\\ServicepackCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4214.             'App\\Controller\\Admin\\ServicepackCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4215.             'App\\Controller\\Admin\\ServicepackCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4216.             'App\\Controller\\Admin\\ServicepackCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4217.             'App\\Controller\\Admin\\ServicepackCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4218.             'App\\Controller\\Admin\\ServicepackCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4219.             'App\\Controller\\Admin\\ServicepackCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4220.             'App\\Controller\\Admin\\ServicepackCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4221.             'App\\Controller\\Admin\\ServicepackCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4222.             'App\\Controller\\Admin\\ServicepackCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4223.             'App\\Controller\\Admin\\ServicepackCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4224.             'App\\Controller\\Admin\\UserCrudController::autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4225.             'App\\Controller\\Admin\\UserCrudController::batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4226.             'App\\Controller\\Admin\\UserCrudController::configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4227.             'App\\Controller\\Admin\\UserCrudController::configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4228.             'App\\Controller\\Admin\\UserCrudController::configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4229.             'App\\Controller\\Admin\\UserCrudController::configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4230.             'App\\Controller\\Admin\\UserCrudController::configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4231.             'App\\Controller\\Admin\\UserCrudController::createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4232.             'App\\Controller\\Admin\\UserCrudController::createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4233.             'App\\Controller\\Admin\\UserCrudController::createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4234.             'App\\Controller\\Admin\\UserCrudController::createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4235.             'App\\Controller\\Admin\\UserCrudController::createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4236.             'App\\Controller\\Admin\\UserCrudController::delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4237.             'App\\Controller\\Admin\\UserCrudController::deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4238.             'App\\Controller\\Admin\\UserCrudController::detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4239.             'App\\Controller\\Admin\\UserCrudController::edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4240.             'App\\Controller\\Admin\\UserCrudController::index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4241.             'App\\Controller\\Admin\\UserCrudController::new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4242.             'App\\Controller\\Admin\\UserCrudController::persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4243.             'App\\Controller\\Admin\\UserCrudController::renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4244.             'App\\Controller\\Admin\\UserCrudController::updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4245.             'App\\Controller\\SecurityController::loginAction' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4246.             'App\\Controller\\TechGuysController::checkUserOrder' => ['privates''.service_locator.nn0u.Np''get_ServiceLocator_Nn0u_NpService'false],
  4247.             'App\\Controller\\TechGuysController::deleteUserAction' => ['privates''.service_locator.gJObJ9i''get_ServiceLocator_GJObJ9iService'false],
  4248.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4249.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4250.             'App\\Controller\\ActivationFormController:selectPackageAction' => ['privates''.service_locator.7j7GCGZ''get_ServiceLocator_7j7GCGZService'false],
  4251.             'App\\Controller\\ActivationFormController:selectPackageStep1Action' => ['privates''.service_locator.7j7GCGZ''get_ServiceLocator_7j7GCGZService'false],
  4252.             'App\\Controller\\Admin\\CouponCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4253.             'App\\Controller\\Admin\\CouponCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4254.             'App\\Controller\\Admin\\CouponCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4255.             'App\\Controller\\Admin\\CouponCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4256.             'App\\Controller\\Admin\\CouponCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4257.             'App\\Controller\\Admin\\CouponCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4258.             'App\\Controller\\Admin\\CouponCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4259.             'App\\Controller\\Admin\\CouponCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4260.             'App\\Controller\\Admin\\CouponCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4261.             'App\\Controller\\Admin\\CouponCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4262.             'App\\Controller\\Admin\\CouponCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4263.             'App\\Controller\\Admin\\CouponCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4264.             'App\\Controller\\Admin\\CouponCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4265.             'App\\Controller\\Admin\\CouponCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4266.             'App\\Controller\\Admin\\CouponCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4267.             'App\\Controller\\Admin\\CouponCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4268.             'App\\Controller\\Admin\\CouponCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4269.             'App\\Controller\\Admin\\CouponCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4270.             'App\\Controller\\Admin\\CouponCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4271.             'App\\Controller\\Admin\\CouponCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4272.             'App\\Controller\\Admin\\CouponCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4273.             'App\\Controller\\Admin\\CustomerCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4274.             'App\\Controller\\Admin\\CustomerCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4275.             'App\\Controller\\Admin\\CustomerCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4276.             'App\\Controller\\Admin\\CustomerCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4277.             'App\\Controller\\Admin\\CustomerCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4278.             'App\\Controller\\Admin\\CustomerCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4279.             'App\\Controller\\Admin\\CustomerCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4280.             'App\\Controller\\Admin\\CustomerCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4281.             'App\\Controller\\Admin\\CustomerCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4282.             'App\\Controller\\Admin\\CustomerCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4283.             'App\\Controller\\Admin\\CustomerCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4284.             'App\\Controller\\Admin\\CustomerCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4285.             'App\\Controller\\Admin\\CustomerCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4286.             'App\\Controller\\Admin\\CustomerCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4287.             'App\\Controller\\Admin\\CustomerCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4288.             'App\\Controller\\Admin\\CustomerCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4289.             'App\\Controller\\Admin\\CustomerCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4290.             'App\\Controller\\Admin\\CustomerCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4291.             'App\\Controller\\Admin\\CustomerCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4292.             'App\\Controller\\Admin\\CustomerCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4293.             'App\\Controller\\Admin\\CustomerCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4294.             'App\\Controller\\Admin\\DashboardController:configureUserMenu' => ['privates''.service_locator.st3ASTR''get_ServiceLocator_St3ASTRService'false],
  4295.             'App\\Controller\\Admin\\DepartmentCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4296.             'App\\Controller\\Admin\\DepartmentCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4297.             'App\\Controller\\Admin\\DepartmentCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4298.             'App\\Controller\\Admin\\DepartmentCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4299.             'App\\Controller\\Admin\\DepartmentCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4300.             'App\\Controller\\Admin\\DepartmentCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4301.             'App\\Controller\\Admin\\DepartmentCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4302.             'App\\Controller\\Admin\\DepartmentCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4303.             'App\\Controller\\Admin\\DepartmentCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4304.             'App\\Controller\\Admin\\DepartmentCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4305.             'App\\Controller\\Admin\\DepartmentCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4306.             'App\\Controller\\Admin\\DepartmentCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4307.             'App\\Controller\\Admin\\DepartmentCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4308.             'App\\Controller\\Admin\\DepartmentCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4309.             'App\\Controller\\Admin\\DepartmentCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4310.             'App\\Controller\\Admin\\DepartmentCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4311.             'App\\Controller\\Admin\\DepartmentCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4312.             'App\\Controller\\Admin\\DepartmentCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4313.             'App\\Controller\\Admin\\DepartmentCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4314.             'App\\Controller\\Admin\\DepartmentCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4315.             'App\\Controller\\Admin\\DepartmentCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4316.             'App\\Controller\\Admin\\DeviceCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4317.             'App\\Controller\\Admin\\DeviceCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4318.             'App\\Controller\\Admin\\DeviceCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4319.             'App\\Controller\\Admin\\DeviceCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4320.             'App\\Controller\\Admin\\DeviceCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4321.             'App\\Controller\\Admin\\DeviceCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4322.             'App\\Controller\\Admin\\DeviceCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4323.             'App\\Controller\\Admin\\DeviceCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4324.             'App\\Controller\\Admin\\DeviceCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4325.             'App\\Controller\\Admin\\DeviceCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4326.             'App\\Controller\\Admin\\DeviceCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4327.             'App\\Controller\\Admin\\DeviceCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4328.             'App\\Controller\\Admin\\DeviceCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4329.             'App\\Controller\\Admin\\DeviceCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4330.             'App\\Controller\\Admin\\DeviceCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4331.             'App\\Controller\\Admin\\DeviceCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4332.             'App\\Controller\\Admin\\DeviceCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4333.             'App\\Controller\\Admin\\DeviceCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4334.             'App\\Controller\\Admin\\DeviceCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4335.             'App\\Controller\\Admin\\DeviceCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4336.             'App\\Controller\\Admin\\DeviceCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4337.             'App\\Controller\\Admin\\DeviceGroupCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4338.             'App\\Controller\\Admin\\DeviceGroupCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4339.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4340.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4341.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4342.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4343.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4344.             'App\\Controller\\Admin\\DeviceGroupCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4345.             'App\\Controller\\Admin\\DeviceGroupCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4346.             'App\\Controller\\Admin\\DeviceGroupCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4347.             'App\\Controller\\Admin\\DeviceGroupCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4348.             'App\\Controller\\Admin\\DeviceGroupCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4349.             'App\\Controller\\Admin\\DeviceGroupCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4350.             'App\\Controller\\Admin\\DeviceGroupCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4351.             'App\\Controller\\Admin\\DeviceGroupCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4352.             'App\\Controller\\Admin\\DeviceGroupCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4353.             'App\\Controller\\Admin\\DeviceGroupCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4354.             'App\\Controller\\Admin\\DeviceGroupCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4355.             'App\\Controller\\Admin\\DeviceGroupCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4356.             'App\\Controller\\Admin\\DeviceGroupCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4357.             'App\\Controller\\Admin\\DeviceGroupCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4358.             'App\\Controller\\Admin\\LogsCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4359.             'App\\Controller\\Admin\\LogsCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4360.             'App\\Controller\\Admin\\LogsCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4361.             'App\\Controller\\Admin\\LogsCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4362.             'App\\Controller\\Admin\\LogsCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4363.             'App\\Controller\\Admin\\LogsCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4364.             'App\\Controller\\Admin\\LogsCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4365.             'App\\Controller\\Admin\\LogsCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4366.             'App\\Controller\\Admin\\LogsCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4367.             'App\\Controller\\Admin\\LogsCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4368.             'App\\Controller\\Admin\\LogsCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4369.             'App\\Controller\\Admin\\LogsCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4370.             'App\\Controller\\Admin\\LogsCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4371.             'App\\Controller\\Admin\\LogsCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4372.             'App\\Controller\\Admin\\LogsCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4373.             'App\\Controller\\Admin\\LogsCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4374.             'App\\Controller\\Admin\\LogsCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4375.             'App\\Controller\\Admin\\LogsCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4376.             'App\\Controller\\Admin\\LogsCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4377.             'App\\Controller\\Admin\\LogsCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4378.             'App\\Controller\\Admin\\LogsCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4379.             'App\\Controller\\Admin\\OrderCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4380.             'App\\Controller\\Admin\\OrderCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4381.             'App\\Controller\\Admin\\OrderCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4382.             'App\\Controller\\Admin\\OrderCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4383.             'App\\Controller\\Admin\\OrderCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4384.             'App\\Controller\\Admin\\OrderCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4385.             'App\\Controller\\Admin\\OrderCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4386.             'App\\Controller\\Admin\\OrderCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4387.             'App\\Controller\\Admin\\OrderCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4388.             'App\\Controller\\Admin\\OrderCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4389.             'App\\Controller\\Admin\\OrderCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4390.             'App\\Controller\\Admin\\OrderCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4391.             'App\\Controller\\Admin\\OrderCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4392.             'App\\Controller\\Admin\\OrderCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4393.             'App\\Controller\\Admin\\OrderCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4394.             'App\\Controller\\Admin\\OrderCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4395.             'App\\Controller\\Admin\\OrderCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4396.             'App\\Controller\\Admin\\OrderCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4397.             'App\\Controller\\Admin\\OrderCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4398.             'App\\Controller\\Admin\\OrderCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4399.             'App\\Controller\\Admin\\OrderCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4400.             'App\\Controller\\Admin\\PaymentCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4401.             'App\\Controller\\Admin\\PaymentCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4402.             'App\\Controller\\Admin\\PaymentCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4403.             'App\\Controller\\Admin\\PaymentCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4404.             'App\\Controller\\Admin\\PaymentCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4405.             'App\\Controller\\Admin\\PaymentCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4406.             'App\\Controller\\Admin\\PaymentCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4407.             'App\\Controller\\Admin\\PaymentCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4408.             'App\\Controller\\Admin\\PaymentCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4409.             'App\\Controller\\Admin\\PaymentCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4410.             'App\\Controller\\Admin\\PaymentCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4411.             'App\\Controller\\Admin\\PaymentCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4412.             'App\\Controller\\Admin\\PaymentCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4413.             'App\\Controller\\Admin\\PaymentCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4414.             'App\\Controller\\Admin\\PaymentCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4415.             'App\\Controller\\Admin\\PaymentCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4416.             'App\\Controller\\Admin\\PaymentCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4417.             'App\\Controller\\Admin\\PaymentCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4418.             'App\\Controller\\Admin\\PaymentCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4419.             'App\\Controller\\Admin\\PaymentCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4420.             'App\\Controller\\Admin\\PaymentCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4421.             'App\\Controller\\Admin\\PaymentMethodCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4422.             'App\\Controller\\Admin\\PaymentMethodCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4423.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4424.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4425.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4426.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4427.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4428.             'App\\Controller\\Admin\\PaymentMethodCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4429.             'App\\Controller\\Admin\\PaymentMethodCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4430.             'App\\Controller\\Admin\\PaymentMethodCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4431.             'App\\Controller\\Admin\\PaymentMethodCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4432.             'App\\Controller\\Admin\\PaymentMethodCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4433.             'App\\Controller\\Admin\\PaymentMethodCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4434.             'App\\Controller\\Admin\\PaymentMethodCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4435.             'App\\Controller\\Admin\\PaymentMethodCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4436.             'App\\Controller\\Admin\\PaymentMethodCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4437.             'App\\Controller\\Admin\\PaymentMethodCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4438.             'App\\Controller\\Admin\\PaymentMethodCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4439.             'App\\Controller\\Admin\\PaymentMethodCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4440.             'App\\Controller\\Admin\\PaymentMethodCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4441.             'App\\Controller\\Admin\\PaymentMethodCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4442.             'App\\Controller\\Admin\\ProtokollCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4443.             'App\\Controller\\Admin\\ProtokollCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4444.             'App\\Controller\\Admin\\ProtokollCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4445.             'App\\Controller\\Admin\\ProtokollCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4446.             'App\\Controller\\Admin\\ProtokollCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4447.             'App\\Controller\\Admin\\ProtokollCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4448.             'App\\Controller\\Admin\\ProtokollCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4449.             'App\\Controller\\Admin\\ProtokollCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4450.             'App\\Controller\\Admin\\ProtokollCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4451.             'App\\Controller\\Admin\\ProtokollCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4452.             'App\\Controller\\Admin\\ProtokollCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4453.             'App\\Controller\\Admin\\ProtokollCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4454.             'App\\Controller\\Admin\\ProtokollCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4455.             'App\\Controller\\Admin\\ProtokollCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4456.             'App\\Controller\\Admin\\ProtokollCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4457.             'App\\Controller\\Admin\\ProtokollCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4458.             'App\\Controller\\Admin\\ProtokollCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4459.             'App\\Controller\\Admin\\ProtokollCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4460.             'App\\Controller\\Admin\\ProtokollCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4461.             'App\\Controller\\Admin\\ProtokollCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4462.             'App\\Controller\\Admin\\ProtokollCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4463.             'App\\Controller\\Admin\\ServicepackCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4464.             'App\\Controller\\Admin\\ServicepackCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4465.             'App\\Controller\\Admin\\ServicepackCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4466.             'App\\Controller\\Admin\\ServicepackCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4467.             'App\\Controller\\Admin\\ServicepackCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4468.             'App\\Controller\\Admin\\ServicepackCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4469.             'App\\Controller\\Admin\\ServicepackCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4470.             'App\\Controller\\Admin\\ServicepackCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4471.             'App\\Controller\\Admin\\ServicepackCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4472.             'App\\Controller\\Admin\\ServicepackCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4473.             'App\\Controller\\Admin\\ServicepackCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4474.             'App\\Controller\\Admin\\ServicepackCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4475.             'App\\Controller\\Admin\\ServicepackCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4476.             'App\\Controller\\Admin\\ServicepackCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4477.             'App\\Controller\\Admin\\ServicepackCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4478.             'App\\Controller\\Admin\\ServicepackCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4479.             'App\\Controller\\Admin\\ServicepackCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4480.             'App\\Controller\\Admin\\ServicepackCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4481.             'App\\Controller\\Admin\\ServicepackCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4482.             'App\\Controller\\Admin\\ServicepackCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4483.             'App\\Controller\\Admin\\ServicepackCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4484.             'App\\Controller\\Admin\\UserCrudController:autocomplete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4485.             'App\\Controller\\Admin\\UserCrudController:batchDelete' => ['privates''.service_locator.esmk6IF''get_ServiceLocator_Esmk6IFService'false],
  4486.             'App\\Controller\\Admin\\UserCrudController:configureActions' => ['privates''.service_locator.R8Qy2_.''get_ServiceLocator_R8Qy2_Service'false],
  4487.             'App\\Controller\\Admin\\UserCrudController:configureAssets' => ['privates''.service_locator.XdMPwIJ''get_ServiceLocator_XdMPwIJService'false],
  4488.             'App\\Controller\\Admin\\UserCrudController:configureCrud' => ['privates''.service_locator.XpfeRo6''get_ServiceLocator_XpfeRo6Service'false],
  4489.             'App\\Controller\\Admin\\UserCrudController:configureFilters' => ['privates''.service_locator.OGjUKCt''get_ServiceLocator_OGjUKCtService'false],
  4490.             'App\\Controller\\Admin\\UserCrudController:configureResponseParameters' => ['privates''.service_locator.W.c5h2_''get_ServiceLocator_W_C5h2Service'false],
  4491.             'App\\Controller\\Admin\\UserCrudController:createEditForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4492.             'App\\Controller\\Admin\\UserCrudController:createEditFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4493.             'App\\Controller\\Admin\\UserCrudController:createIndexQueryBuilder' => ['privates''.service_locator.ENGuM7_''get_ServiceLocator_ENGuM7Service'false],
  4494.             'App\\Controller\\Admin\\UserCrudController:createNewForm' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4495.             'App\\Controller\\Admin\\UserCrudController:createNewFormBuilder' => ['privates''.service_locator.riFbGaB''get_ServiceLocator_RiFbGaBService'false],
  4496.             'App\\Controller\\Admin\\UserCrudController:delete' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4497.             'App\\Controller\\Admin\\UserCrudController:deleteEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4498.             'App\\Controller\\Admin\\UserCrudController:detail' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4499.             'App\\Controller\\Admin\\UserCrudController:edit' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4500.             'App\\Controller\\Admin\\UserCrudController:index' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4501.             'App\\Controller\\Admin\\UserCrudController:new' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4502.             'App\\Controller\\Admin\\UserCrudController:persistEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4503.             'App\\Controller\\Admin\\UserCrudController:renderFilters' => ['privates''.service_locator.kEvhmk9''get_ServiceLocator_KEvhmk9Service'false],
  4504.             'App\\Controller\\Admin\\UserCrudController:updateEntity' => ['privates''.service_locator.aKM6MDa''get_ServiceLocator_AKM6MDaService'false],
  4505.             'App\\Controller\\SecurityController:loginAction' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4506.             'App\\Controller\\TechGuysController:checkUserOrder' => ['privates''.service_locator.nn0u.Np''get_ServiceLocator_Nn0u_NpService'false],
  4507.             'App\\Controller\\TechGuysController:deleteUserAction' => ['privates''.service_locator.gJObJ9i''get_ServiceLocator_GJObJ9iService'false],
  4508.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4509.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4510.         ], [
  4511.             'App\\Controller\\ActivationFormController::selectPackageAction' => '?',
  4512.             'App\\Controller\\ActivationFormController::selectPackageStep1Action' => '?',
  4513.             'App\\Controller\\Admin\\CouponCrudController::autocomplete' => '?',
  4514.             'App\\Controller\\Admin\\CouponCrudController::batchDelete' => '?',
  4515.             'App\\Controller\\Admin\\CouponCrudController::configureActions' => '?',
  4516.             'App\\Controller\\Admin\\CouponCrudController::configureAssets' => '?',
  4517.             'App\\Controller\\Admin\\CouponCrudController::configureCrud' => '?',
  4518.             'App\\Controller\\Admin\\CouponCrudController::configureFilters' => '?',
  4519.             'App\\Controller\\Admin\\CouponCrudController::configureResponseParameters' => '?',
  4520.             'App\\Controller\\Admin\\CouponCrudController::createEditForm' => '?',
  4521.             'App\\Controller\\Admin\\CouponCrudController::createEditFormBuilder' => '?',
  4522.             'App\\Controller\\Admin\\CouponCrudController::createIndexQueryBuilder' => '?',
  4523.             'App\\Controller\\Admin\\CouponCrudController::createNewForm' => '?',
  4524.             'App\\Controller\\Admin\\CouponCrudController::createNewFormBuilder' => '?',
  4525.             'App\\Controller\\Admin\\CouponCrudController::delete' => '?',
  4526.             'App\\Controller\\Admin\\CouponCrudController::deleteEntity' => '?',
  4527.             'App\\Controller\\Admin\\CouponCrudController::detail' => '?',
  4528.             'App\\Controller\\Admin\\CouponCrudController::edit' => '?',
  4529.             'App\\Controller\\Admin\\CouponCrudController::index' => '?',
  4530.             'App\\Controller\\Admin\\CouponCrudController::new' => '?',
  4531.             'App\\Controller\\Admin\\CouponCrudController::persistEntity' => '?',
  4532.             'App\\Controller\\Admin\\CouponCrudController::renderFilters' => '?',
  4533.             'App\\Controller\\Admin\\CouponCrudController::updateEntity' => '?',
  4534.             'App\\Controller\\Admin\\CustomerCrudController::autocomplete' => '?',
  4535.             'App\\Controller\\Admin\\CustomerCrudController::batchDelete' => '?',
  4536.             'App\\Controller\\Admin\\CustomerCrudController::configureActions' => '?',
  4537.             'App\\Controller\\Admin\\CustomerCrudController::configureAssets' => '?',
  4538.             'App\\Controller\\Admin\\CustomerCrudController::configureCrud' => '?',
  4539.             'App\\Controller\\Admin\\CustomerCrudController::configureFilters' => '?',
  4540.             'App\\Controller\\Admin\\CustomerCrudController::configureResponseParameters' => '?',
  4541.             'App\\Controller\\Admin\\CustomerCrudController::createEditForm' => '?',
  4542.             'App\\Controller\\Admin\\CustomerCrudController::createEditFormBuilder' => '?',
  4543.             'App\\Controller\\Admin\\CustomerCrudController::createIndexQueryBuilder' => '?',
  4544.             'App\\Controller\\Admin\\CustomerCrudController::createNewForm' => '?',
  4545.             'App\\Controller\\Admin\\CustomerCrudController::createNewFormBuilder' => '?',
  4546.             'App\\Controller\\Admin\\CustomerCrudController::delete' => '?',
  4547.             'App\\Controller\\Admin\\CustomerCrudController::deleteEntity' => '?',
  4548.             'App\\Controller\\Admin\\CustomerCrudController::detail' => '?',
  4549.             'App\\Controller\\Admin\\CustomerCrudController::edit' => '?',
  4550.             'App\\Controller\\Admin\\CustomerCrudController::index' => '?',
  4551.             'App\\Controller\\Admin\\CustomerCrudController::new' => '?',
  4552.             'App\\Controller\\Admin\\CustomerCrudController::persistEntity' => '?',
  4553.             'App\\Controller\\Admin\\CustomerCrudController::renderFilters' => '?',
  4554.             'App\\Controller\\Admin\\CustomerCrudController::updateEntity' => '?',
  4555.             'App\\Controller\\Admin\\DashboardController::configureUserMenu' => '?',
  4556.             'App\\Controller\\Admin\\DepartmentCrudController::autocomplete' => '?',
  4557.             'App\\Controller\\Admin\\DepartmentCrudController::batchDelete' => '?',
  4558.             'App\\Controller\\Admin\\DepartmentCrudController::configureActions' => '?',
  4559.             'App\\Controller\\Admin\\DepartmentCrudController::configureAssets' => '?',
  4560.             'App\\Controller\\Admin\\DepartmentCrudController::configureCrud' => '?',
  4561.             'App\\Controller\\Admin\\DepartmentCrudController::configureFilters' => '?',
  4562.             'App\\Controller\\Admin\\DepartmentCrudController::configureResponseParameters' => '?',
  4563.             'App\\Controller\\Admin\\DepartmentCrudController::createEditForm' => '?',
  4564.             'App\\Controller\\Admin\\DepartmentCrudController::createEditFormBuilder' => '?',
  4565.             'App\\Controller\\Admin\\DepartmentCrudController::createIndexQueryBuilder' => '?',
  4566.             'App\\Controller\\Admin\\DepartmentCrudController::createNewForm' => '?',
  4567.             'App\\Controller\\Admin\\DepartmentCrudController::createNewFormBuilder' => '?',
  4568.             'App\\Controller\\Admin\\DepartmentCrudController::delete' => '?',
  4569.             'App\\Controller\\Admin\\DepartmentCrudController::deleteEntity' => '?',
  4570.             'App\\Controller\\Admin\\DepartmentCrudController::detail' => '?',
  4571.             'App\\Controller\\Admin\\DepartmentCrudController::edit' => '?',
  4572.             'App\\Controller\\Admin\\DepartmentCrudController::index' => '?',
  4573.             'App\\Controller\\Admin\\DepartmentCrudController::new' => '?',
  4574.             'App\\Controller\\Admin\\DepartmentCrudController::persistEntity' => '?',
  4575.             'App\\Controller\\Admin\\DepartmentCrudController::renderFilters' => '?',
  4576.             'App\\Controller\\Admin\\DepartmentCrudController::updateEntity' => '?',
  4577.             'App\\Controller\\Admin\\DeviceCrudController::autocomplete' => '?',
  4578.             'App\\Controller\\Admin\\DeviceCrudController::batchDelete' => '?',
  4579.             'App\\Controller\\Admin\\DeviceCrudController::configureActions' => '?',
  4580.             'App\\Controller\\Admin\\DeviceCrudController::configureAssets' => '?',
  4581.             'App\\Controller\\Admin\\DeviceCrudController::configureCrud' => '?',
  4582.             'App\\Controller\\Admin\\DeviceCrudController::configureFilters' => '?',
  4583.             'App\\Controller\\Admin\\DeviceCrudController::configureResponseParameters' => '?',
  4584.             'App\\Controller\\Admin\\DeviceCrudController::createEditForm' => '?',
  4585.             'App\\Controller\\Admin\\DeviceCrudController::createEditFormBuilder' => '?',
  4586.             'App\\Controller\\Admin\\DeviceCrudController::createIndexQueryBuilder' => '?',
  4587.             'App\\Controller\\Admin\\DeviceCrudController::createNewForm' => '?',
  4588.             'App\\Controller\\Admin\\DeviceCrudController::createNewFormBuilder' => '?',
  4589.             'App\\Controller\\Admin\\DeviceCrudController::delete' => '?',
  4590.             'App\\Controller\\Admin\\DeviceCrudController::deleteEntity' => '?',
  4591.             'App\\Controller\\Admin\\DeviceCrudController::detail' => '?',
  4592.             'App\\Controller\\Admin\\DeviceCrudController::edit' => '?',
  4593.             'App\\Controller\\Admin\\DeviceCrudController::index' => '?',
  4594.             'App\\Controller\\Admin\\DeviceCrudController::new' => '?',
  4595.             'App\\Controller\\Admin\\DeviceCrudController::persistEntity' => '?',
  4596.             'App\\Controller\\Admin\\DeviceCrudController::renderFilters' => '?',
  4597.             'App\\Controller\\Admin\\DeviceCrudController::updateEntity' => '?',
  4598.             'App\\Controller\\Admin\\DeviceGroupCrudController::autocomplete' => '?',
  4599.             'App\\Controller\\Admin\\DeviceGroupCrudController::batchDelete' => '?',
  4600.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureActions' => '?',
  4601.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureAssets' => '?',
  4602.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureCrud' => '?',
  4603.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureFilters' => '?',
  4604.             'App\\Controller\\Admin\\DeviceGroupCrudController::configureResponseParameters' => '?',
  4605.             'App\\Controller\\Admin\\DeviceGroupCrudController::createEditForm' => '?',
  4606.             'App\\Controller\\Admin\\DeviceGroupCrudController::createEditFormBuilder' => '?',
  4607.             'App\\Controller\\Admin\\DeviceGroupCrudController::createIndexQueryBuilder' => '?',
  4608.             'App\\Controller\\Admin\\DeviceGroupCrudController::createNewForm' => '?',
  4609.             'App\\Controller\\Admin\\DeviceGroupCrudController::createNewFormBuilder' => '?',
  4610.             'App\\Controller\\Admin\\DeviceGroupCrudController::delete' => '?',
  4611.             'App\\Controller\\Admin\\DeviceGroupCrudController::deleteEntity' => '?',
  4612.             'App\\Controller\\Admin\\DeviceGroupCrudController::detail' => '?',
  4613.             'App\\Controller\\Admin\\DeviceGroupCrudController::edit' => '?',
  4614.             'App\\Controller\\Admin\\DeviceGroupCrudController::index' => '?',
  4615.             'App\\Controller\\Admin\\DeviceGroupCrudController::new' => '?',
  4616.             'App\\Controller\\Admin\\DeviceGroupCrudController::persistEntity' => '?',
  4617.             'App\\Controller\\Admin\\DeviceGroupCrudController::renderFilters' => '?',
  4618.             'App\\Controller\\Admin\\DeviceGroupCrudController::updateEntity' => '?',
  4619.             'App\\Controller\\Admin\\LogsCrudController::autocomplete' => '?',
  4620.             'App\\Controller\\Admin\\LogsCrudController::batchDelete' => '?',
  4621.             'App\\Controller\\Admin\\LogsCrudController::configureActions' => '?',
  4622.             'App\\Controller\\Admin\\LogsCrudController::configureAssets' => '?',
  4623.             'App\\Controller\\Admin\\LogsCrudController::configureCrud' => '?',
  4624.             'App\\Controller\\Admin\\LogsCrudController::configureFilters' => '?',
  4625.             'App\\Controller\\Admin\\LogsCrudController::configureResponseParameters' => '?',
  4626.             'App\\Controller\\Admin\\LogsCrudController::createEditForm' => '?',
  4627.             'App\\Controller\\Admin\\LogsCrudController::createEditFormBuilder' => '?',
  4628.             'App\\Controller\\Admin\\LogsCrudController::createIndexQueryBuilder' => '?',
  4629.             'App\\Controller\\Admin\\LogsCrudController::createNewForm' => '?',
  4630.             'App\\Controller\\Admin\\LogsCrudController::createNewFormBuilder' => '?',
  4631.             'App\\Controller\\Admin\\LogsCrudController::delete' => '?',
  4632.             'App\\Controller\\Admin\\LogsCrudController::deleteEntity' => '?',
  4633.             'App\\Controller\\Admin\\LogsCrudController::detail' => '?',
  4634.             'App\\Controller\\Admin\\LogsCrudController::edit' => '?',
  4635.             'App\\Controller\\Admin\\LogsCrudController::index' => '?',
  4636.             'App\\Controller\\Admin\\LogsCrudController::new' => '?',
  4637.             'App\\Controller\\Admin\\LogsCrudController::persistEntity' => '?',
  4638.             'App\\Controller\\Admin\\LogsCrudController::renderFilters' => '?',
  4639.             'App\\Controller\\Admin\\LogsCrudController::updateEntity' => '?',
  4640.             'App\\Controller\\Admin\\OrderCrudController::autocomplete' => '?',
  4641.             'App\\Controller\\Admin\\OrderCrudController::batchDelete' => '?',
  4642.             'App\\Controller\\Admin\\OrderCrudController::configureActions' => '?',
  4643.             'App\\Controller\\Admin\\OrderCrudController::configureAssets' => '?',
  4644.             'App\\Controller\\Admin\\OrderCrudController::configureCrud' => '?',
  4645.             'App\\Controller\\Admin\\OrderCrudController::configureFilters' => '?',
  4646.             'App\\Controller\\Admin\\OrderCrudController::configureResponseParameters' => '?',
  4647.             'App\\Controller\\Admin\\OrderCrudController::createEditForm' => '?',
  4648.             'App\\Controller\\Admin\\OrderCrudController::createEditFormBuilder' => '?',
  4649.             'App\\Controller\\Admin\\OrderCrudController::createIndexQueryBuilder' => '?',
  4650.             'App\\Controller\\Admin\\OrderCrudController::createNewForm' => '?',
  4651.             'App\\Controller\\Admin\\OrderCrudController::createNewFormBuilder' => '?',
  4652.             'App\\Controller\\Admin\\OrderCrudController::delete' => '?',
  4653.             'App\\Controller\\Admin\\OrderCrudController::deleteEntity' => '?',
  4654.             'App\\Controller\\Admin\\OrderCrudController::detail' => '?',
  4655.             'App\\Controller\\Admin\\OrderCrudController::edit' => '?',
  4656.             'App\\Controller\\Admin\\OrderCrudController::index' => '?',
  4657.             'App\\Controller\\Admin\\OrderCrudController::new' => '?',
  4658.             'App\\Controller\\Admin\\OrderCrudController::persistEntity' => '?',
  4659.             'App\\Controller\\Admin\\OrderCrudController::renderFilters' => '?',
  4660.             'App\\Controller\\Admin\\OrderCrudController::updateEntity' => '?',
  4661.             'App\\Controller\\Admin\\PaymentCrudController::autocomplete' => '?',
  4662.             'App\\Controller\\Admin\\PaymentCrudController::batchDelete' => '?',
  4663.             'App\\Controller\\Admin\\PaymentCrudController::configureActions' => '?',
  4664.             'App\\Controller\\Admin\\PaymentCrudController::configureAssets' => '?',
  4665.             'App\\Controller\\Admin\\PaymentCrudController::configureCrud' => '?',
  4666.             'App\\Controller\\Admin\\PaymentCrudController::configureFilters' => '?',
  4667.             'App\\Controller\\Admin\\PaymentCrudController::configureResponseParameters' => '?',
  4668.             'App\\Controller\\Admin\\PaymentCrudController::createEditForm' => '?',
  4669.             'App\\Controller\\Admin\\PaymentCrudController::createEditFormBuilder' => '?',
  4670.             'App\\Controller\\Admin\\PaymentCrudController::createIndexQueryBuilder' => '?',
  4671.             'App\\Controller\\Admin\\PaymentCrudController::createNewForm' => '?',
  4672.             'App\\Controller\\Admin\\PaymentCrudController::createNewFormBuilder' => '?',
  4673.             'App\\Controller\\Admin\\PaymentCrudController::delete' => '?',
  4674.             'App\\Controller\\Admin\\PaymentCrudController::deleteEntity' => '?',
  4675.             'App\\Controller\\Admin\\PaymentCrudController::detail' => '?',
  4676.             'App\\Controller\\Admin\\PaymentCrudController::edit' => '?',
  4677.             'App\\Controller\\Admin\\PaymentCrudController::index' => '?',
  4678.             'App\\Controller\\Admin\\PaymentCrudController::new' => '?',
  4679.             'App\\Controller\\Admin\\PaymentCrudController::persistEntity' => '?',
  4680.             'App\\Controller\\Admin\\PaymentCrudController::renderFilters' => '?',
  4681.             'App\\Controller\\Admin\\PaymentCrudController::updateEntity' => '?',
  4682.             'App\\Controller\\Admin\\PaymentMethodCrudController::autocomplete' => '?',
  4683.             'App\\Controller\\Admin\\PaymentMethodCrudController::batchDelete' => '?',
  4684.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureActions' => '?',
  4685.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureAssets' => '?',
  4686.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureCrud' => '?',
  4687.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureFilters' => '?',
  4688.             'App\\Controller\\Admin\\PaymentMethodCrudController::configureResponseParameters' => '?',
  4689.             'App\\Controller\\Admin\\PaymentMethodCrudController::createEditForm' => '?',
  4690.             'App\\Controller\\Admin\\PaymentMethodCrudController::createEditFormBuilder' => '?',
  4691.             'App\\Controller\\Admin\\PaymentMethodCrudController::createIndexQueryBuilder' => '?',
  4692.             'App\\Controller\\Admin\\PaymentMethodCrudController::createNewForm' => '?',
  4693.             'App\\Controller\\Admin\\PaymentMethodCrudController::createNewFormBuilder' => '?',
  4694.             'App\\Controller\\Admin\\PaymentMethodCrudController::delete' => '?',
  4695.             'App\\Controller\\Admin\\PaymentMethodCrudController::deleteEntity' => '?',
  4696.             'App\\Controller\\Admin\\PaymentMethodCrudController::detail' => '?',
  4697.             'App\\Controller\\Admin\\PaymentMethodCrudController::edit' => '?',
  4698.             'App\\Controller\\Admin\\PaymentMethodCrudController::index' => '?',
  4699.             'App\\Controller\\Admin\\PaymentMethodCrudController::new' => '?',
  4700.             'App\\Controller\\Admin\\PaymentMethodCrudController::persistEntity' => '?',
  4701.             'App\\Controller\\Admin\\PaymentMethodCrudController::renderFilters' => '?',
  4702.             'App\\Controller\\Admin\\PaymentMethodCrudController::updateEntity' => '?',
  4703.             'App\\Controller\\Admin\\ProtokollCrudController::autocomplete' => '?',
  4704.             'App\\Controller\\Admin\\ProtokollCrudController::batchDelete' => '?',
  4705.             'App\\Controller\\Admin\\ProtokollCrudController::configureActions' => '?',
  4706.             'App\\Controller\\Admin\\ProtokollCrudController::configureAssets' => '?',
  4707.             'App\\Controller\\Admin\\ProtokollCrudController::configureCrud' => '?',
  4708.             'App\\Controller\\Admin\\ProtokollCrudController::configureFilters' => '?',
  4709.             'App\\Controller\\Admin\\ProtokollCrudController::configureResponseParameters' => '?',
  4710.             'App\\Controller\\Admin\\ProtokollCrudController::createEditForm' => '?',
  4711.             'App\\Controller\\Admin\\ProtokollCrudController::createEditFormBuilder' => '?',
  4712.             'App\\Controller\\Admin\\ProtokollCrudController::createIndexQueryBuilder' => '?',
  4713.             'App\\Controller\\Admin\\ProtokollCrudController::createNewForm' => '?',
  4714.             'App\\Controller\\Admin\\ProtokollCrudController::createNewFormBuilder' => '?',
  4715.             'App\\Controller\\Admin\\ProtokollCrudController::delete' => '?',
  4716.             'App\\Controller\\Admin\\ProtokollCrudController::deleteEntity' => '?',
  4717.             'App\\Controller\\Admin\\ProtokollCrudController::detail' => '?',
  4718.             'App\\Controller\\Admin\\ProtokollCrudController::edit' => '?',
  4719.             'App\\Controller\\Admin\\ProtokollCrudController::index' => '?',
  4720.             'App\\Controller\\Admin\\ProtokollCrudController::new' => '?',
  4721.             'App\\Controller\\Admin\\ProtokollCrudController::persistEntity' => '?',
  4722.             'App\\Controller\\Admin\\ProtokollCrudController::renderFilters' => '?',
  4723.             'App\\Controller\\Admin\\ProtokollCrudController::updateEntity' => '?',
  4724.             'App\\Controller\\Admin\\ServicepackCrudController::autocomplete' => '?',
  4725.             'App\\Controller\\Admin\\ServicepackCrudController::batchDelete' => '?',
  4726.             'App\\Controller\\Admin\\ServicepackCrudController::configureActions' => '?',
  4727.             'App\\Controller\\Admin\\ServicepackCrudController::configureAssets' => '?',
  4728.             'App\\Controller\\Admin\\ServicepackCrudController::configureCrud' => '?',
  4729.             'App\\Controller\\Admin\\ServicepackCrudController::configureFilters' => '?',
  4730.             'App\\Controller\\Admin\\ServicepackCrudController::configureResponseParameters' => '?',
  4731.             'App\\Controller\\Admin\\ServicepackCrudController::createEditForm' => '?',
  4732.             'App\\Controller\\Admin\\ServicepackCrudController::createEditFormBuilder' => '?',
  4733.             'App\\Controller\\Admin\\ServicepackCrudController::createIndexQueryBuilder' => '?',
  4734.             'App\\Controller\\Admin\\ServicepackCrudController::createNewForm' => '?',
  4735.             'App\\Controller\\Admin\\ServicepackCrudController::createNewFormBuilder' => '?',
  4736.             'App\\Controller\\Admin\\ServicepackCrudController::delete' => '?',
  4737.             'App\\Controller\\Admin\\ServicepackCrudController::deleteEntity' => '?',
  4738.             'App\\Controller\\Admin\\ServicepackCrudController::detail' => '?',
  4739.             'App\\Controller\\Admin\\ServicepackCrudController::edit' => '?',
  4740.             'App\\Controller\\Admin\\ServicepackCrudController::index' => '?',
  4741.             'App\\Controller\\Admin\\ServicepackCrudController::new' => '?',
  4742.             'App\\Controller\\Admin\\ServicepackCrudController::persistEntity' => '?',
  4743.             'App\\Controller\\Admin\\ServicepackCrudController::renderFilters' => '?',
  4744.             'App\\Controller\\Admin\\ServicepackCrudController::updateEntity' => '?',
  4745.             'App\\Controller\\Admin\\UserCrudController::autocomplete' => '?',
  4746.             'App\\Controller\\Admin\\UserCrudController::batchDelete' => '?',
  4747.             'App\\Controller\\Admin\\UserCrudController::configureActions' => '?',
  4748.             'App\\Controller\\Admin\\UserCrudController::configureAssets' => '?',
  4749.             'App\\Controller\\Admin\\UserCrudController::configureCrud' => '?',
  4750.             'App\\Controller\\Admin\\UserCrudController::configureFilters' => '?',
  4751.             'App\\Controller\\Admin\\UserCrudController::configureResponseParameters' => '?',
  4752.             'App\\Controller\\Admin\\UserCrudController::createEditForm' => '?',
  4753.             'App\\Controller\\Admin\\UserCrudController::createEditFormBuilder' => '?',
  4754.             'App\\Controller\\Admin\\UserCrudController::createIndexQueryBuilder' => '?',
  4755.             'App\\Controller\\Admin\\UserCrudController::createNewForm' => '?',
  4756.             'App\\Controller\\Admin\\UserCrudController::createNewFormBuilder' => '?',
  4757.             'App\\Controller\\Admin\\UserCrudController::delete' => '?',
  4758.             'App\\Controller\\Admin\\UserCrudController::deleteEntity' => '?',
  4759.             'App\\Controller\\Admin\\UserCrudController::detail' => '?',
  4760.             'App\\Controller\\Admin\\UserCrudController::edit' => '?',
  4761.             'App\\Controller\\Admin\\UserCrudController::index' => '?',
  4762.             'App\\Controller\\Admin\\UserCrudController::new' => '?',
  4763.             'App\\Controller\\Admin\\UserCrudController::persistEntity' => '?',
  4764.             'App\\Controller\\Admin\\UserCrudController::renderFilters' => '?',
  4765.             'App\\Controller\\Admin\\UserCrudController::updateEntity' => '?',
  4766.             'App\\Controller\\SecurityController::loginAction' => '?',
  4767.             'App\\Controller\\TechGuysController::checkUserOrder' => '?',
  4768.             'App\\Controller\\TechGuysController::deleteUserAction' => '?',
  4769.             'kernel::loadRoutes' => '?',
  4770.             'kernel::registerContainerConfiguration' => '?',
  4771.             'App\\Controller\\ActivationFormController:selectPackageAction' => '?',
  4772.             'App\\Controller\\ActivationFormController:selectPackageStep1Action' => '?',
  4773.             'App\\Controller\\Admin\\CouponCrudController:autocomplete' => '?',
  4774.             'App\\Controller\\Admin\\CouponCrudController:batchDelete' => '?',
  4775.             'App\\Controller\\Admin\\CouponCrudController:configureActions' => '?',
  4776.             'App\\Controller\\Admin\\CouponCrudController:configureAssets' => '?',
  4777.             'App\\Controller\\Admin\\CouponCrudController:configureCrud' => '?',
  4778.             'App\\Controller\\Admin\\CouponCrudController:configureFilters' => '?',
  4779.             'App\\Controller\\Admin\\CouponCrudController:configureResponseParameters' => '?',
  4780.             'App\\Controller\\Admin\\CouponCrudController:createEditForm' => '?',
  4781.             'App\\Controller\\Admin\\CouponCrudController:createEditFormBuilder' => '?',
  4782.             'App\\Controller\\Admin\\CouponCrudController:createIndexQueryBuilder' => '?',
  4783.             'App\\Controller\\Admin\\CouponCrudController:createNewForm' => '?',
  4784.             'App\\Controller\\Admin\\CouponCrudController:createNewFormBuilder' => '?',
  4785.             'App\\Controller\\Admin\\CouponCrudController:delete' => '?',
  4786.             'App\\Controller\\Admin\\CouponCrudController:deleteEntity' => '?',
  4787.             'App\\Controller\\Admin\\CouponCrudController:detail' => '?',
  4788.             'App\\Controller\\Admin\\CouponCrudController:edit' => '?',
  4789.             'App\\Controller\\Admin\\CouponCrudController:index' => '?',
  4790.             'App\\Controller\\Admin\\CouponCrudController:new' => '?',
  4791.             'App\\Controller\\Admin\\CouponCrudController:persistEntity' => '?',
  4792.             'App\\Controller\\Admin\\CouponCrudController:renderFilters' => '?',
  4793.             'App\\Controller\\Admin\\CouponCrudController:updateEntity' => '?',
  4794.             'App\\Controller\\Admin\\CustomerCrudController:autocomplete' => '?',
  4795.             'App\\Controller\\Admin\\CustomerCrudController:batchDelete' => '?',
  4796.             'App\\Controller\\Admin\\CustomerCrudController:configureActions' => '?',
  4797.             'App\\Controller\\Admin\\CustomerCrudController:configureAssets' => '?',
  4798.             'App\\Controller\\Admin\\CustomerCrudController:configureCrud' => '?',
  4799.             'App\\Controller\\Admin\\CustomerCrudController:configureFilters' => '?',
  4800.             'App\\Controller\\Admin\\CustomerCrudController:configureResponseParameters' => '?',
  4801.             'App\\Controller\\Admin\\CustomerCrudController:createEditForm' => '?',
  4802.             'App\\Controller\\Admin\\CustomerCrudController:createEditFormBuilder' => '?',
  4803.             'App\\Controller\\Admin\\CustomerCrudController:createIndexQueryBuilder' => '?',
  4804.             'App\\Controller\\Admin\\CustomerCrudController:createNewForm' => '?',
  4805.             'App\\Controller\\Admin\\CustomerCrudController:createNewFormBuilder' => '?',
  4806.             'App\\Controller\\Admin\\CustomerCrudController:delete' => '?',
  4807.             'App\\Controller\\Admin\\CustomerCrudController:deleteEntity' => '?',
  4808.             'App\\Controller\\Admin\\CustomerCrudController:detail' => '?',
  4809.             'App\\Controller\\Admin\\CustomerCrudController:edit' => '?',
  4810.             'App\\Controller\\Admin\\CustomerCrudController:index' => '?',
  4811.             'App\\Controller\\Admin\\CustomerCrudController:new' => '?',
  4812.             'App\\Controller\\Admin\\CustomerCrudController:persistEntity' => '?',
  4813.             'App\\Controller\\Admin\\CustomerCrudController:renderFilters' => '?',
  4814.             'App\\Controller\\Admin\\CustomerCrudController:updateEntity' => '?',
  4815.             'App\\Controller\\Admin\\DashboardController:configureUserMenu' => '?',
  4816.             'App\\Controller\\Admin\\DepartmentCrudController:autocomplete' => '?',
  4817.             'App\\Controller\\Admin\\DepartmentCrudController:batchDelete' => '?',
  4818.             'App\\Controller\\Admin\\DepartmentCrudController:configureActions' => '?',
  4819.             'App\\Controller\\Admin\\DepartmentCrudController:configureAssets' => '?',
  4820.             'App\\Controller\\Admin\\DepartmentCrudController:configureCrud' => '?',
  4821.             'App\\Controller\\Admin\\DepartmentCrudController:configureFilters' => '?',
  4822.             'App\\Controller\\Admin\\DepartmentCrudController:configureResponseParameters' => '?',
  4823.             'App\\Controller\\Admin\\DepartmentCrudController:createEditForm' => '?',
  4824.             'App\\Controller\\Admin\\DepartmentCrudController:createEditFormBuilder' => '?',
  4825.             'App\\Controller\\Admin\\DepartmentCrudController:createIndexQueryBuilder' => '?',
  4826.             'App\\Controller\\Admin\\DepartmentCrudController:createNewForm' => '?',
  4827.             'App\\Controller\\Admin\\DepartmentCrudController:createNewFormBuilder' => '?',
  4828.             'App\\Controller\\Admin\\DepartmentCrudController:delete' => '?',
  4829.             'App\\Controller\\Admin\\DepartmentCrudController:deleteEntity' => '?',
  4830.             'App\\Controller\\Admin\\DepartmentCrudController:detail' => '?',
  4831.             'App\\Controller\\Admin\\DepartmentCrudController:edit' => '?',
  4832.             'App\\Controller\\Admin\\DepartmentCrudController:index' => '?',
  4833.             'App\\Controller\\Admin\\DepartmentCrudController:new' => '?',
  4834.             'App\\Controller\\Admin\\DepartmentCrudController:persistEntity' => '?',
  4835.             'App\\Controller\\Admin\\DepartmentCrudController:renderFilters' => '?',
  4836.             'App\\Controller\\Admin\\DepartmentCrudController:updateEntity' => '?',
  4837.             'App\\Controller\\Admin\\DeviceCrudController:autocomplete' => '?',
  4838.             'App\\Controller\\Admin\\DeviceCrudController:batchDelete' => '?',
  4839.             'App\\Controller\\Admin\\DeviceCrudController:configureActions' => '?',
  4840.             'App\\Controller\\Admin\\DeviceCrudController:configureAssets' => '?',
  4841.             'App\\Controller\\Admin\\DeviceCrudController:configureCrud' => '?',
  4842.             'App\\Controller\\Admin\\DeviceCrudController:configureFilters' => '?',
  4843.             'App\\Controller\\Admin\\DeviceCrudController:configureResponseParameters' => '?',
  4844.             'App\\Controller\\Admin\\DeviceCrudController:createEditForm' => '?',
  4845.             'App\\Controller\\Admin\\DeviceCrudController:createEditFormBuilder' => '?',
  4846.             'App\\Controller\\Admin\\DeviceCrudController:createIndexQueryBuilder' => '?',
  4847.             'App\\Controller\\Admin\\DeviceCrudController:createNewForm' => '?',
  4848.             'App\\Controller\\Admin\\DeviceCrudController:createNewFormBuilder' => '?',
  4849.             'App\\Controller\\Admin\\DeviceCrudController:delete' => '?',
  4850.             'App\\Controller\\Admin\\DeviceCrudController:deleteEntity' => '?',
  4851.             'App\\Controller\\Admin\\DeviceCrudController:detail' => '?',
  4852.             'App\\Controller\\Admin\\DeviceCrudController:edit' => '?',
  4853.             'App\\Controller\\Admin\\DeviceCrudController:index' => '?',
  4854.             'App\\Controller\\Admin\\DeviceCrudController:new' => '?',
  4855.             'App\\Controller\\Admin\\DeviceCrudController:persistEntity' => '?',
  4856.             'App\\Controller\\Admin\\DeviceCrudController:renderFilters' => '?',
  4857.             'App\\Controller\\Admin\\DeviceCrudController:updateEntity' => '?',
  4858.             'App\\Controller\\Admin\\DeviceGroupCrudController:autocomplete' => '?',
  4859.             'App\\Controller\\Admin\\DeviceGroupCrudController:batchDelete' => '?',
  4860.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureActions' => '?',
  4861.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureAssets' => '?',
  4862.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureCrud' => '?',
  4863.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureFilters' => '?',
  4864.             'App\\Controller\\Admin\\DeviceGroupCrudController:configureResponseParameters' => '?',
  4865.             'App\\Controller\\Admin\\DeviceGroupCrudController:createEditForm' => '?',
  4866.             'App\\Controller\\Admin\\DeviceGroupCrudController:createEditFormBuilder' => '?',
  4867.             'App\\Controller\\Admin\\DeviceGroupCrudController:createIndexQueryBuilder' => '?',
  4868.             'App\\Controller\\Admin\\DeviceGroupCrudController:createNewForm' => '?',
  4869.             'App\\Controller\\Admin\\DeviceGroupCrudController:createNewFormBuilder' => '?',
  4870.             'App\\Controller\\Admin\\DeviceGroupCrudController:delete' => '?',
  4871.             'App\\Controller\\Admin\\DeviceGroupCrudController:deleteEntity' => '?',
  4872.             'App\\Controller\\Admin\\DeviceGroupCrudController:detail' => '?',
  4873.             'App\\Controller\\Admin\\DeviceGroupCrudController:edit' => '?',
  4874.             'App\\Controller\\Admin\\DeviceGroupCrudController:index' => '?',
  4875.             'App\\Controller\\Admin\\DeviceGroupCrudController:new' => '?',
  4876.             'App\\Controller\\Admin\\DeviceGroupCrudController:persistEntity' => '?',
  4877.             'App\\Controller\\Admin\\DeviceGroupCrudController:renderFilters' => '?',
  4878.             'App\\Controller\\Admin\\DeviceGroupCrudController:updateEntity' => '?',
  4879.             'App\\Controller\\Admin\\LogsCrudController:autocomplete' => '?',
  4880.             'App\\Controller\\Admin\\LogsCrudController:batchDelete' => '?',
  4881.             'App\\Controller\\Admin\\LogsCrudController:configureActions' => '?',
  4882.             'App\\Controller\\Admin\\LogsCrudController:configureAssets' => '?',
  4883.             'App\\Controller\\Admin\\LogsCrudController:configureCrud' => '?',
  4884.             'App\\Controller\\Admin\\LogsCrudController:configureFilters' => '?',
  4885.             'App\\Controller\\Admin\\LogsCrudController:configureResponseParameters' => '?',
  4886.             'App\\Controller\\Admin\\LogsCrudController:createEditForm' => '?',
  4887.             'App\\Controller\\Admin\\LogsCrudController:createEditFormBuilder' => '?',
  4888.             'App\\Controller\\Admin\\LogsCrudController:createIndexQueryBuilder' => '?',
  4889.             'App\\Controller\\Admin\\LogsCrudController:createNewForm' => '?',
  4890.             'App\\Controller\\Admin\\LogsCrudController:createNewFormBuilder' => '?',
  4891.             'App\\Controller\\Admin\\LogsCrudController:delete' => '?',
  4892.             'App\\Controller\\Admin\\LogsCrudController:deleteEntity' => '?',
  4893.             'App\\Controller\\Admin\\LogsCrudController:detail' => '?',
  4894.             'App\\Controller\\Admin\\LogsCrudController:edit' => '?',
  4895.             'App\\Controller\\Admin\\LogsCrudController:index' => '?',
  4896.             'App\\Controller\\Admin\\LogsCrudController:new' => '?',
  4897.             'App\\Controller\\Admin\\LogsCrudController:persistEntity' => '?',
  4898.             'App\\Controller\\Admin\\LogsCrudController:renderFilters' => '?',
  4899.             'App\\Controller\\Admin\\LogsCrudController:updateEntity' => '?',
  4900.             'App\\Controller\\Admin\\OrderCrudController:autocomplete' => '?',
  4901.             'App\\Controller\\Admin\\OrderCrudController:batchDelete' => '?',
  4902.             'App\\Controller\\Admin\\OrderCrudController:configureActions' => '?',
  4903.             'App\\Controller\\Admin\\OrderCrudController:configureAssets' => '?',
  4904.             'App\\Controller\\Admin\\OrderCrudController:configureCrud' => '?',
  4905.             'App\\Controller\\Admin\\OrderCrudController:configureFilters' => '?',
  4906.             'App\\Controller\\Admin\\OrderCrudController:configureResponseParameters' => '?',
  4907.             'App\\Controller\\Admin\\OrderCrudController:createEditForm' => '?',
  4908.             'App\\Controller\\Admin\\OrderCrudController:createEditFormBuilder' => '?',
  4909.             'App\\Controller\\Admin\\OrderCrudController:createIndexQueryBuilder' => '?',
  4910.             'App\\Controller\\Admin\\OrderCrudController:createNewForm' => '?',
  4911.             'App\\Controller\\Admin\\OrderCrudController:createNewFormBuilder' => '?',
  4912.             'App\\Controller\\Admin\\OrderCrudController:delete' => '?',
  4913.             'App\\Controller\\Admin\\OrderCrudController:deleteEntity' => '?',
  4914.             'App\\Controller\\Admin\\OrderCrudController:detail' => '?',
  4915.             'App\\Controller\\Admin\\OrderCrudController:edit' => '?',
  4916.             'App\\Controller\\Admin\\OrderCrudController:index' => '?',
  4917.             'App\\Controller\\Admin\\OrderCrudController:new' => '?',
  4918.             'App\\Controller\\Admin\\OrderCrudController:persistEntity' => '?',
  4919.             'App\\Controller\\Admin\\OrderCrudController:renderFilters' => '?',
  4920.             'App\\Controller\\Admin\\OrderCrudController:updateEntity' => '?',
  4921.             'App\\Controller\\Admin\\PaymentCrudController:autocomplete' => '?',
  4922.             'App\\Controller\\Admin\\PaymentCrudController:batchDelete' => '?',
  4923.             'App\\Controller\\Admin\\PaymentCrudController:configureActions' => '?',
  4924.             'App\\Controller\\Admin\\PaymentCrudController:configureAssets' => '?',
  4925.             'App\\Controller\\Admin\\PaymentCrudController:configureCrud' => '?',
  4926.             'App\\Controller\\Admin\\PaymentCrudController:configureFilters' => '?',
  4927.             'App\\Controller\\Admin\\PaymentCrudController:configureResponseParameters' => '?',
  4928.             'App\\Controller\\Admin\\PaymentCrudController:createEditForm' => '?',
  4929.             'App\\Controller\\Admin\\PaymentCrudController:createEditFormBuilder' => '?',
  4930.             'App\\Controller\\Admin\\PaymentCrudController:createIndexQueryBuilder' => '?',
  4931.             'App\\Controller\\Admin\\PaymentCrudController:createNewForm' => '?',
  4932.             'App\\Controller\\Admin\\PaymentCrudController:createNewFormBuilder' => '?',
  4933.             'App\\Controller\\Admin\\PaymentCrudController:delete' => '?',
  4934.             'App\\Controller\\Admin\\PaymentCrudController:deleteEntity' => '?',
  4935.             'App\\Controller\\Admin\\PaymentCrudController:detail' => '?',
  4936.             'App\\Controller\\Admin\\PaymentCrudController:edit' => '?',
  4937.             'App\\Controller\\Admin\\PaymentCrudController:index' => '?',
  4938.             'App\\Controller\\Admin\\PaymentCrudController:new' => '?',
  4939.             'App\\Controller\\Admin\\PaymentCrudController:persistEntity' => '?',
  4940.             'App\\Controller\\Admin\\PaymentCrudController:renderFilters' => '?',
  4941.             'App\\Controller\\Admin\\PaymentCrudController:updateEntity' => '?',
  4942.             'App\\Controller\\Admin\\PaymentMethodCrudController:autocomplete' => '?',
  4943.             'App\\Controller\\Admin\\PaymentMethodCrudController:batchDelete' => '?',
  4944.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureActions' => '?',
  4945.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureAssets' => '?',
  4946.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureCrud' => '?',
  4947.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureFilters' => '?',
  4948.             'App\\Controller\\Admin\\PaymentMethodCrudController:configureResponseParameters' => '?',
  4949.             'App\\Controller\\Admin\\PaymentMethodCrudController:createEditForm' => '?',
  4950.             'App\\Controller\\Admin\\PaymentMethodCrudController:createEditFormBuilder' => '?',
  4951.             'App\\Controller\\Admin\\PaymentMethodCrudController:createIndexQueryBuilder' => '?',
  4952.             'App\\Controller\\Admin\\PaymentMethodCrudController:createNewForm' => '?',
  4953.             'App\\Controller\\Admin\\PaymentMethodCrudController:createNewFormBuilder' => '?',
  4954.             'App\\Controller\\Admin\\PaymentMethodCrudController:delete' => '?',
  4955.             'App\\Controller\\Admin\\PaymentMethodCrudController:deleteEntity' => '?',
  4956.             'App\\Controller\\Admin\\PaymentMethodCrudController:detail' => '?',
  4957.             'App\\Controller\\Admin\\PaymentMethodCrudController:edit' => '?',
  4958.             'App\\Controller\\Admin\\PaymentMethodCrudController:index' => '?',
  4959.             'App\\Controller\\Admin\\PaymentMethodCrudController:new' => '?',
  4960.             'App\\Controller\\Admin\\PaymentMethodCrudController:persistEntity' => '?',
  4961.             'App\\Controller\\Admin\\PaymentMethodCrudController:renderFilters' => '?',
  4962.             'App\\Controller\\Admin\\PaymentMethodCrudController:updateEntity' => '?',
  4963.             'App\\Controller\\Admin\\ProtokollCrudController:autocomplete' => '?',
  4964.             'App\\Controller\\Admin\\ProtokollCrudController:batchDelete' => '?',
  4965.             'App\\Controller\\Admin\\ProtokollCrudController:configureActions' => '?',
  4966.             'App\\Controller\\Admin\\ProtokollCrudController:configureAssets' => '?',
  4967.             'App\\Controller\\Admin\\ProtokollCrudController:configureCrud' => '?',
  4968.             'App\\Controller\\Admin\\ProtokollCrudController:configureFilters' => '?',
  4969.             'App\\Controller\\Admin\\ProtokollCrudController:configureResponseParameters' => '?',
  4970.             'App\\Controller\\Admin\\ProtokollCrudController:createEditForm' => '?',
  4971.             'App\\Controller\\Admin\\ProtokollCrudController:createEditFormBuilder' => '?',
  4972.             'App\\Controller\\Admin\\ProtokollCrudController:createIndexQueryBuilder' => '?',
  4973.             'App\\Controller\\Admin\\ProtokollCrudController:createNewForm' => '?',
  4974.             'App\\Controller\\Admin\\ProtokollCrudController:createNewFormBuilder' => '?',
  4975.             'App\\Controller\\Admin\\ProtokollCrudController:delete' => '?',
  4976.             'App\\Controller\\Admin\\ProtokollCrudController:deleteEntity' => '?',
  4977.             'App\\Controller\\Admin\\ProtokollCrudController:detail' => '?',
  4978.             'App\\Controller\\Admin\\ProtokollCrudController:edit' => '?',
  4979.             'App\\Controller\\Admin\\ProtokollCrudController:index' => '?',
  4980.             'App\\Controller\\Admin\\ProtokollCrudController:new' => '?',
  4981.             'App\\Controller\\Admin\\ProtokollCrudController:persistEntity' => '?',
  4982.             'App\\Controller\\Admin\\ProtokollCrudController:renderFilters' => '?',
  4983.             'App\\Controller\\Admin\\ProtokollCrudController:updateEntity' => '?',
  4984.             'App\\Controller\\Admin\\ServicepackCrudController:autocomplete' => '?',
  4985.             'App\\Controller\\Admin\\ServicepackCrudController:batchDelete' => '?',
  4986.             'App\\Controller\\Admin\\ServicepackCrudController:configureActions' => '?',
  4987.             'App\\Controller\\Admin\\ServicepackCrudController:configureAssets' => '?',
  4988.             'App\\Controller\\Admin\\ServicepackCrudController:configureCrud' => '?',
  4989.             'App\\Controller\\Admin\\ServicepackCrudController:configureFilters' => '?',
  4990.             'App\\Controller\\Admin\\ServicepackCrudController:configureResponseParameters' => '?',
  4991.             'App\\Controller\\Admin\\ServicepackCrudController:createEditForm' => '?',
  4992.             'App\\Controller\\Admin\\ServicepackCrudController:createEditFormBuilder' => '?',
  4993.             'App\\Controller\\Admin\\ServicepackCrudController:createIndexQueryBuilder' => '?',
  4994.             'App\\Controller\\Admin\\ServicepackCrudController:createNewForm' => '?',
  4995.             'App\\Controller\\Admin\\ServicepackCrudController:createNewFormBuilder' => '?',
  4996.             'App\\Controller\\Admin\\ServicepackCrudController:delete' => '?',
  4997.             'App\\Controller\\Admin\\ServicepackCrudController:deleteEntity' => '?',
  4998.             'App\\Controller\\Admin\\ServicepackCrudController:detail' => '?',
  4999.             'App\\Controller\\Admin\\ServicepackCrudController:edit' => '?',
  5000.             'App\\Controller\\Admin\\ServicepackCrudController:index' => '?',
  5001.             'App\\Controller\\Admin\\ServicepackCrudController:new' => '?',
  5002.             'App\\Controller\\Admin\\ServicepackCrudController:persistEntity' => '?',
  5003.             'App\\Controller\\Admin\\ServicepackCrudController:renderFilters' => '?',
  5004.             'App\\Controller\\Admin\\ServicepackCrudController:updateEntity' => '?',
  5005.             'App\\Controller\\Admin\\UserCrudController:autocomplete' => '?',
  5006.             'App\\Controller\\Admin\\UserCrudController:batchDelete' => '?',
  5007.             'App\\Controller\\Admin\\UserCrudController:configureActions' => '?',
  5008.             'App\\Controller\\Admin\\UserCrudController:configureAssets' => '?',
  5009.             'App\\Controller\\Admin\\UserCrudController:configureCrud' => '?',
  5010.             'App\\Controller\\Admin\\UserCrudController:configureFilters' => '?',
  5011.             'App\\Controller\\Admin\\UserCrudController:configureResponseParameters' => '?',
  5012.             'App\\Controller\\Admin\\UserCrudController:createEditForm' => '?',
  5013.             'App\\Controller\\Admin\\UserCrudController:createEditFormBuilder' => '?',
  5014.             'App\\Controller\\Admin\\UserCrudController:createIndexQueryBuilder' => '?',
  5015.             'App\\Controller\\Admin\\UserCrudController:createNewForm' => '?',
  5016.             'App\\Controller\\Admin\\UserCrudController:createNewFormBuilder' => '?',
  5017.             'App\\Controller\\Admin\\UserCrudController:delete' => '?',
  5018.             'App\\Controller\\Admin\\UserCrudController:deleteEntity' => '?',
  5019.             'App\\Controller\\Admin\\UserCrudController:detail' => '?',
  5020.             'App\\Controller\\Admin\\UserCrudController:edit' => '?',
  5021.             'App\\Controller\\Admin\\UserCrudController:index' => '?',
  5022.             'App\\Controller\\Admin\\UserCrudController:new' => '?',
  5023.             'App\\Controller\\Admin\\UserCrudController:persistEntity' => '?',
  5024.             'App\\Controller\\Admin\\UserCrudController:renderFilters' => '?',
  5025.             'App\\Controller\\Admin\\UserCrudController:updateEntity' => '?',
  5026.             'App\\Controller\\SecurityController:loginAction' => '?',
  5027.             'App\\Controller\\TechGuysController:checkUserOrder' => '?',
  5028.             'App\\Controller\\TechGuysController:deleteUserAction' => '?',
  5029.             'kernel:loadRoutes' => '?',
  5030.             'kernel:registerContainerConfiguration' => '?',
  5031.         ]);
  5032.     }
  5033.     /**
  5034.      * Gets the private '.service_locator.ENGuM7_' shared service.
  5035.      *
  5036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5037.      */
  5038.     protected function get_ServiceLocator_ENGuM7Service()
  5039.     {
  5040.         return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5041.             'entityDto' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  5042.             'fields' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.'],
  5043.             'filters' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.'],
  5044.             'searchDto' => ['privates''.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto'NULL'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.'],
  5045.         ], [
  5046.             'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  5047.             'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  5048.             'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  5049.             'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  5050.         ]);
  5051.     }
  5052.     /**
  5053.      * Gets the private '.service_locator.IEeEty.' shared service.
  5054.      *
  5055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5056.      */
  5057.     protected function get_ServiceLocator_IEeEty_Service()
  5058.     {
  5059.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5060.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5061.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5062.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5063.         ], [
  5064.             'security.firewall.map.context.api' => '?',
  5065.             'security.firewall.map.context.dev' => '?',
  5066.             'security.firewall.map.context.main' => '?',
  5067.         ]);
  5068.     }
  5069.     /**
  5070.      * Gets the private '.service_locator.J7Wc7Bf' shared service.
  5071.      *
  5072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5073.      */
  5074.     protected function get_ServiceLocator_J7Wc7BfService()
  5075.     {
  5076.         return $this->privates['.service_locator.J7Wc7Bf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5077.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5078.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  5079.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5080.         ], [
  5081.             'event_dispatcher' => '?',
  5082.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5083.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5084.         ]);
  5085.     }
  5086.     /**
  5087.      * Gets the private '.service_locator.OGjUKCt' shared service.
  5088.      *
  5089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5090.      */
  5091.     protected function get_ServiceLocator_OGjUKCtService()
  5092.     {
  5093.         return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5094.             'filters' => ['privates''.errored..service_locator.OGjUKCt.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters'NULL'Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.'],
  5095.         ], [
  5096.             'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  5097.         ]);
  5098.     }
  5099.     /**
  5100.      * Gets the private '.service_locator.R8Qy2_.' shared service.
  5101.      *
  5102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5103.      */
  5104.     protected function get_ServiceLocator_R8Qy2_Service()
  5105.     {
  5106.         return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5107.             'actions' => ['privates''.errored..service_locator.R8Qy2_..EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions'NULL'Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.'],
  5108.         ], [
  5109.             'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  5110.         ]);
  5111.     }
  5112.     /**
  5113.      * Gets the private '.service_locator.UIrHhwh' shared service.
  5114.      *
  5115.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5116.      */
  5117.     protected function get_ServiceLocator_UIrHhwhService()
  5118.     {
  5119.         return $this->privates['.service_locator.UIrHhwh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5120.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory''getActionFactoryService'false],
  5121.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory''getControllerFactoryService'false],
  5122.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory''getEntityFactoryService'false],
  5123.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory''getFilterFactoryService'false],
  5124.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory''getFormFactoryService'false],
  5125.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory''getPaginatorFactoryService'false],
  5126.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository''getEntityRepositoryService'false],
  5127.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater''getEntityUpdaterService'false],
  5128.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider''getAdminContextProviderService'false],
  5129.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider''getFieldProviderService'false],
  5130.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  5131.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator''getCrudUrlGeneratorService'false],
  5132.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5133.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5134.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5135.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5136.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5137.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5138.             'router' => ['services''router''getRouterService'false],
  5139.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5140.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5141.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5142.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5143.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5144.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5145.         ], [
  5146.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  5147.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  5148.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  5149.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  5150.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  5151.             'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  5152.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
  5153.             'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
  5154.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
  5155.             'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  5156.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  5157.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator',
  5158.             'doctrine' => '?',
  5159.             'event_dispatcher' => '?',
  5160.             'form.factory' => '?',
  5161.             'http_kernel' => '?',
  5162.             'parameter_bag' => '?',
  5163.             'request_stack' => '?',
  5164.             'router' => '?',
  5165.             'security.authorization_checker' => '?',
  5166.             'security.csrf.token_manager' => '?',
  5167.             'security.token_storage' => '?',
  5168.             'serializer' => '?',
  5169.             'session' => '.session.deprecated',
  5170.             'twig' => '?',
  5171.         ]);
  5172.     }
  5173.     /**
  5174.      * Gets the private '.service_locator.W.c5h2_' shared service.
  5175.      *
  5176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5177.      */
  5178.     protected function get_ServiceLocator_W_C5h2Service()
  5179.     {
  5180.         return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5181.             'responseParameters' => ['privates''.errored..service_locator.W.c5h2_.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore'NULL'Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  5182.         ], [
  5183.             'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  5184.         ]);
  5185.     }
  5186.     /**
  5187.      * Gets the private '.service_locator.XdMPwIJ' shared service.
  5188.      *
  5189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5190.      */
  5191.     protected function get_ServiceLocator_XdMPwIJService()
  5192.     {
  5193.         return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5194.             'assets' => ['privates''.errored..service_locator.XdMPwIJ.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets'NULL'Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.'],
  5195.         ], [
  5196.             'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  5197.         ]);
  5198.     }
  5199.     /**
  5200.      * Gets the private '.service_locator.XpfeRo6' shared service.
  5201.      *
  5202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5203.      */
  5204.     protected function get_ServiceLocator_XpfeRo6Service()
  5205.     {
  5206.         return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5207.             'crud' => ['privates''.errored..service_locator.XpfeRo6.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud'NULL'Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.'],
  5208.         ], [
  5209.             'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  5210.         ]);
  5211.     }
  5212.     /**
  5213.      * Gets the private '.service_locator.aKM6MDa' shared service.
  5214.      *
  5215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5216.      */
  5217.     protected function get_ServiceLocator_AKM6MDaService()
  5218.     {
  5219.         return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5220.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5221.         ], [
  5222.             'entityManager' => '?',
  5223.         ]);
  5224.     }
  5225.     /**
  5226.      * Gets the private '.service_locator.esmk6IF' shared service.
  5227.      *
  5228.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5229.      */
  5230.     protected function get_ServiceLocator_Esmk6IFService()
  5231.     {
  5232.         return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5233.             'batchActionDto' => ['privates''.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto'NULL'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.'],
  5234.             'context' => ['privates''.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5235.         ], [
  5236.             'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  5237.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5238.         ]);
  5239.     }
  5240.     /**
  5241.      * Gets the private '.service_locator.gJObJ9i' shared service.
  5242.      *
  5243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5244.      */
  5245.     protected function get_ServiceLocator_GJObJ9iService()
  5246.     {
  5247.         return $this->privates['.service_locator.gJObJ9i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5248.             'userService' => ['privates''App\\Service\\UserService''getUserServiceService'false],
  5249.         ], [
  5250.             'userService' => 'App\\Service\\UserService',
  5251.         ]);
  5252.     }
  5253.     /**
  5254.      * Gets the private '.service_locator.kEvhmk9' shared service.
  5255.      *
  5256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5257.      */
  5258.     protected function get_ServiceLocator_KEvhmk9Service()
  5259.     {
  5260.         return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5261.             'context' => ['privates''.errored..service_locator.kEvhmk9.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5262.         ], [
  5263.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5264.         ]);
  5265.     }
  5266.     /**
  5267.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5268.      *
  5269.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5270.      */
  5271.     protected function get_ServiceLocator_Mx0UMmYService()
  5272.     {
  5273.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5274.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5275.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5276.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5277.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5278.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5279.             'router' => ['services''router''getRouterService'false],
  5280.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5281.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5282.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5283.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5284.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5285.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5286.         ], [
  5287.             'doctrine' => '?',
  5288.             'form.factory' => '?',
  5289.             'http_kernel' => '?',
  5290.             'parameter_bag' => '?',
  5291.             'request_stack' => '?',
  5292.             'router' => '?',
  5293.             'security.authorization_checker' => '?',
  5294.             'security.csrf.token_manager' => '?',
  5295.             'security.token_storage' => '?',
  5296.             'serializer' => '?',
  5297.             'session' => '.session.deprecated',
  5298.             'twig' => '?',
  5299.         ]);
  5300.     }
  5301.     /**
  5302.      * Gets the private '.service_locator.nn0u.Np' shared service.
  5303.      *
  5304.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5305.      */
  5306.     protected function get_ServiceLocator_Nn0u_NpService()
  5307.     {
  5308.         return $this->privates['.service_locator.nn0u.Np'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5309.             'resetTrackerForm' => ['privates''.errored..service_locator.nn0u.Np.Symfony\\Component\\Form\\FormInterface'NULL'Cannot autowire service ".service_locator.nn0u.Np": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?'],
  5310.             'user' => ['privates''.errored..service_locator.nn0u.Np.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.nn0u.Np": it references class "App\\Entity\\User" but no such service exists.'],
  5311.         ], [
  5312.             'resetTrackerForm' => 'Symfony\\Component\\Form\\FormInterface',
  5313.             'user' => 'App\\Entity\\User',
  5314.         ]);
  5315.     }
  5316.     /**
  5317.      * Gets the private '.service_locator.riFbGaB' shared service.
  5318.      *
  5319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5320.      */
  5321.     protected function get_ServiceLocator_RiFbGaBService()
  5322.     {
  5323.         return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5324.             'context' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  5325.             'entityDto' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  5326.             'formOptions' => ['privates''.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore'NULL'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  5327.         ], [
  5328.             'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  5329.             'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  5330.             'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  5331.         ]);
  5332.     }
  5333.     /**
  5334.      * Gets the private '.service_locator.st3ASTR' shared service.
  5335.      *
  5336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5337.      */
  5338.     protected function get_ServiceLocator_St3ASTRService()
  5339.     {
  5340.         return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5341.             'user' => ['privates''.errored..service_locator.st3ASTR.Symfony\\Component\\Security\\Core\\User\\UserInterface'NULL'Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  5342.         ], [
  5343.             'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  5344.         ]);
  5345.     }
  5346.     /**
  5347.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5348.      *
  5349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5350.      */
  5351.     protected function get_ServiceLocator_XUrKPVUService()
  5352.     {
  5353.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5354.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  5355.         ], [
  5356.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5357.         ]);
  5358.     }
  5359.     /**
  5360.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5361.      *
  5362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5363.      */
  5364.     protected function get_ServiceLocator_ZFcJjKUService()
  5365.     {
  5366.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5367.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5368.         ], [
  5369.             'authenticationUtils' => '?',
  5370.         ]);
  5371.     }
  5372.     /**
  5373.      * Gets the private '.session.deprecated' shared service.
  5374.      *
  5375.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5376.      */
  5377.     protected function get_Session_DeprecatedService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5381.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  5382.     }
  5383.     /**
  5384.      * Gets the private '.twig.command.debug.lazy' shared service.
  5385.      *
  5386.      * @return \Symfony\Component\Console\Command\LazyCommand
  5387.      */
  5388.     protected function get_Twig_Command_Debug_LazyService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5392.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  5393.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5394.         });
  5395.     }
  5396.     /**
  5397.      * Gets the private '.twig.command.lint.lazy' shared service.
  5398.      *
  5399.      * @return \Symfony\Component\Console\Command\LazyCommand
  5400.      */
  5401.     protected function get_Twig_Command_Lint_LazyService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5405.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  5406.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5407.         });
  5408.     }
  5409.     /**
  5410.      * Gets the private 'App\Api\WeclappApi' shared autowired service.
  5411.      *
  5412.      * @return \App\Api\WeclappApi
  5413.      */
  5414.     protected function getWeclappApiService()
  5415.     {
  5416.         include_once \dirname(__DIR__4).'/src/Api/WeclappApi.php';
  5417.         return $this->privates['App\\Api\\WeclappApi'] = new \App\Api\WeclappApi(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5418.     }
  5419.     /**
  5420.      * Gets the private 'App\EventSubscriber\DatabaseActivitySubscriber' shared autowired service.
  5421.      *
  5422.      * @return \App\EventSubscriber\DatabaseActivitySubscriber
  5423.      */
  5424.     protected function getDatabaseActivitySubscriberService()
  5425.     {
  5426.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5427.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DatabaseActivitySubscriber.php';
  5428.         return $this->privates['App\\EventSubscriber\\DatabaseActivitySubscriber'] = new \App\EventSubscriber\DatabaseActivitySubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5429.     }
  5430.     /**
  5431.      * Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
  5432.      *
  5433.      * @return \App\EventSubscriber\RequestSubscriber
  5434.      */
  5435.     protected function getRequestSubscriberService()
  5436.     {
  5437.         return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['account.dblog'] ?? $this->getAccount_DblogService()));
  5438.     }
  5439.     /**
  5440.      * Gets the private 'App\Form\AdminUnlinkDeviceForm' shared autowired service.
  5441.      *
  5442.      * @return \App\Form\AdminUnlinkDeviceForm
  5443.      */
  5444.     protected function getAdminUnlinkDeviceFormService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5448.         include_once \dirname(__DIR__4).'/src/Form/AdminUnlinkDeviceForm.php';
  5449.         return $this->privates['App\\Form\\AdminUnlinkDeviceForm'] = new \App\Form\AdminUnlinkDeviceForm();
  5450.     }
  5451.     /**
  5452.      * Gets the private 'App\Form\BatteryHistoryForm' shared autowired service.
  5453.      *
  5454.      * @return \App\Form\BatteryHistoryForm
  5455.      */
  5456.     protected function getBatteryHistoryFormService()
  5457.     {
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5460.         include_once \dirname(__DIR__4).'/src/Form/BatteryHistoryForm.php';
  5461.         return $this->privates['App\\Form\\BatteryHistoryForm'] = new \App\Form\BatteryHistoryForm();
  5462.     }
  5463.     /**
  5464.      * Gets the private 'App\Form\CreditCardForm' shared autowired service.
  5465.      *
  5466.      * @return \App\Form\CreditCardForm
  5467.      */
  5468.     protected function getCreditCardFormService()
  5469.     {
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5472.         include_once \dirname(__DIR__4).'/src/Form/CreditCardForm.php';
  5473.         return $this->privates['App\\Form\\CreditCardForm'] = new \App\Form\CreditCardForm();
  5474.     }
  5475.     /**
  5476.      * Gets the private 'App\Form\CustomerCreateForm' shared autowired service.
  5477.      *
  5478.      * @return \App\Form\CustomerCreateForm
  5479.      */
  5480.     protected function getCustomerCreateFormService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5484.         include_once \dirname(__DIR__4).'/src/Form/CustomerCreateForm.php';
  5485.         return $this->privates['App\\Form\\CustomerCreateForm'] = new \App\Form\CustomerCreateForm();
  5486.     }
  5487.     /**
  5488.      * Gets the private 'App\Form\DataExportForm' shared autowired service.
  5489.      *
  5490.      * @return \App\Form\DataExportForm
  5491.      */
  5492.     protected function getDataExportFormService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5496.         include_once \dirname(__DIR__4).'/src/Form/DataExportForm.php';
  5497.         return $this->privates['App\\Form\\DataExportForm'] = new \App\Form\DataExportForm();
  5498.     }
  5499.     /**
  5500.      * Gets the private 'App\Form\DeleteUserForm' shared autowired service.
  5501.      *
  5502.      * @return \App\Form\DeleteUserForm
  5503.      */
  5504.     protected function getDeleteUserFormService()
  5505.     {
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5508.         include_once \dirname(__DIR__4).'/src/Form/DeleteUserForm.php';
  5509.         return $this->privates['App\\Form\\DeleteUserForm'] = new \App\Form\DeleteUserForm();
  5510.     }
  5511.     /**
  5512.      * Gets the private 'App\Form\DeviceSearchForm' shared autowired service.
  5513.      *
  5514.      * @return \App\Form\DeviceSearchForm
  5515.      */
  5516.     protected function getDeviceSearchFormService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5520.         include_once \dirname(__DIR__4).'/src/Form/DeviceSearchForm.php';
  5521.         return $this->privates['App\\Form\\DeviceSearchForm'] = new \App\Form\DeviceSearchForm();
  5522.     }
  5523.     /**
  5524.      * Gets the private 'App\Form\LoginForm' shared autowired service.
  5525.      *
  5526.      * @return \App\Form\LoginForm
  5527.      */
  5528.     protected function getLoginFormService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5532.         include_once \dirname(__DIR__4).'/src/Form/LoginForm.php';
  5533.         return $this->privates['App\\Form\\LoginForm'] = new \App\Form\LoginForm();
  5534.     }
  5535.     /**
  5536.      * Gets the private 'App\Form\OrderForm' shared autowired service.
  5537.      *
  5538.      * @return \App\Form\OrderForm
  5539.      */
  5540.     protected function getOrderFormService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5544.         include_once \dirname(__DIR__4).'/src/Form/OrderForm.php';
  5545.         return $this->privates['App\\Form\\OrderForm'] = new \App\Form\OrderForm();
  5546.     }
  5547.     /**
  5548.      * Gets the private 'App\Form\OrderFormStep1' shared autowired service.
  5549.      *
  5550.      * @return \App\Form\OrderFormStep1
  5551.      */
  5552.     protected function getOrderFormStep1Service()
  5553.     {
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5556.         include_once \dirname(__DIR__4).'/src/Form/OrderFormStep1.php';
  5557.         return $this->privates['App\\Form\\OrderFormStep1'] = new \App\Form\OrderFormStep1();
  5558.     }
  5559.     /**
  5560.      * Gets the private 'App\Form\OrderFormStep2' shared autowired service.
  5561.      *
  5562.      * @return \App\Form\OrderFormStep2
  5563.      */
  5564.     protected function getOrderFormStep2Service()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5568.         include_once \dirname(__DIR__4).'/src/Form/OrderFormStep2.php';
  5569.         return $this->privates['App\\Form\\OrderFormStep2'] = new \App\Form\OrderFormStep2();
  5570.     }
  5571.     /**
  5572.      * Gets the private 'App\Form\OrderFormStep3' shared autowired service.
  5573.      *
  5574.      * @return \App\Form\OrderFormStep3
  5575.      */
  5576.     protected function getOrderFormStep3Service()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5580.         include_once \dirname(__DIR__4).'/src/Form/OrderFormStep3.php';
  5581.         return $this->privates['App\\Form\\OrderFormStep3'] = new \App\Form\OrderFormStep3();
  5582.     }
  5583.     /**
  5584.      * Gets the private 'App\Form\OrderFormStep4' shared autowired service.
  5585.      *
  5586.      * @return \App\Form\OrderFormStep4
  5587.      */
  5588.     protected function getOrderFormStep4Service()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5592.         include_once \dirname(__DIR__4).'/src/Form/OrderFormStep4.php';
  5593.         return $this->privates['App\\Form\\OrderFormStep4'] = new \App\Form\OrderFormStep4();
  5594.     }
  5595.     /**
  5596.      * Gets the private 'App\Form\PasswordRequestForm' shared autowired service.
  5597.      *
  5598.      * @return \App\Form\PasswordRequestForm
  5599.      */
  5600.     protected function getPasswordRequestFormService()
  5601.     {
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5604.         include_once \dirname(__DIR__4).'/src/Form/PasswordRequestForm.php';
  5605.         return $this->privates['App\\Form\\PasswordRequestForm'] = new \App\Form\PasswordRequestForm();
  5606.     }
  5607.     /**
  5608.      * Gets the private 'App\Form\PasswordResetForm' shared autowired service.
  5609.      *
  5610.      * @return \App\Form\PasswordResetForm
  5611.      */
  5612.     protected function getPasswordResetFormService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5616.         include_once \dirname(__DIR__4).'/src/Form/PasswordResetForm.php';
  5617.         return $this->privates['App\\Form\\PasswordResetForm'] = new \App\Form\PasswordResetForm();
  5618.     }
  5619.     /**
  5620.      * Gets the private 'App\Form\PhoneNumberForm' shared autowired service.
  5621.      *
  5622.      * @return \App\Form\PhoneNumberForm
  5623.      */
  5624.     protected function getPhoneNumberFormService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5628.         include_once \dirname(__DIR__4).'/src/Form/PhoneNumberForm.php';
  5629.         return $this->privates['App\\Form\\PhoneNumberForm'] = new \App\Form\PhoneNumberForm();
  5630.     }
  5631.     /**
  5632.      * Gets the private 'App\Form\RentalCreateS1Form' shared autowired service.
  5633.      *
  5634.      * @return \App\Form\RentalCreateS1Form
  5635.      */
  5636.     protected function getRentalCreateS1FormService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5640.         include_once \dirname(__DIR__4).'/src/Form/RentalCreateS1Form.php';
  5641.         return $this->privates['App\\Form\\RentalCreateS1Form'] = new \App\Form\RentalCreateS1Form();
  5642.     }
  5643.     /**
  5644.      * Gets the private 'App\Form\RentalCreateS2Form' shared autowired service.
  5645.      *
  5646.      * @return \App\Form\RentalCreateS2Form
  5647.      */
  5648.     protected function getRentalCreateS2FormService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5652.         include_once \dirname(__DIR__4).'/src/Form/RentalCreateS2Form.php';
  5653.         return $this->privates['App\\Form\\RentalCreateS2Form'] = new \App\Form\RentalCreateS2Form();
  5654.     }
  5655.     /**
  5656.      * Gets the private 'App\Form\ResetTrackerForm' shared autowired service.
  5657.      *
  5658.      * @return \App\Form\ResetTrackerForm
  5659.      */
  5660.     protected function getResetTrackerFormService()
  5661.     {
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5664.         include_once \dirname(__DIR__4).'/src/Form/ResetTrackerForm.php';
  5665.         return $this->privates['App\\Form\\ResetTrackerForm'] = new \App\Form\ResetTrackerForm();
  5666.     }
  5667.     /**
  5668.      * Gets the private 'App\Form\SepaAccountForm' shared autowired service.
  5669.      *
  5670.      * @return \App\Form\SepaAccountForm
  5671.      */
  5672.     protected function getSepaAccountFormService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5676.         include_once \dirname(__DIR__4).'/src/Form/SepaAccountForm.php';
  5677.         return $this->privates['App\\Form\\SepaAccountForm'] = new \App\Form\SepaAccountForm();
  5678.     }
  5679.     /**
  5680.      * Gets the private 'App\Form\StorageTimeForm' shared autowired service.
  5681.      *
  5682.      * @return \App\Form\StorageTimeForm
  5683.      */
  5684.     protected function getStorageTimeFormService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5688.         include_once \dirname(__DIR__4).'/src/Form/StorageTimeForm.php';
  5689.         return $this->privates['App\\Form\\StorageTimeForm'] = new \App\Form\StorageTimeForm();
  5690.     }
  5691.     /**
  5692.      * Gets the private 'App\Form\Type\PhoneType' shared autowired service.
  5693.      *
  5694.      * @return \App\Form\Type\PhoneType
  5695.      */
  5696.     protected function getPhoneTypeService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5700.         include_once \dirname(__DIR__4).'/src/Form/Type/PhoneType.php';
  5701.         return $this->privates['App\\Form\\Type\\PhoneType'] = new \App\Form\Type\PhoneType();
  5702.     }
  5703.     /**
  5704.      * Gets the private 'App\Form\UnlinkDeviceForm' shared autowired service.
  5705.      *
  5706.      * @return \App\Form\UnlinkDeviceForm
  5707.      */
  5708.     protected function getUnlinkDeviceFormService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5712.         include_once \dirname(__DIR__4).'/src/Form/UnlinkDeviceForm.php';
  5713.         return $this->privates['App\\Form\\UnlinkDeviceForm'] = new \App\Form\UnlinkDeviceForm();
  5714.     }
  5715.     /**
  5716.      * Gets the private 'App\Form\UserDeleteAccountForm' shared autowired service.
  5717.      *
  5718.      * @return \App\Form\UserDeleteAccountForm
  5719.      */
  5720.     protected function getUserDeleteAccountFormService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5724.         include_once \dirname(__DIR__4).'/src/Form/UserDeleteAccountForm.php';
  5725.         return $this->privates['App\\Form\\UserDeleteAccountForm'] = new \App\Form\UserDeleteAccountForm();
  5726.     }
  5727.     /**
  5728.      * Gets the private 'App\Form\UserEditForm' shared autowired service.
  5729.      *
  5730.      * @return \App\Form\UserEditForm
  5731.      */
  5732.     protected function getUserEditFormService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5736.         include_once \dirname(__DIR__4).'/src/Form/UserEditForm.php';
  5737.         return $this->privates['App\\Form\\UserEditForm'] = new \App\Form\UserEditForm();
  5738.     }
  5739.     /**
  5740.      * Gets the private 'App\Form\UserSearchForm' shared autowired service.
  5741.      *
  5742.      * @return \App\Form\UserSearchForm
  5743.      */
  5744.     protected function getUserSearchFormService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5748.         include_once \dirname(__DIR__4).'/src/Form/UserSearchForm.php';
  5749.         return $this->privates['App\\Form\\UserSearchForm'] = new \App\Form\UserSearchForm();
  5750.     }
  5751.     /**
  5752.      * Gets the private 'App\Form\UserSignupForm' shared autowired service.
  5753.      *
  5754.      * @return \App\Form\UserSignupForm
  5755.      */
  5756.     protected function getUserSignupFormService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5760.         include_once \dirname(__DIR__4).'/src/Form/UserSignupForm.php';
  5761.         return $this->privates['App\\Form\\UserSignupForm'] = new \App\Form\UserSignupForm();
  5762.     }
  5763.     /**
  5764.      * Gets the private 'App\Form\UserUnlinkDeviceForm' shared autowired service.
  5765.      *
  5766.      * @return \App\Form\UserUnlinkDeviceForm
  5767.      */
  5768.     protected function getUserUnlinkDeviceFormService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5772.         include_once \dirname(__DIR__4).'/src/Form/UserUnlinkDeviceForm.php';
  5773.         return $this->privates['App\\Form\\UserUnlinkDeviceForm'] = new \App\Form\UserUnlinkDeviceForm();
  5774.     }
  5775.     /**
  5776.      * Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
  5777.      *
  5778.      * @return \App\Repository\DepartmentRepository
  5779.      */
  5780.     protected function getDepartmentRepositoryService()
  5781.     {
  5782.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5787.         include_once \dirname(__DIR__4).'/src/Repository/DepartmentRepository.php';
  5788.         return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5789.     }
  5790.     /**
  5791.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5792.      *
  5793.      * @return \App\Security\LoginFormAuthenticator
  5794.      */
  5795.     protected function getLoginFormAuthenticatorService()
  5796.     {
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5801.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5802.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  5803.     }
  5804.     /**
  5805.      * Gets the private 'App\Service\CouponService' shared autowired service.
  5806.      *
  5807.      * @return \App\Service\CouponService
  5808.      */
  5809.     protected function getCouponServiceService()
  5810.     {
  5811.         include_once \dirname(__DIR__4).'/src/Service/CouponService.php';
  5812.         return $this->privates['App\\Service\\CouponService'] = new \App\Service\CouponService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5813.     }
  5814.     /**
  5815.      * Gets the private 'App\Service\DBLogService' shared autowired service.
  5816.      *
  5817.      * @return \App\Service\DBLogService
  5818.      */
  5819.     protected function getDBLogServiceService()
  5820.     {
  5821.         return $this->privates['App\\Service\\DBLogService'] = new \App\Service\DBLogService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5822.     }
  5823.     /**
  5824.      * Gets the private 'App\Service\DeviceService' shared autowired service.
  5825.      *
  5826.      * @return \App\Service\DeviceService
  5827.      */
  5828.     protected function getDeviceServiceService()
  5829.     {
  5830.         include_once \dirname(__DIR__4).'/src/Service/DeviceService.php';
  5831.         return $this->privates['App\\Service\\DeviceService'] = new \App\Service\DeviceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  5832.     }
  5833.     /**
  5834.      * Gets the private 'App\Service\MollieService' shared autowired service.
  5835.      *
  5836.      * @return \App\Service\MollieService
  5837.      */
  5838.     protected function getMollieServiceService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/src/Service/MollieService.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/mollie/mollie-api-php/src/MollieApiClient.php';
  5842.         return $this->privates['App\\Service\\MollieService'] = new \App\Service\MollieService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->services['mollie.apiclient'] ?? ($this->services['mollie.apiclient'] = new \Mollie\Api\MollieApiClient())), ($this->privates['App\\Service\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'App\Service\SubscriptionService' shared autowired service.
  5846.      *
  5847.      * @return \App\Service\SubscriptionService
  5848.      */
  5849.     protected function getSubscriptionServiceService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/src/Service/SubscriptionService.php';
  5852.         return $this->privates['App\\Service\\SubscriptionService'] = new \App\Service\SubscriptionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()), ($this->privates['App\\Service\\DeviceService'] ?? $this->getDeviceServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  5853.     }
  5854.     /**
  5855.      * Gets the private 'App\Service\UserService' shared autowired service.
  5856.      *
  5857.      * @return \App\Service\UserService
  5858.      */
  5859.     protected function getUserServiceService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  5862.         return $this->privates['App\\Service\\UserService'] = new \App\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DBLogService'] ?? $this->getDBLogServiceService()));
  5863.     }
  5864.     /**
  5865.      * Gets the private 'App\Validator\Constraints\DeviceSNValidator' shared autowired service.
  5866.      *
  5867.      * @return \App\Validator\Constraints\DeviceSNValidator
  5868.      */
  5869.     protected function getDeviceSNValidatorService()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5873.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/DeviceSNValidator.php';
  5874.         include_once \dirname(__DIR__4).'/src/Api/ProthelisApi.php';
  5875.         return $this->privates['App\\Validator\\Constraints\\DeviceSNValidator'] = new \App\Validator\Constraints\DeviceSNValidator(($this->privates['App\\Api\\ProthelisApi'] ?? ($this->privates['App\\Api\\ProthelisApi'] = new \App\Api\ProthelisApi())));
  5876.     }
  5877.     /**
  5878.      * Gets the private 'App\Validator\Constraints\MinAgeValidator' shared autowired service.
  5879.      *
  5880.      * @return \App\Validator\Constraints\MinAgeValidator
  5881.      */
  5882.     protected function getMinAgeValidatorService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5886.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/MinAgeValidator.php';
  5887.         return $this->privates['App\\Validator\\Constraints\\MinAgeValidator'] = new \App\Validator\Constraints\MinAgeValidator();
  5888.     }
  5889.     /**
  5890.      * Gets the private 'App\Validator\Constraints\PhoneNumberValidator' shared autowired service.
  5891.      *
  5892.      * @return \App\Validator\Constraints\PhoneNumberValidator
  5893.      */
  5894.     protected function getPhoneNumberValidatorService()
  5895.     {
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5898.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PhoneNumberValidator.php';
  5899.         return $this->privates['App\\Validator\\Constraints\\PhoneNumberValidator'] = new \App\Validator\Constraints\PhoneNumberValidator();
  5900.     }
  5901.     /**
  5902.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5903.      *
  5904.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5905.      */
  5906.     protected function getManagerRegistryAwareConnectionProviderService()
  5907.     {
  5908.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5910.         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'));
  5911.     }
  5912.     /**
  5913.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5914.      *
  5915.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5916.      */
  5917.     protected function getRunSqlCommandService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5921.         $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()));
  5922.         $instance->setName('dbal:run-sql');
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  5927.      *
  5928.      * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  5929.      */
  5930.     protected function getCacheWarmer2Service()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  5934.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  5935.     }
  5936.     /**
  5937.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  5938.      *
  5939.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  5940.      */
  5941.     protected function getAdminRouterSubscriberService()
  5942.     {
  5943.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  5944.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  5945.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  5946.         }
  5947.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  5948.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  5949.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  5950.         }
  5951.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5952.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  5953.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  5954.         }
  5955.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  5956.         $e = ($this->services['router'] ?? $this->getRouterService());
  5957.         $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  5958.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$d, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a$d$e, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $f$b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $f, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $e$e$c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  5959.     }
  5960.     /**
  5961.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  5962.      *
  5963.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  5964.      */
  5965.     protected function getCrudResponseListenerService()
  5966.     {
  5967.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  5968.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5969.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
  5970.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
  5971.         }
  5972.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  5973.     }
  5974.     /**
  5975.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  5976.      *
  5977.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  5978.      */
  5979.     protected function getExceptionListenerService()
  5980.     {
  5981.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  5982.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5983.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
  5984.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
  5985.         }
  5986.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener(true, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  5987.     }
  5988.     /**
  5989.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  5990.      *
  5991.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  5992.      */
  5993.     protected function getActionFactoryService()
  5994.     {
  5995.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  5996.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
  5997.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
  5998.         }
  5999.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  6000.     }
  6001.     /**
  6002.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  6003.      *
  6004.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  6005.      */
  6006.     protected function getControllerFactoryService()
  6007.     {
  6008.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  6009.     }
  6010.     /**
  6011.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  6012.      *
  6013.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  6014.      */
  6015.     protected function getEntityFactoryService()
  6016.     {
  6017.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  6018.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  6019.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  6020.         }
  6021.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  6022.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  6023.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  6024.         }
  6025.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6026.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  6027.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  6028.         }
  6029.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  6030.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  6031.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  6032.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  6033.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  6034.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  6035.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  6036.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  6037.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  6038.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  6039.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  6040.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  6041.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  6042.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  6043.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  6044.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  6045.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  6046.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  6047.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  6048.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  6049.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  6050.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->getChoiceConfiguratorService());
  6051.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->getSlugConfiguratorService());
  6052.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  6053.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  6054.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  6055.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  6056.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  6057.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  6058.         }, 28)), $b$a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
  6059.     }
  6060.     /**
  6061.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  6062.      *
  6063.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  6064.      */
  6065.     protected function getFilterFactoryService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  6068.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new RewindableGenerator(function () {
  6069.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
  6070.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator()));
  6071.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator()));
  6072.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
  6073.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
  6074.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
  6075.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
  6076.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
  6077.         }, 8));
  6078.     }
  6079.     /**
  6080.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  6081.      *
  6082.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  6083.      */
  6084.     protected function getFormFactoryService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  6087.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  6091.      *
  6092.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  6093.      */
  6094.     protected function getPaginatorFactoryService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  6099.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())));
  6100.     }
  6101.     /**
  6102.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  6103.      *
  6104.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  6105.      */
  6106.     protected function getAssociationConfiguratorService()
  6107.     {
  6108.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  6110.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  6111.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  6112.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  6113.         }
  6114.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6115.     }
  6116.     /**
  6117.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  6118.      *
  6119.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  6120.      */
  6121.     protected function getBooleanConfiguratorService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  6125.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
  6126.     }
  6127.     /**
  6128.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator' shared service.
  6129.      *
  6130.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator
  6131.      */
  6132.     protected function getChoiceConfiguratorService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php';
  6136.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
  6137.     }
  6138.     /**
  6139.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  6140.      *
  6141.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  6142.      */
  6143.     protected function getCommonPostConfiguratorService()
  6144.     {
  6145.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  6147.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), 'UTF-8');
  6148.     }
  6149.     /**
  6150.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  6151.      *
  6152.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  6153.      */
  6154.     protected function getCommonPreConfiguratorService()
  6155.     {
  6156.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  6158.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6159.     }
  6160.     /**
  6161.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  6162.      *
  6163.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  6164.      */
  6165.     protected function getCountryConfiguratorService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  6169.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  6170.     }
  6171.     /**
  6172.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  6173.      *
  6174.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  6175.      */
  6176.     protected function getDateTimeConfiguratorService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6181.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  6182.     }
  6183.     /**
  6184.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  6185.      *
  6186.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  6187.      */
  6188.     protected function getMoneyConfiguratorService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6193.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6194.     }
  6195.     /**
  6196.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  6197.      *
  6198.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  6199.      */
  6200.     protected function getNumberConfiguratorService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  6205.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  6206.     }
  6207.     /**
  6208.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator' shared service.
  6209.      *
  6210.      * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator
  6211.      */
  6212.     protected function getSlugConfiguratorService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php';
  6216.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator(($this->services['translator'] ?? $this->getTranslatorService()));
  6217.     }
  6218.     /**
  6219.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  6220.      *
  6221.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  6222.      */
  6223.     protected function getEaCrudFormTypeExtensionService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  6228.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  6229.     }
  6230.     /**
  6231.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  6232.      *
  6233.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  6234.      */
  6235.     protected function getCrudFormTypeService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  6240.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType(($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService()));
  6241.     }
  6242.     /**
  6243.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  6244.      *
  6245.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  6246.      */
  6247.     protected function getFileUploadTypeService()
  6248.     {
  6249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  6253.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  6254.     }
  6255.     /**
  6256.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  6257.      *
  6258.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  6259.      */
  6260.     protected function getFiltersFormTypeService()
  6261.     {
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  6265.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  6266.     }
  6267.     /**
  6268.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  6269.      *
  6270.      * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  6271.      */
  6272.     protected function getEntityRepositoryService()
  6273.     {
  6274.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  6276.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6277.     }
  6278.     /**
  6279.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  6280.      *
  6281.      * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  6282.      */
  6283.     protected function getEntityUpdaterService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  6287.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6288.     }
  6289.     /**
  6290.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  6291.      *
  6292.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  6293.      */
  6294.     protected function getAdminContextProviderService()
  6295.     {
  6296.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6297.     }
  6298.     /**
  6299.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  6300.      *
  6301.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  6302.      */
  6303.     protected function getFieldProviderService()
  6304.     {
  6305.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  6306.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  6307.     }
  6308.     /**
  6309.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  6310.      *
  6311.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  6312.      */
  6313.     protected function getCrudControllerRegistryService()
  6314.     {
  6315.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\CouponCrudController'=> 'App\\Controller\\Admin\\CustomerCrudController'=> 'App\\Controller\\Admin\\DepartmentCrudController'=> 'App\\Controller\\Admin\\DeviceCrudController'=> 'App\\Controller\\Admin\\DeviceGroupCrudController'=> 'App\\Controller\\Admin\\LogsCrudController'=> 'App\\Controller\\Admin\\OrderCrudController'=> 'App\\Controller\\Admin\\PaymentCrudController'=> 'App\\Controller\\Admin\\PaymentMethodCrudController'=> 'App\\Controller\\Admin\\ProtokollCrudController'10 => 'App\\Controller\\Admin\\ServicepackCrudController'11 => 'App\\Controller\\Admin\\UserCrudController']);
  6316.     }
  6317.     /**
  6318.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  6319.      *
  6320.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  6321.      */
  6322.     protected function getAdminUrlGeneratorService()
  6323.     {
  6324.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  6325.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  6326.         };
  6327.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  6328.     }
  6329.     /**
  6330.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator' shared service.
  6331.      *
  6332.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator
  6333.      *
  6334.      * @deprecated Since easycorp/easyadmin-bundle 3.2.0: The "EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator" service is deprecated, use "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" instead.
  6335.      */
  6336.     protected function getCrudUrlGeneratorService()
  6337.     {
  6338.         trigger_deprecation('easycorp/easyadmin-bundle''3.2.0''The "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator" service is deprecated, use "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator" instead.');
  6339.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\CrudUrlGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()));
  6340.     }
  6341.     /**
  6342.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  6343.      *
  6344.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  6345.      */
  6346.     protected function getAuthorizationCheckerService()
  6347.     {
  6348.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6349.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  6350.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  6351.         }
  6352.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  6353.     }
  6354.     /**
  6355.      * Gets the private 'Misd\PhoneNumberBundle\Form\Type\PhoneNumberType' shared service.
  6356.      *
  6357.      * @return \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType
  6358.      */
  6359.     protected function getPhoneNumberTypeService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Form/Type/PhoneNumberType.php';
  6364.         return $this->privates['Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'] = new \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType();
  6365.     }
  6366.     /**
  6367.      * Gets the private 'Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator' shared service.
  6368.      *
  6369.      * @return \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator
  6370.      */
  6371.     protected function getPhoneNumberValidator2Service()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Validator/Constraints/PhoneNumberValidator.php';
  6376.         $this->privates['Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator'] = $instance = new \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ'1);
  6377.         $instance->setPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6378.         return $instance;
  6379.     }
  6380.     /**
  6381.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  6382.      *
  6383.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  6384.      */
  6385.     protected function getResetAssetsEventListenerService()
  6386.     {
  6387.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  6388.     }
  6389.     /**
  6390.      * Gets the private 'annotations.cache_adapter' shared service.
  6391.      *
  6392.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6393.      */
  6394.     protected function getAnnotations_CacheAdapterService()
  6395.     {
  6396.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6397.     }
  6398.     /**
  6399.      * Gets the private 'annotations.cache_warmer' shared service.
  6400.      *
  6401.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6402.      */
  6403.     protected function getAnnotations_CacheWarmerService()
  6404.     {
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6408.         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);
  6409.     }
  6410.     /**
  6411.      * Gets the private 'annotations.cached_reader' shared service.
  6412.      *
  6413.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6414.      */
  6415.     protected function getAnnotations_CachedReaderService()
  6416.     {
  6417.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  6418.     }
  6419.     /**
  6420.      * Gets the private 'annotations.reader' shared service.
  6421.      *
  6422.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6423.      */
  6424.     protected function getAnnotations_ReaderService()
  6425.     {
  6426.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6427.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6428.         $a->registerUniqueLoader('class_exists');
  6429.         $instance->addGlobalIgnoredName('required'$a);
  6430.         return $instance;
  6431.     }
  6432.     /**
  6433.      * Gets the private 'app.doctrine.hash_password_listener' shared autowired service.
  6434.      *
  6435.      * @return \App\Doctrine\HashPasswordListener
  6436.      */
  6437.     protected function getApp_Doctrine_HashPasswordListenerService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6440.         include_once \dirname(__DIR__4).'/src/Doctrine/HashPasswordListener.php';
  6441.         return $this->privates['app.doctrine.hash_password_listener'] = new \App\Doctrine\HashPasswordListener(($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  6442.     }
  6443.     /**
  6444.      * Gets the private 'app.jsonrequest.kernel_request_listener' shared autowired service.
  6445.      *
  6446.      * @return \App\EventListener\JsonRequestTransformerListener
  6447.      */
  6448.     protected function getApp_Jsonrequest_KernelRequestListenerService()
  6449.     {
  6450.         return $this->privates['app.jsonrequest.kernel_request_listener'] = new \App\EventListener\JsonRequestTransformerListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'app.language.kernel_request_listener' shared autowired service.
  6454.      *
  6455.      * @return \App\EventListener\LanguageListener
  6456.      */
  6457.     protected function getApp_Language_KernelRequestListenerService()
  6458.     {
  6459.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6460.         if (isset($this->privates['app.language.kernel_request_listener'])) {
  6461.             return $this->privates['app.language.kernel_request_listener'];
  6462.         }
  6463.         return $this->privates['app.language.kernel_request_listener'] = new \App\EventListener\LanguageListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  6464.     }
  6465.     /**
  6466.      * Gets the private 'app.listener.redirect_404_to_homepage' shared autowired service.
  6467.      *
  6468.      * @return \App\EventListener\Redirect404ToHomeListener
  6469.      */
  6470.     protected function getApp_Listener_Redirect404ToHomepageService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/src/EventListener/Redirect404ToHomeListener.php';
  6473.         return $this->privates['app.listener.redirect_404_to_homepage'] = new \App\EventListener\Redirect404ToHomeListener(($this->services['router'] ?? $this->getRouterService()));
  6474.     }
  6475.     /**
  6476.      * Gets the private 'app.security.apikey_authenticator' shared autowired service.
  6477.      *
  6478.      * @return \App\Security\ApiKeyAuthenticator
  6479.      */
  6480.     protected function getApp_Security_ApikeyAuthenticatorService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  6484.         include_once \dirname(__DIR__4).'/src/Security/ApiKeyAuthenticator.php';
  6485.         return $this->privates['app.security.apikey_authenticator'] = new \App\Security\ApiKeyAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6486.     }
  6487.     /**
  6488.      * Gets the private 'app.userdata_listener' shared autowired service.
  6489.      *
  6490.      * @return \App\EventListener\UserDataCompletionListener
  6491.      */
  6492.     protected function getApp_UserdataListenerService()
  6493.     {
  6494.         return $this->privates['app.userdata_listener'] = new \App\EventListener\UserDataCompletionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  6495.     }
  6496.     /**
  6497.      * Gets the private 'app.userlanguage_listener' shared autowired service.
  6498.      *
  6499.      * @return \App\EventListener\UserLanguageListener
  6500.      */
  6501.     protected function getApp_UserlanguageListenerService()
  6502.     {
  6503.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6504.         if (isset($this->privates['app.userlanguage_listener'])) {
  6505.             return $this->privates['app.userlanguage_listener'];
  6506.         }
  6507.         return $this->privates['app.userlanguage_listener'] = new \App\EventListener\UserLanguageListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), $a);
  6508.     }
  6509.     /**
  6510.      * Gets the private 'assets.packages' shared service.
  6511.      *
  6512.      * @return \Symfony\Component\Asset\Packages
  6513.      */
  6514.     protected function getAssets_PackagesService()
  6515.     {
  6516.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6517.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  6518.             return new \EmptyIterator();
  6519.         }, 0));
  6520.     }
  6521.     /**
  6522.      * Gets the private 'cache.annotations' shared service.
  6523.      *
  6524.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6525.      */
  6526.     protected function getCache_AnnotationsService()
  6527.     {
  6528.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VQJsPxbkY6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6529.     }
  6530.     /**
  6531.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6532.      *
  6533.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6534.      */
  6535.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6536.     {
  6537.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6538.     }
  6539.     /**
  6540.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6541.      *
  6542.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6543.      */
  6544.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6545.     {
  6546.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6547.     }
  6548.     /**
  6549.      * Gets the private 'cache.property_info' shared service.
  6550.      *
  6551.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6552.      */
  6553.     protected function getCache_PropertyInfoService()
  6554.     {
  6555.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9CT71lQTWC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6556.     }
  6557.     /**
  6558.      * Gets the private 'cache.security_expression_language' shared service.
  6559.      *
  6560.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6561.      */
  6562.     protected function getCache_SecurityExpressionLanguageService()
  6563.     {
  6564.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z31qLKm2gU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6565.     }
  6566.     /**
  6567.      * Gets the private 'cache.serializer' shared service.
  6568.      *
  6569.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6570.      */
  6571.     protected function getCache_SerializerService()
  6572.     {
  6573.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qNoo8PRrcb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6574.     }
  6575.     /**
  6576.      * Gets the private 'cache.validator' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6579.      */
  6580.     protected function getCache_ValidatorService()
  6581.     {
  6582.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D4hwcbtJwc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6583.     }
  6584.     /**
  6585.      * Gets the private 'cache.webpack_encore' shared service.
  6586.      *
  6587.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6588.      */
  6589.     protected function getCache_WebpackEncoreService()
  6590.     {
  6591.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fNu5L+qtKD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6592.     }
  6593.     /**
  6594.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6595.      *
  6596.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6597.      */
  6598.     protected function getCachePoolClearer_CacheWarmerService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6602.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  6603.     }
  6604.     /**
  6605.      * Gets the private 'config_builder.warmer' shared service.
  6606.      *
  6607.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6608.      */
  6609.     protected function getConfigBuilder_WarmerService()
  6610.     {
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6613.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6614.     }
  6615.     /**
  6616.      * Gets the private 'config_cache_factory' shared service.
  6617.      *
  6618.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6619.      */
  6620.     protected function getConfigCacheFactoryService()
  6621.     {
  6622.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6623.             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)));
  6624.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6625.         }, 2));
  6626.     }
  6627.     /**
  6628.      * Gets the private 'console.command.about' shared service.
  6629.      *
  6630.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6631.      */
  6632.     protected function getConsole_Command_AboutService()
  6633.     {
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6636.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6637.         $instance->setName('about');
  6638.         $instance->setDescription('Display information about the current project');
  6639.         return $instance;
  6640.     }
  6641.     /**
  6642.      * Gets the private 'console.command.assets_install' shared service.
  6643.      *
  6644.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6645.      */
  6646.     protected function getConsole_Command_AssetsInstallService()
  6647.     {
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6651.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6652.         $instance->setName('assets:install');
  6653.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6654.         return $instance;
  6655.     }
  6656.     /**
  6657.      * Gets the private 'console.command.cache_clear' shared service.
  6658.      *
  6659.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6660.      */
  6661.     protected function getConsole_Command_CacheClearService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6666.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6667.         $instance->setName('cache:clear');
  6668.         $instance->setDescription('Clear the cache');
  6669.         return $instance;
  6670.     }
  6671.     /**
  6672.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6673.      *
  6674.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6675.      */
  6676.     protected function getConsole_Command_CachePoolClearService()
  6677.     {
  6678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6680.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6681.         $instance->setName('cache:pool:clear');
  6682.         $instance->setDescription('Clear cache pools');
  6683.         return $instance;
  6684.     }
  6685.     /**
  6686.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6687.      *
  6688.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6689.      */
  6690.     protected function getConsole_Command_CachePoolDeleteService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6694.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6695.         $instance->setName('cache:pool:delete');
  6696.         $instance->setDescription('Delete an item from a cache pool');
  6697.         return $instance;
  6698.     }
  6699.     /**
  6700.      * Gets the private 'console.command.cache_pool_list' shared service.
  6701.      *
  6702.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6703.      */
  6704.     protected function getConsole_Command_CachePoolListService()
  6705.     {
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6708.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  6709.         $instance->setName('cache:pool:list');
  6710.         $instance->setDescription('List available cache pools');
  6711.         return $instance;
  6712.     }
  6713.     /**
  6714.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6715.      *
  6716.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6717.      */
  6718.     protected function getConsole_Command_CachePoolPruneService()
  6719.     {
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6722.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6723.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6724.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6725.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6726.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6727.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6728.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6729.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6730.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6731.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6732.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6733.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  6734.         }, 11));
  6735.         $instance->setName('cache:pool:prune');
  6736.         $instance->setDescription('Prune cache pools');
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the private 'console.command.cache_warmup' shared service.
  6741.      *
  6742.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6743.      */
  6744.     protected function getConsole_Command_CacheWarmupService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6748.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6749.         $instance->setName('cache:warmup');
  6750.         $instance->setDescription('Warm up an empty cache');
  6751.         return $instance;
  6752.     }
  6753.     /**
  6754.      * Gets the private 'console.command.config_debug' shared service.
  6755.      *
  6756.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6757.      */
  6758.     protected function getConsole_Command_ConfigDebugService()
  6759.     {
  6760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6765.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6766.         $instance->setName('debug:config');
  6767.         $instance->setDescription('Dump the current configuration for an extension');
  6768.         return $instance;
  6769.     }
  6770.     /**
  6771.      * Gets the private 'console.command.config_dump_reference' shared service.
  6772.      *
  6773.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6774.      */
  6775.     protected function getConsole_Command_ConfigDumpReferenceService()
  6776.     {
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6782.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6783.         $instance->setName('config:dump-reference');
  6784.         $instance->setDescription('Dump the default configuration for an extension');
  6785.         return $instance;
  6786.     }
  6787.     /**
  6788.      * Gets the private 'console.command.container_debug' shared service.
  6789.      *
  6790.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6791.      */
  6792.     protected function getConsole_Command_ContainerDebugService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6797.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6798.         $instance->setName('debug:container');
  6799.         $instance->setDescription('Display current services for an application');
  6800.         return $instance;
  6801.     }
  6802.     /**
  6803.      * Gets the private 'console.command.container_lint' shared service.
  6804.      *
  6805.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6806.      */
  6807.     protected function getConsole_Command_ContainerLintService()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6811.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6812.         $instance->setName('lint:container');
  6813.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6814.         return $instance;
  6815.     }
  6816.     /**
  6817.      * Gets the private 'console.command.debug_autowiring' shared service.
  6818.      *
  6819.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6820.      */
  6821.     protected function getConsole_Command_DebugAutowiringService()
  6822.     {
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6827.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6828.         $instance->setName('debug:autowiring');
  6829.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6830.         return $instance;
  6831.     }
  6832.     /**
  6833.      * Gets the private 'console.command.dotenv_debug' shared service.
  6834.      *
  6835.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6836.      */
  6837.     protected function getConsole_Command_DotenvDebugService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6841.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6842.         $instance->setName('debug:dotenv');
  6843.         $instance->setDescription('Lists all dotenv files with variables and values');
  6844.         return $instance;
  6845.     }
  6846.     /**
  6847.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6848.      *
  6849.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6850.      */
  6851.     protected function getConsole_Command_EventDispatcherDebugService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6855.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.J7Wc7Bf'] ?? $this->get_ServiceLocator_J7Wc7BfService()));
  6856.         $instance->setName('debug:event-dispatcher');
  6857.         $instance->setDescription('Display configured listeners for an application');
  6858.         return $instance;
  6859.     }
  6860.     /**
  6861.      * Gets the private 'console.command.form_debug' shared service.
  6862.      *
  6863.      * @return \Symfony\Component\Form\Command\DebugCommand
  6864.      */
  6865.     protected function getConsole_Command_FormDebugService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6869.         $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'=> 'App\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'=> 'Misd\\PhoneNumberBundle\\Form\\Type'], [=> 'App\\Form\\AdminUnlinkDeviceForm'=> 'App\\Form\\BatteryHistoryForm'=> 'App\\Form\\CreditCardForm'=> 'App\\Form\\CustomerCreateForm'=> 'App\\Form\\DataExportForm'=> 'App\\Form\\DeleteUserForm'=> 'App\\Form\\DeviceSearchForm'=> 'App\\Form\\LoginForm'=> 'App\\Form\\OrderForm'=> 'App\\Form\\OrderFormStep1'10 => 'App\\Form\\OrderFormStep2'11 => 'App\\Form\\OrderFormStep3'12 => 'App\\Form\\OrderFormStep4'13 => 'App\\Form\\PasswordRequestForm'14 => 'App\\Form\\PasswordResetForm'15 => 'App\\Form\\PhoneNumberForm'16 => 'App\\Form\\RentalCreateS1Form'17 => 'App\\Form\\RentalCreateS2Form'18 => 'App\\Form\\ResetTrackerForm'19 => 'App\\Form\\SepaAccountForm'20 => 'App\\Form\\StorageTimeForm'21 => 'App\\Form\\Type\\PhoneType'22 => 'App\\Form\\UnlinkDeviceForm'23 => 'App\\Form\\UserDeleteAccountForm'24 => 'App\\Form\\UserEditForm'25 => 'App\\Form\\UserSearchForm'26 => 'App\\Form\\UserSignupForm'27 => 'App\\Form\\UserUnlinkDeviceForm'28 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'29 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'30 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'31 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'32 => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'33 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'34 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'35 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'36 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'], [=> 'App\\Form\\Extension\\FormTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'=> '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'10 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6870.         $instance->setName('debug:form');
  6871.         $instance->setDescription('Display form type information');
  6872.         return $instance;
  6873.     }
  6874.     /**
  6875.      * Gets the private 'console.command.router_debug' shared service.
  6876.      *
  6877.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6878.      */
  6879.     protected function getConsole_Command_RouterDebugService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6884.         $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()));
  6885.         $instance->setName('debug:router');
  6886.         $instance->setDescription('Display current routes for an application');
  6887.         return $instance;
  6888.     }
  6889.     /**
  6890.      * Gets the private 'console.command.router_match' shared service.
  6891.      *
  6892.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6893.      */
  6894.     protected function getConsole_Command_RouterMatchService()
  6895.     {
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6898.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6899.             return new \EmptyIterator();
  6900.         }, 0));
  6901.         $instance->setName('router:match');
  6902.         $instance->setDescription('Help debug routes by simulating a path info match');
  6903.         return $instance;
  6904.     }
  6905.     /**
  6906.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6907.      *
  6908.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6909.      */
  6910.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6911.     {
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6916.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6917.         $instance->setName('secrets:decrypt-to-local');
  6918.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6923.      *
  6924.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6925.      */
  6926.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6932.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6933.         $instance->setName('secrets:encrypt-from-local');
  6934.         $instance->setDescription('Encrypt all local secrets to the vault');
  6935.         return $instance;
  6936.     }
  6937.     /**
  6938.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6939.      *
  6940.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6941.      */
  6942.     protected function getConsole_Command_SecretsGenerateKeyService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6948.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6949.         $instance->setName('secrets:generate-keys');
  6950.         $instance->setDescription('Generate new encryption keys');
  6951.         return $instance;
  6952.     }
  6953.     /**
  6954.      * Gets the private 'console.command.secrets_list' shared service.
  6955.      *
  6956.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6957.      */
  6958.     protected function getConsole_Command_SecretsListService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6964.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6965.         $instance->setName('secrets:list');
  6966.         $instance->setDescription('List all secrets');
  6967.         return $instance;
  6968.     }
  6969.     /**
  6970.      * Gets the private 'console.command.secrets_remove' shared service.
  6971.      *
  6972.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6973.      */
  6974.     protected function getConsole_Command_SecretsRemoveService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6980.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6981.         $instance->setName('secrets:remove');
  6982.         $instance->setDescription('Remove a secret from the vault');
  6983.         return $instance;
  6984.     }
  6985.     /**
  6986.      * Gets the private 'console.command.secrets_set' shared service.
  6987.      *
  6988.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6989.      */
  6990.     protected function getConsole_Command_SecretsSetService()
  6991.     {
  6992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6996.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6997.         $instance->setName('secrets:set');
  6998.         $instance->setDescription('Set a secret in the vault');
  6999.         return $instance;
  7000.     }
  7001.     /**
  7002.      * Gets the private 'console.command.translation_debug' shared service.
  7003.      *
  7004.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7005.      */
  7006.     protected function getConsole_Command_TranslationDebugService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7010.         $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).'/src/Controller/APIController.php'), => (\dirname(__DIR__4).'/src/Controller/AccountController.php'), => (\dirname(__DIR__4).'/src/Controller/ActivationFormController.php'), => (\dirname(__DIR__4).'/src/Controller/PaymentController.php'), => (\dirname(__DIR__4).'/src/Controller/RentingController.php'), => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 13 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 14 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 15 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 25 => (\dirname(__DIR__4).'/src/Command/ExpireServicepackNotificationCommand.php'), 26 => (\dirname(__DIR__4).'/src/Command/MailTestCommand.php'), 27 => (\dirname(__DIR__4).'/src/Command/MassMailCommand.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7011.         $instance->setName('debug:translation');
  7012.         $instance->setDescription('Display translation messages information');
  7013.         return $instance;
  7014.     }
  7015.     /**
  7016.      * Gets the private 'console.command.translation_extract' shared service.
  7017.      *
  7018.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7019.      */
  7020.     protected function getConsole_Command_TranslationExtractService()
  7021.     {
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7024.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'de', (\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).'/src/Controller/APIController.php'), => (\dirname(__DIR__4).'/src/Controller/AccountController.php'), => (\dirname(__DIR__4).'/src/Controller/ActivationFormController.php'), => (\dirname(__DIR__4).'/src/Controller/PaymentController.php'), => (\dirname(__DIR__4).'/src/Controller/RentingController.php'), => (\dirname(__DIR__4).'/src/Controller/SecurityController.php'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php'), 11 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php'), 12 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php'), 13 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/ChoiceConfigurator.php'), 14 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/SlugConfigurator.php'), 15 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 25 => (\dirname(__DIR__4).'/src/Command/ExpireServicepackNotificationCommand.php'), 26 => (\dirname(__DIR__4).'/src/Command/MailTestCommand.php'), 27 => (\dirname(__DIR__4).'/src/Command/MassMailCommand.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  7025.         $instance->setName('translation:extract');
  7026.         $instance->setAliases([=> 'translation:update']);
  7027.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  7028.         return $instance;
  7029.     }
  7030.     /**
  7031.      * Gets the private 'console.command.translation_pull' shared service.
  7032.      *
  7033.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  7034.      */
  7035.     protected function getConsole_Command_TranslationPullService()
  7036.     {
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  7040.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'de', [], []);
  7041.         $instance->setName('translation:pull');
  7042.         $instance->setDescription('Pull translations from a given provider.');
  7043.         return $instance;
  7044.     }
  7045.     /**
  7046.      * Gets the private 'console.command.translation_push' shared service.
  7047.      *
  7048.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  7049.      */
  7050.     protected function getConsole_Command_TranslationPushService()
  7051.     {
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  7055.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  7056.         $instance->setName('translation:push');
  7057.         $instance->setDescription('Push translations to a given provider.');
  7058.         return $instance;
  7059.     }
  7060.     /**
  7061.      * Gets the private 'console.command.validator_debug' shared service.
  7062.      *
  7063.      * @return \Symfony\Component\Validator\Command\DebugCommand
  7064.      */
  7065.     protected function getConsole_Command_ValidatorDebugService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  7069.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7070.         $instance->setName('debug:validator');
  7071.         $instance->setDescription('Display validation constraints for classes');
  7072.         return $instance;
  7073.     }
  7074.     /**
  7075.      * Gets the private 'console.command.xliff_lint' shared service.
  7076.      *
  7077.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  7078.      */
  7079.     protected function getConsole_Command_XliffLintService()
  7080.     {
  7081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7083.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  7084.         $instance->setName('lint:xliff');
  7085.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  7086.         return $instance;
  7087.     }
  7088.     /**
  7089.      * Gets the private 'console.command.yaml_lint' shared service.
  7090.      *
  7091.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7092.      */
  7093.     protected function getConsole_Command_YamlLintService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7098.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7099.         $instance->setName('lint:yaml');
  7100.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  7101.         return $instance;
  7102.     }
  7103.     /**
  7104.      * Gets the private 'console.error_listener' shared service.
  7105.      *
  7106.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7107.      */
  7108.     protected function getConsole_ErrorListenerService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7111.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7112.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7113.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7115.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7116.     }
  7117.     /**
  7118.      * Gets the private 'container.env_var_processor' shared service.
  7119.      *
  7120.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7121.      */
  7122.     protected function getContainer_EnvVarProcessorService()
  7123.     {
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7126.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7127.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  7128.         }, 1));
  7129.     }
  7130.     /**
  7131.      * Gets the private 'data_collector.form' shared service.
  7132.      *
  7133.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7134.      */
  7135.     protected function getDataCollector_FormService()
  7136.     {
  7137.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7138.     }
  7139.     /**
  7140.      * Gets the private 'data_collector.request' shared service.
  7141.      *
  7142.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  7143.      */
  7144.     protected function getDataCollector_RequestService()
  7145.     {
  7146.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7147.     }
  7148.     /**
  7149.      * Gets the private 'data_collector.request.session_collector' shared service.
  7150.      *
  7151.      * @return \Closure
  7152.      */
  7153.     protected function getDataCollector_Request_SessionCollectorService()
  7154.     {
  7155.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  7156.     }
  7157.     /**
  7158.      * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7161.      */
  7162.     protected function getAdminContextResolverService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  7167.         return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7168.     }
  7169.     /**
  7170.      * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  7171.      *
  7172.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7173.      */
  7174.     protected function getBatchActionDtoResolverService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  7179.         return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7180.     }
  7181.     /**
  7182.      * Gets the private 'debug.argument_resolver.default' shared service.
  7183.      *
  7184.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7185.      */
  7186.     protected function getDebug_ArgumentResolver_DefaultService()
  7187.     {
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7191.         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))));
  7192.     }
  7193.     /**
  7194.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7195.      *
  7196.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7197.      */
  7198.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7203.         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.Bg4lL_B'] ?? $this->get_ServiceLocator_Bg4lLBService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7204.     }
  7205.     /**
  7206.      * Gets the private 'debug.argument_resolver.request' shared service.
  7207.      *
  7208.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7209.      */
  7210.     protected function getDebug_ArgumentResolver_RequestService()
  7211.     {
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7215.         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))));
  7216.     }
  7217.     /**
  7218.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7219.      *
  7220.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7221.      */
  7222.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7223.     {
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7227.         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))));
  7228.     }
  7229.     /**
  7230.      * Gets the private 'debug.argument_resolver.service' shared service.
  7231.      *
  7232.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7233.      */
  7234.     protected function getDebug_ArgumentResolver_ServiceService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7239.         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.Bg4lL_B'] ?? $this->get_ServiceLocator_Bg4lLBService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7240.     }
  7241.     /**
  7242.      * Gets the private 'debug.argument_resolver.session' shared service.
  7243.      *
  7244.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7245.      */
  7246.     protected function getDebug_ArgumentResolver_SessionService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7251.         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))));
  7252.     }
  7253.     /**
  7254.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7255.      *
  7256.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7257.      */
  7258.     protected function getDebug_ArgumentResolver_VariadicService()
  7259.     {
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7263.         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))));
  7264.     }
  7265.     /**
  7266.      * Gets the private 'debug.controller_resolver' shared service.
  7267.      *
  7268.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  7269.      */
  7270.     protected function getDebug_ControllerResolverService()
  7271.     {
  7272.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7273.     }
  7274.     /**
  7275.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7276.      *
  7277.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7278.      */
  7279.     protected function getDebug_DebugHandlersListenerService()
  7280.     {
  7281.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7282.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7283.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7284.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7285.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7286.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  7287.     }
  7288.     /**
  7289.      * Gets the private 'debug.file_link_formatter' shared service.
  7290.      *
  7291.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7292.      */
  7293.     protected function getDebug_FileLinkFormatterService()
  7294.     {
  7295.         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 () {
  7296.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7297.         });
  7298.     }
  7299.     /**
  7300.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7301.      *
  7302.      * @return \string
  7303.      */
  7304.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7305.     {
  7306.         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');
  7307.     }
  7308.     /**
  7309.      * Gets the private 'debug.log_processor' shared service.
  7310.      *
  7311.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7312.      */
  7313.     protected function getDebug_LogProcessorService()
  7314.     {
  7315.         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())));
  7316.     }
  7317.     /**
  7318.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7319.      *
  7320.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7321.      */
  7322.     protected function getDebug_Security_Access_DecisionManagerService()
  7323.     {
  7324.         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 () {
  7325.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7326.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7327.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  7328.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7329.     }
  7330.     /**
  7331.      * Gets the private 'debug.security.firewall' shared service.
  7332.      *
  7333.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7334.      */
  7335.     protected function getDebug_Security_FirewallService()
  7336.     {
  7337.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  7338.         if (isset($this->privates['debug.security.firewall'])) {
  7339.             return $this->privates['debug.security.firewall'];
  7340.         }
  7341.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7342.         if (isset($this->privates['debug.security.firewall'])) {
  7343.             return $this->privates['debug.security.firewall'];
  7344.         }
  7345.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  7346.     }
  7347.     /**
  7348.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  7349.      *
  7350.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  7351.      */
  7352.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  7359.         return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['app.security.apikey_authenticator'] ?? $this->getApp_Security_ApikeyAuthenticatorService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  7360.     }
  7361.     /**
  7362.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  7363.      *
  7364.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  7365.      */
  7366.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  7367.     {
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  7373.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  7374.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  7375.             return $this->privates['debug.security.firewall.authenticator.main'];
  7376.         }
  7377.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  7378.     }
  7379.     /**
  7380.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7381.      *
  7382.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7383.      */
  7384.     protected function getDebug_Security_UserValueResolverService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7389.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7390.     }
  7391.     /**
  7392.      * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  7393.      *
  7394.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7395.      */
  7396.     protected function getSecurityVoterService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  7403.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  7404.         if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  7405.             return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  7406.         }
  7407.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7408.         if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  7409.             return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  7410.         }
  7411.         return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter($a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), $b);
  7412.     }
  7413.     /**
  7414.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7415.      *
  7416.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7417.      */
  7418.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7419.     {
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7424.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7425.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  7426.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  7427.         }
  7428.         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()))), $a);
  7429.     }
  7430.     /**
  7431.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7434.      */
  7435.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7442.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7443.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  7444.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  7445.         }
  7446.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  7447.     }
  7448.     /**
  7449.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7450.      *
  7451.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7452.      */
  7453.     protected function getDebug_Security_Voter_VoteListenerService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7456.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7457.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  7458.             return $this->privates['debug.security.voter.vote_listener'];
  7459.         }
  7460.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7461.     }
  7462.     /**
  7463.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7464.      *
  7465.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7466.      */
  7467.     protected function getDoctrine_CacheClearMetadataCommandService()
  7468.     {
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7474.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7475.         $instance->setName('doctrine:cache:clear-metadata');
  7476.         return $instance;
  7477.     }
  7478.     /**
  7479.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7480.      *
  7481.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7482.      */
  7483.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7484.     {
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7490.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7491.         $instance->setName('doctrine:cache:clear-query');
  7492.         return $instance;
  7493.     }
  7494.     /**
  7495.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7496.      *
  7497.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7498.      */
  7499.     protected function getDoctrine_CacheClearResultCommandService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7506.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7507.         $instance->setName('doctrine:cache:clear-result');
  7508.         return $instance;
  7509.     }
  7510.     /**
  7511.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7512.      *
  7513.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7514.      */
  7515.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7516.     {
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7519.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7520.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7522.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7523.         $instance->setName('doctrine:cache:clear-collection-region');
  7524.         return $instance;
  7525.     }
  7526.     /**
  7527.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7528.      *
  7529.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7530.      */
  7531.     protected function getDoctrine_ClearEntityRegionCommandService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7538.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7539.         $instance->setName('doctrine:cache:clear-entity-region');
  7540.         return $instance;
  7541.     }
  7542.     /**
  7543.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7544.      *
  7545.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7546.      */
  7547.     protected function getDoctrine_ClearQueryRegionCommandService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7554.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7555.         $instance->setName('doctrine:cache:clear-query-region');
  7556.         return $instance;
  7557.     }
  7558.     /**
  7559.      * Gets the private 'doctrine.database_create_command' shared service.
  7560.      *
  7561.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7562.      */
  7563.     protected function getDoctrine_DatabaseCreateCommandService()
  7564.     {
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7567.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7568.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7569.         $instance->setName('doctrine:database:create');
  7570.         return $instance;
  7571.     }
  7572.     /**
  7573.      * Gets the private 'doctrine.database_drop_command' shared service.
  7574.      *
  7575.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7576.      */
  7577.     protected function getDoctrine_DatabaseDropCommandService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7580.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7582.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7583.         $instance->setName('doctrine:database:drop');
  7584.         return $instance;
  7585.     }
  7586.     /**
  7587.      * Gets the private 'doctrine.database_import_command' shared service.
  7588.      *
  7589.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7590.      */
  7591.     protected function getDoctrine_DatabaseImportCommandService()
  7592.     {
  7593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7594.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7595.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7596.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7597.         $instance->setName('doctrine:database:import');
  7598.         return $instance;
  7599.     }
  7600.     /**
  7601.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7602.      *
  7603.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7604.      */
  7605.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7612.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7613.         $instance->setName('doctrine:ensure-production-settings');
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  7618.      *
  7619.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  7620.      */
  7621.     protected function getDoctrine_FixturesLoadCommandService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  7634.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  7637.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  7638.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  7639.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  7640.         $instance->setName('doctrine:fixtures:load');
  7641.         return $instance;
  7642.     }
  7643.     /**
  7644.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7645.      *
  7646.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7647.      */
  7648.     protected function getDoctrine_MappingConvertCommandService()
  7649.     {
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7655.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7656.         $instance->setName('doctrine:mapping:convert');
  7657.         return $instance;
  7658.     }
  7659.     /**
  7660.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7661.      *
  7662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7663.      */
  7664.     protected function getDoctrine_MappingImportCommandService()
  7665.     {
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7669.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7670.         $instance->setName('doctrine:mapping:import');
  7671.         return $instance;
  7672.     }
  7673.     /**
  7674.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7675.      *
  7676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7677.      */
  7678.     protected function getDoctrine_MappingInfoCommandService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7685.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7686.         $instance->setName('doctrine:mapping:info');
  7687.         return $instance;
  7688.     }
  7689.     /**
  7690.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7691.      *
  7692.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7693.      */
  7694.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7695.     {
  7696.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7698.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  7699.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  7700.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  7701.         }
  7702.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  7703.     }
  7704.     /**
  7705.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7706.      *
  7707.      * @return \Doctrine\Migrations\DependencyFactory
  7708.      */
  7709.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7710.     {
  7711.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7712.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  7713.         $a->setAllOrNothing(false);
  7714.         $a->setCheckDatabasePlatform(true);
  7715.         $a->setTransactional(true);
  7716.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  7717.         $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()));
  7718.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7719.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7720.         });
  7721.         return $instance;
  7722.     }
  7723.     /**
  7724.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7725.      *
  7726.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7727.      */
  7728.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7732.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7733.     }
  7734.     /**
  7735.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7736.      *
  7737.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7738.      */
  7739.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7740.     {
  7741.         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')]);
  7742.     }
  7743.     /**
  7744.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7745.      *
  7746.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7747.      */
  7748.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7749.     {
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7751.         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()));
  7752.     }
  7753.     /**
  7754.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7755.      *
  7756.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7757.      */
  7758.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7759.     {
  7760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7761.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7762.     }
  7763.     /**
  7764.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7765.      *
  7766.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7767.      */
  7768.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7772.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7773.     }
  7774.     /**
  7775.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7776.      *
  7777.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7778.      */
  7779.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7780.     {
  7781.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7783.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7784.             return new \EmptyIterator();
  7785.         }, 0));
  7786.     }
  7787.     /**
  7788.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  7789.      *
  7790.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  7791.      */
  7792.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  7793.     {
  7794.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7795.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  7796.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  7797.     }
  7798.     /**
  7799.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7800.      *
  7801.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7802.      */
  7803.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7807.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7808.     }
  7809.     /**
  7810.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7811.      *
  7812.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7813.      */
  7814.     protected function getDoctrine_Orm_Validator_UniqueService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7819.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7820.     }
  7821.     /**
  7822.      * Gets the private 'doctrine.query_dql_command' shared service.
  7823.      *
  7824.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7825.      */
  7826.     protected function getDoctrine_QueryDqlCommandService()
  7827.     {
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7833.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7834.         $instance->setName('doctrine:query:dql');
  7835.         return $instance;
  7836.     }
  7837.     /**
  7838.      * Gets the private 'doctrine.query_sql_command' shared service.
  7839.      *
  7840.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7841.      */
  7842.     protected function getDoctrine_QuerySqlCommandService()
  7843.     {
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7847.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7848.         $instance->setName('doctrine:query:sql');
  7849.         return $instance;
  7850.     }
  7851.     /**
  7852.      * Gets the private 'doctrine.schema_create_command' shared service.
  7853.      *
  7854.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7855.      */
  7856.     protected function getDoctrine_SchemaCreateCommandService()
  7857.     {
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7864.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7865.         $instance->setName('doctrine:schema:create');
  7866.         return $instance;
  7867.     }
  7868.     /**
  7869.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7870.      *
  7871.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7872.      */
  7873.     protected function getDoctrine_SchemaDropCommandService()
  7874.     {
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7881.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7882.         $instance->setName('doctrine:schema:drop');
  7883.         return $instance;
  7884.     }
  7885.     /**
  7886.      * Gets the private 'doctrine.schema_update_command' shared service.
  7887.      *
  7888.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7889.      */
  7890.     protected function getDoctrine_SchemaUpdateCommandService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7898.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7899.         $instance->setName('doctrine:schema:update');
  7900.         return $instance;
  7901.     }
  7902.     /**
  7903.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7904.      *
  7905.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7906.      */
  7907.     protected function getDoctrine_SchemaValidateCommandService()
  7908.     {
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7914.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7915.         $instance->setName('doctrine:schema:validate');
  7916.         return $instance;
  7917.     }
  7918.     /**
  7919.      * Gets the private 'doctrine.ulid_generator' shared service.
  7920.      *
  7921.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7922.      */
  7923.     protected function getDoctrine_UlidGeneratorService()
  7924.     {
  7925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  7928.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  7929.     }
  7930.     /**
  7931.      * Gets the private 'doctrine.uuid_generator' shared service.
  7932.      *
  7933.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7934.      */
  7935.     protected function getDoctrine_UuidGeneratorService()
  7936.     {
  7937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7938.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7939.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  7940.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  7941.     }
  7942.     /**
  7943.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7944.      *
  7945.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7946.      */
  7947.     protected function getDoctrineMigrations_CurrentCommandService()
  7948.     {
  7949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7952.         $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');
  7953.         $instance->setName('doctrine:migrations:current');
  7954.         return $instance;
  7955.     }
  7956.     /**
  7957.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7958.      *
  7959.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7960.      */
  7961.     protected function getDoctrineMigrations_DiffCommandService()
  7962.     {
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7966.         $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');
  7967.         $instance->setName('doctrine:migrations:diff');
  7968.         return $instance;
  7969.     }
  7970.     /**
  7971.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7972.      *
  7973.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7974.      */
  7975.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7976.     {
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7980.         $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');
  7981.         $instance->setName('doctrine:migrations:dump-schema');
  7982.         return $instance;
  7983.     }
  7984.     /**
  7985.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7986.      *
  7987.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7988.      */
  7989.     protected function getDoctrineMigrations_ExecuteCommandService()
  7990.     {
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7994.         $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');
  7995.         $instance->setName('doctrine:migrations:execute');
  7996.         return $instance;
  7997.     }
  7998.     /**
  7999.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8000.      *
  8001.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  8002.      */
  8003.     protected function getDoctrineMigrations_GenerateCommandService()
  8004.     {
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8008.         $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');
  8009.         $instance->setName('doctrine:migrations:generate');
  8010.         return $instance;
  8011.     }
  8012.     /**
  8013.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8014.      *
  8015.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8016.      */
  8017.     protected function getDoctrineMigrations_LatestCommandService()
  8018.     {
  8019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8020.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8022.         $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');
  8023.         $instance->setName('doctrine:migrations:latest');
  8024.         return $instance;
  8025.     }
  8026.     /**
  8027.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8028.      *
  8029.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8030.      */
  8031.     protected function getDoctrineMigrations_MigrateCommandService()
  8032.     {
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8036.         $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');
  8037.         $instance->setName('doctrine:migrations:migrate');
  8038.         return $instance;
  8039.     }
  8040.     /**
  8041.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8042.      *
  8043.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8044.      */
  8045.     protected function getDoctrineMigrations_RollupCommandService()
  8046.     {
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8050.         $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');
  8051.         $instance->setName('doctrine:migrations:rollup');
  8052.         return $instance;
  8053.     }
  8054.     /**
  8055.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8056.      *
  8057.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8058.      */
  8059.     protected function getDoctrineMigrations_StatusCommandService()
  8060.     {
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8064.         $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');
  8065.         $instance->setName('doctrine:migrations:status');
  8066.         return $instance;
  8067.     }
  8068.     /**
  8069.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8070.      *
  8071.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8072.      */
  8073.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8074.     {
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8078.         $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');
  8079.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8080.         return $instance;
  8081.     }
  8082.     /**
  8083.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8084.      *
  8085.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8086.      */
  8087.     protected function getDoctrineMigrations_UpToDateCommandService()
  8088.     {
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8090.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8092.         $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');
  8093.         $instance->setName('doctrine:migrations:up-to-date');
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8098.      *
  8099.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8100.      */
  8101.     protected function getDoctrineMigrations_VersionCommandService()
  8102.     {
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8106.         $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');
  8107.         $instance->setName('doctrine:migrations:version');
  8108.         return $instance;
  8109.     }
  8110.     /**
  8111.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8112.      *
  8113.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8114.      */
  8115.     protected function getDoctrineMigrations_VersionsCommandService()
  8116.     {
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8120.         $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');
  8121.         $instance->setName('doctrine:migrations:list');
  8122.         return $instance;
  8123.     }
  8124.     /**
  8125.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8126.      *
  8127.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8128.      */
  8129.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8130.     {
  8131.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8133.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8134.         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()));
  8135.     }
  8136.     /**
  8137.      * Gets the private 'exception_listener' shared service.
  8138.      *
  8139.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8140.      */
  8141.     protected function getExceptionListener2Service()
  8142.     {
  8143.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  8144.     }
  8145.     /**
  8146.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8147.      *
  8148.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8149.      */
  8150.     protected function getForm_ChoiceListFactory_CachedService()
  8151.     {
  8152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8156.         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())));
  8157.     }
  8158.     /**
  8159.      * Gets the private 'form.registry' shared service.
  8160.      *
  8161.      * @return \Symfony\Component\Form\FormRegistry
  8162.      */
  8163.     protected function getForm_RegistryService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8172.         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, [
  8173.             'App\\Form\\AdminUnlinkDeviceForm' => ['privates''App\\Form\\AdminUnlinkDeviceForm''getAdminUnlinkDeviceFormService'false],
  8174.             'App\\Form\\BatteryHistoryForm' => ['privates''App\\Form\\BatteryHistoryForm''getBatteryHistoryFormService'false],
  8175.             'App\\Form\\CreditCardForm' => ['privates''App\\Form\\CreditCardForm''getCreditCardFormService'false],
  8176.             'App\\Form\\CustomerCreateForm' => ['privates''App\\Form\\CustomerCreateForm''getCustomerCreateFormService'false],
  8177.             'App\\Form\\DataExportForm' => ['privates''App\\Form\\DataExportForm''getDataExportFormService'false],
  8178.             'App\\Form\\DeleteUserForm' => ['privates''App\\Form\\DeleteUserForm''getDeleteUserFormService'false],
  8179.             'App\\Form\\DeviceSearchForm' => ['privates''App\\Form\\DeviceSearchForm''getDeviceSearchFormService'false],
  8180.             'App\\Form\\LoginForm' => ['privates''App\\Form\\LoginForm''getLoginFormService'false],
  8181.             'App\\Form\\OrderForm' => ['privates''App\\Form\\OrderForm''getOrderFormService'false],
  8182.             'App\\Form\\OrderFormStep1' => ['privates''App\\Form\\OrderFormStep1''getOrderFormStep1Service'false],
  8183.             'App\\Form\\OrderFormStep2' => ['privates''App\\Form\\OrderFormStep2''getOrderFormStep2Service'false],
  8184.             'App\\Form\\OrderFormStep3' => ['privates''App\\Form\\OrderFormStep3''getOrderFormStep3Service'false],
  8185.             'App\\Form\\OrderFormStep4' => ['privates''App\\Form\\OrderFormStep4''getOrderFormStep4Service'false],
  8186.             'App\\Form\\PasswordRequestForm' => ['privates''App\\Form\\PasswordRequestForm''getPasswordRequestFormService'false],
  8187.             'App\\Form\\PasswordResetForm' => ['privates''App\\Form\\PasswordResetForm''getPasswordResetFormService'false],
  8188.             'App\\Form\\PhoneNumberForm' => ['privates''App\\Form\\PhoneNumberForm''getPhoneNumberFormService'false],
  8189.             'App\\Form\\RentalCreateS1Form' => ['privates''App\\Form\\RentalCreateS1Form''getRentalCreateS1FormService'false],
  8190.             'App\\Form\\RentalCreateS2Form' => ['privates''App\\Form\\RentalCreateS2Form''getRentalCreateS2FormService'false],
  8191.             'App\\Form\\ResetTrackerForm' => ['privates''App\\Form\\ResetTrackerForm''getResetTrackerFormService'false],
  8192.             'App\\Form\\SepaAccountForm' => ['privates''App\\Form\\SepaAccountForm''getSepaAccountFormService'false],
  8193.             'App\\Form\\StorageTimeForm' => ['privates''App\\Form\\StorageTimeForm''getStorageTimeFormService'false],
  8194.             'App\\Form\\Type\\PhoneType' => ['privates''App\\Form\\Type\\PhoneType''getPhoneTypeService'false],
  8195.             'App\\Form\\UnlinkDeviceForm' => ['privates''App\\Form\\UnlinkDeviceForm''getUnlinkDeviceFormService'false],
  8196.             'App\\Form\\UserDeleteAccountForm' => ['privates''App\\Form\\UserDeleteAccountForm''getUserDeleteAccountFormService'false],
  8197.             'App\\Form\\UserEditForm' => ['privates''App\\Form\\UserEditForm''getUserEditFormService'false],
  8198.             'App\\Form\\UserSearchForm' => ['privates''App\\Form\\UserSearchForm''getUserSearchFormService'false],
  8199.             'App\\Form\\UserSignupForm' => ['privates''App\\Form\\UserSignupForm''getUserSignupFormService'false],
  8200.             'App\\Form\\UserUnlinkDeviceForm' => ['privates''App\\Form\\UserUnlinkDeviceForm''getUserUnlinkDeviceFormService'false],
  8201.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType''getCrudFormTypeService'false],
  8202.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType''getFileUploadTypeService'false],
  8203.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates''EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType''getFiltersFormTypeService'false],
  8204.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'false],
  8205.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8206.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8207.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  8208.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  8209.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8210.         ], [
  8211.             'App\\Form\\AdminUnlinkDeviceForm' => '?',
  8212.             'App\\Form\\BatteryHistoryForm' => '?',
  8213.             'App\\Form\\CreditCardForm' => '?',
  8214.             'App\\Form\\CustomerCreateForm' => '?',
  8215.             'App\\Form\\DataExportForm' => '?',
  8216.             'App\\Form\\DeleteUserForm' => '?',
  8217.             'App\\Form\\DeviceSearchForm' => '?',
  8218.             'App\\Form\\LoginForm' => '?',
  8219.             'App\\Form\\OrderForm' => '?',
  8220.             'App\\Form\\OrderFormStep1' => '?',
  8221.             'App\\Form\\OrderFormStep2' => '?',
  8222.             'App\\Form\\OrderFormStep3' => '?',
  8223.             'App\\Form\\OrderFormStep4' => '?',
  8224.             'App\\Form\\PasswordRequestForm' => '?',
  8225.             'App\\Form\\PasswordResetForm' => '?',
  8226.             'App\\Form\\PhoneNumberForm' => '?',
  8227.             'App\\Form\\RentalCreateS1Form' => '?',
  8228.             'App\\Form\\RentalCreateS2Form' => '?',
  8229.             'App\\Form\\ResetTrackerForm' => '?',
  8230.             'App\\Form\\SepaAccountForm' => '?',
  8231.             'App\\Form\\StorageTimeForm' => '?',
  8232.             'App\\Form\\Type\\PhoneType' => '?',
  8233.             'App\\Form\\UnlinkDeviceForm' => '?',
  8234.             'App\\Form\\UserDeleteAccountForm' => '?',
  8235.             'App\\Form\\UserEditForm' => '?',
  8236.             'App\\Form\\UserSearchForm' => '?',
  8237.             'App\\Form\\UserSignupForm' => '?',
  8238.             'App\\Form\\UserUnlinkDeviceForm' => '?',
  8239.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  8240.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8241.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  8242.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  8243.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8244.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8245.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  8246.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8247.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8248.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8249.             yield => ($this->privates['App\\Form\\Extension\\FormTypeExtension'] ?? ($this->privates['App\\Form\\Extension\\FormTypeExtension'] = new \App\Form\Extension\FormTypeExtension()));
  8250.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  8251.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8252.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8253.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8254.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8255.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8256.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8257.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  8258.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
  8259.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8260.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8261.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8262.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8263.         }, 1)], new RewindableGenerator(function () {
  8264.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8265.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8266.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8267.     }
  8268.     /**
  8269.      * Gets the private 'form.server_params' shared service.
  8270.      *
  8271.      * @return \Symfony\Component\Form\Util\ServerParams
  8272.      */
  8273.     protected function getForm_ServerParamsService()
  8274.     {
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8276.         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())));
  8277.     }
  8278.     /**
  8279.      * Gets the private 'form.type.choice' shared service.
  8280.      *
  8281.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8282.      */
  8283.     protected function getForm_Type_ChoiceService()
  8284.     {
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8288.         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()));
  8289.     }
  8290.     /**
  8291.      * Gets the private 'form.type.color' shared service.
  8292.      *
  8293.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8294.      */
  8295.     protected function getForm_Type_ColorService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8300.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8301.     }
  8302.     /**
  8303.      * Gets the private 'form.type.entity' shared service.
  8304.      *
  8305.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8306.      */
  8307.     protected function getForm_Type_EntityService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8313.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8314.     }
  8315.     /**
  8316.      * Gets the private 'form.type.form' shared service.
  8317.      *
  8318.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8319.      */
  8320.     protected function getForm_Type_FormService()
  8321.     {
  8322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8326.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8327.     }
  8328.     /**
  8329.      * Gets the private 'form.type_extension.csrf' shared service.
  8330.      *
  8331.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8332.      */
  8333.     protected function getForm_TypeExtension_CsrfService()
  8334.     {
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8338.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8339.     }
  8340.     /**
  8341.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8342.      *
  8343.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8344.      */
  8345.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8346.     {
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8350.         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()));
  8351.     }
  8352.     /**
  8353.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8354.      *
  8355.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8356.      */
  8357.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8358.     {
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8364.         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())));
  8365.     }
  8366.     /**
  8367.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8368.      *
  8369.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8370.      */
  8371.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8372.     {
  8373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8376.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8377.     }
  8378.     /**
  8379.      * Gets the private 'form.type_extension.form.validator' shared service.
  8380.      *
  8381.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8382.      */
  8383.     protected function getForm_TypeExtension_Form_ValidatorService()
  8384.     {
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8389.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  8390.         if (isset($this->privates['form.type_extension.form.validator'])) {
  8391.             return $this->privates['form.type_extension.form.validator'];
  8392.         }
  8393.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true$a, ($this->services['translator'] ?? $this->getTranslatorService()));
  8394.     }
  8395.     /**
  8396.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8397.      *
  8398.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8399.      */
  8400.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8401.     {
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8405.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8406.     }
  8407.     /**
  8408.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8409.      *
  8410.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8411.      */
  8412.     protected function getForm_TypeGuesser_DoctrineService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8416.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8417.     }
  8418.     /**
  8419.      * Gets the private 'form.type_guesser.validator' shared service.
  8420.      *
  8421.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8422.      */
  8423.     protected function getForm_TypeGuesser_ValidatorService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8427.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  8428.     }
  8429.     /**
  8430.      * Gets the private 'fragment.listener' shared service.
  8431.      *
  8432.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  8433.      */
  8434.     protected function getFragment_ListenerService()
  8435.     {
  8436.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  8437.     }
  8438.     /**
  8439.      * Gets the private 'fragment.renderer.hinclude' shared service.
  8440.      *
  8441.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  8442.      */
  8443.     protected function getFragment_Renderer_HincludeService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  8448.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8449.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  8450.             return $this->privates['fragment.renderer.hinclude'];
  8451.         }
  8452.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  8453.         $instance->setFragmentPath('/_fragment');
  8454.         return $instance;
  8455.     }
  8456.     /**
  8457.      * Gets the private 'fragment.renderer.inline' shared service.
  8458.      *
  8459.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8460.      */
  8461.     protected function getFragment_Renderer_InlineService()
  8462.     {
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8466.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  8467.         if (isset($this->privates['fragment.renderer.inline'])) {
  8468.             return $this->privates['fragment.renderer.inline'];
  8469.         }
  8470.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8471.         if (isset($this->privates['fragment.renderer.inline'])) {
  8472.             return $this->privates['fragment.renderer.inline'];
  8473.         }
  8474.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  8475.         $instance->setFragmentPath('/_fragment');
  8476.         return $instance;
  8477.     }
  8478.     /**
  8479.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8480.      *
  8481.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8482.      */
  8483.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8484.     {
  8485.         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())));
  8486.     }
  8487.     /**
  8488.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8489.      *
  8490.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8491.      */
  8492.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8493.     {
  8494.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8495.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  8496.             return $this->privates['framework_extra_bundle.event.is_granted'];
  8497.         }
  8498.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  8499.     }
  8500.     /**
  8501.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  8502.      *
  8503.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  8504.      */
  8505.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  8506.     {
  8507.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  8509.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  8510.     }
  8511.     /**
  8512.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  8513.      *
  8514.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  8515.      */
  8516.     protected function getJmsSerializer_Cache_CacheClearerService()
  8517.     {
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  8523.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  8524.     }
  8525.     /**
  8526.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  8527.      *
  8528.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  8529.      */
  8530.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  8534.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  8535.     }
  8536.     /**
  8537.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  8538.      *
  8539.      * @return \JMS\Serializer\Handler\DateHandler
  8540.      */
  8541.     protected function getJmsSerializer_DatetimeHandlerService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  8545.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  8546.     }
  8547.     /**
  8548.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  8549.      *
  8550.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  8551.      */
  8552.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  8553.     {
  8554.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  8556.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  8557.     }
  8558.     /**
  8559.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  8560.      *
  8561.      * @return \JMS\Serializer\Handler\FormErrorHandler
  8562.      */
  8563.     protected function getJmsSerializer_FormErrorHandlerService()
  8564.     {
  8565.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  8567.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8568.     }
  8569.     /**
  8570.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  8571.      *
  8572.      * @return \JMS\Serializer\Handler\IteratorHandler
  8573.      */
  8574.     protected function getJmsSerializer_IteratorHandlerService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  8578.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  8579.     }
  8580.     /**
  8581.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  8582.      *
  8583.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  8584.      */
  8585.     protected function getJmsSerializer_StopwatchSubscriberService()
  8586.     {
  8587.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8588.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  8589.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8590.     }
  8591.     /**
  8592.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  8593.      *
  8594.      * @return \libphonenumber\PhoneNumberUtil
  8595.      */
  8596.     protected function getPhoneNumberUtilService()
  8597.     {
  8598.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  8599.     }
  8600.     /**
  8601.      * Gets the private 'locale_aware_listener' shared service.
  8602.      *
  8603.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8604.      */
  8605.     protected function getLocaleAwareListenerService()
  8606.     {
  8607.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8608.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  8609.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8610.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8611.     }
  8612.     /**
  8613.      * Gets the private 'locale_listener' shared service.
  8614.      *
  8615.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8616.      */
  8617.     protected function getLocaleListenerService()
  8618.     {
  8619.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  8620.     }
  8621.     /**
  8622.      * Gets the private 'mailer.mailer' shared service.
  8623.      *
  8624.      * @return \Symfony\Component\Mailer\Mailer
  8625.      */
  8626.     protected function getMailer_MailerService()
  8627.     {
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8633.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8634.             yield => $this->getMailer_TransportFactory_NullService();
  8635.             yield => $this->getMailer_TransportFactory_SendmailService();
  8636.             yield => $this->getMailer_TransportFactory_NativeService();
  8637.             yield => $this->getMailer_TransportFactory_SmtpService();
  8638.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8639.     }
  8640.     /**
  8641.      * Gets the private 'mailer.transport_factory.native' shared service.
  8642.      *
  8643.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8644.      */
  8645.     protected function getMailer_TransportFactory_NativeService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8650.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8651.     }
  8652.     /**
  8653.      * Gets the private 'mailer.transport_factory.null' shared service.
  8654.      *
  8655.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8656.      */
  8657.     protected function getMailer_TransportFactory_NullService()
  8658.     {
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8662.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8663.     }
  8664.     /**
  8665.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8666.      *
  8667.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8668.      */
  8669.     protected function getMailer_TransportFactory_SendmailService()
  8670.     {
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8674.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8675.     }
  8676.     /**
  8677.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8678.      *
  8679.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8680.      */
  8681.     protected function getMailer_TransportFactory_SmtpService()
  8682.     {
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8686.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8687.     }
  8688.     /**
  8689.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8690.      *
  8691.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8692.      */
  8693.     protected function getMaker_AutoCommand_MakeAuthService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8702.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8703.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8704.         $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()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()), $a$b);
  8705.         $instance->setName('make:auth');
  8706.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8707.         return $instance;
  8708.     }
  8709.     /**
  8710.      * Gets the private 'maker.auto_command.make_command' shared service.
  8711.      *
  8712.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8713.      */
  8714.     protected function getMaker_AutoCommand_MakeCommandService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8721.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8722.         $instance->setName('make:command');
  8723.         $instance->setDescription('Creates a new console command class');
  8724.         return $instance;
  8725.     }
  8726.     /**
  8727.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8728.      *
  8729.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8730.      */
  8731.     protected function getMaker_AutoCommand_MakeControllerService()
  8732.     {
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8738.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8739.         $instance->setName('make:controller');
  8740.         $instance->setDescription('Creates a new controller class');
  8741.         return $instance;
  8742.     }
  8743.     /**
  8744.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8745.      *
  8746.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8747.      */
  8748.     protected function getMaker_AutoCommand_MakeCrudService()
  8749.     {
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8755.         $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()));
  8756.         $instance->setName('make:crud');
  8757.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8758.         return $instance;
  8759.     }
  8760.     /**
  8761.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8762.      *
  8763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8764.      */
  8765.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8772.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8773.         $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()));
  8774.         $instance->setName('make:docker:database');
  8775.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8776.         return $instance;
  8777.     }
  8778.     /**
  8779.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8780.      *
  8781.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8782.      */
  8783.     protected function getMaker_AutoCommand_MakeEntityService()
  8784.     {
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8791.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8792.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8793.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  8794.         $instance->setName('make:entity');
  8795.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8796.         return $instance;
  8797.     }
  8798.     /**
  8799.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8800.      *
  8801.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8802.      */
  8803.     protected function getMaker_AutoCommand_MakeFixturesService()
  8804.     {
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8810.         $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()));
  8811.         $instance->setName('make:fixtures');
  8812.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8813.         return $instance;
  8814.     }
  8815.     /**
  8816.      * Gets the private 'maker.auto_command.make_form' shared service.
  8817.      *
  8818.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8819.      */
  8820.     protected function getMaker_AutoCommand_MakeFormService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8827.         $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()));
  8828.         $instance->setName('make:form');
  8829.         $instance->setDescription('Creates a new form class');
  8830.         return $instance;
  8831.     }
  8832.     /**
  8833.      * Gets the private 'maker.auto_command.make_message' shared service.
  8834.      *
  8835.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8836.      */
  8837.     protected function getMaker_AutoCommand_MakeMessageService()
  8838.     {
  8839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8844.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8845.         $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()));
  8846.         $instance->setName('make:message');
  8847.         $instance->setDescription('Creates a new message and handler');
  8848.         return $instance;
  8849.     }
  8850.     /**
  8851.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8852.      *
  8853.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8854.      */
  8855.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8856.     {
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8862.         $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()));
  8863.         $instance->setName('make:messenger-middleware');
  8864.         $instance->setDescription('Creates a new messenger middleware');
  8865.         return $instance;
  8866.     }
  8867.     /**
  8868.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8869.      *
  8870.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8871.      */
  8872.     protected function getMaker_AutoCommand_MakeMigrationService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8880.         $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()));
  8881.         $instance->setName('make:migration');
  8882.         $instance->setDescription('Creates a new migration based on database changes');
  8883.         return $instance;
  8884.     }
  8885.     /**
  8886.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8887.      *
  8888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8889.      */
  8890.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8891.     {
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8897.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8898.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8899.         $instance->setName('make:registration-form');
  8900.         $instance->setDescription('Creates a new registration form system');
  8901.         return $instance;
  8902.     }
  8903.     /**
  8904.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8905.      *
  8906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8907.      */
  8908.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8915.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8916.         $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()));
  8917.         $instance->setName('make:reset-password');
  8918.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8919.         return $instance;
  8920.     }
  8921.     /**
  8922.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8923.      *
  8924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8925.      */
  8926.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8933.         $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()));
  8934.         $instance->setName('make:serializer:encoder');
  8935.         $instance->setDescription('Creates a new serializer encoder class');
  8936.         return $instance;
  8937.     }
  8938.     /**
  8939.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8940.      *
  8941.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8942.      */
  8943.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8944.     {
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8950.         $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()));
  8951.         $instance->setName('make:serializer:normalizer');
  8952.         $instance->setDescription('Creates a new serializer normalizer class');
  8953.         return $instance;
  8954.     }
  8955.     /**
  8956.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8957.      *
  8958.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8959.      */
  8960.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8967.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8968.         $instance->setName('make:stimulus-controller');
  8969.         $instance->setDescription('Creates a new Stimulus controller');
  8970.         return $instance;
  8971.     }
  8972.     /**
  8973.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8974.      *
  8975.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8976.      */
  8977.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8978.     {
  8979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8985.         $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()));
  8986.         $instance->setName('make:subscriber');
  8987.         $instance->setDescription('Creates a new event subscriber class');
  8988.         return $instance;
  8989.     }
  8990.     /**
  8991.      * Gets the private 'maker.auto_command.make_test' shared service.
  8992.      *
  8993.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8994.      */
  8995.     protected function getMaker_AutoCommand_MakeTestService()
  8996.     {
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9003.         $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()));
  9004.         $instance->setName('make:test');
  9005.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9006.         $instance->setDescription('Creates a new test class');
  9007.         return $instance;
  9008.     }
  9009.     /**
  9010.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  9011.      *
  9012.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9013.      */
  9014.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  9015.     {
  9016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  9021.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9022.         $instance->setName('make:twig-component');
  9023.         $instance->setDescription('Creates a twig (or live) component');
  9024.         return $instance;
  9025.     }
  9026.     /**
  9027.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9028.      *
  9029.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9030.      */
  9031.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9032.     {
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9038.         $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()));
  9039.         $instance->setName('make:twig-extension');
  9040.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  9041.         return $instance;
  9042.     }
  9043.     /**
  9044.      * Gets the private 'maker.auto_command.make_user' shared service.
  9045.      *
  9046.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9047.      */
  9048.     protected function getMaker_AutoCommand_MakeUserService()
  9049.     {
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9057.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9058.         $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()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9059.         $instance->setName('make:user');
  9060.         $instance->setDescription('Creates a new security user class');
  9061.         return $instance;
  9062.     }
  9063.     /**
  9064.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9065.      *
  9066.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9067.      */
  9068.     protected function getMaker_AutoCommand_MakeValidatorService()
  9069.     {
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9075.         $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()));
  9076.         $instance->setName('make:validator');
  9077.         $instance->setDescription('Creates a new validator and constraint class');
  9078.         return $instance;
  9079.     }
  9080.     /**
  9081.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9082.      *
  9083.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9084.      */
  9085.     protected function getMaker_AutoCommand_MakeVoterService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9092.         $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()));
  9093.         $instance->setName('make:voter');
  9094.         $instance->setDescription('Creates a new security voter class');
  9095.         return $instance;
  9096.     }
  9097.     /**
  9098.      * Gets the private 'maker.doctrine_helper' shared service.
  9099.      *
  9100.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9101.      */
  9102.     protected function getMaker_DoctrineHelperService()
  9103.     {
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9105.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  9106.     }
  9107.     /**
  9108.      * Gets the private 'maker.entity_class_generator' shared service.
  9109.      *
  9110.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9111.      */
  9112.     protected function getMaker_EntityClassGeneratorService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9115.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9116.     }
  9117.     /**
  9118.      * Gets the private 'maker.file_manager' shared service.
  9119.      *
  9120.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9121.      */
  9122.     protected function getMaker_FileManagerService()
  9123.     {
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9129.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.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'));
  9130.     }
  9131.     /**
  9132.      * Gets the private 'maker.generator' shared service.
  9133.      *
  9134.      * @return \Symfony\Bundle\MakerBundle\Generator
  9135.      */
  9136.     protected function getMaker_GeneratorService()
  9137.     {
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9140.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  9141.     }
  9142.     /**
  9143.      * Gets the private 'maker.php_compat_util' shared service.
  9144.      *
  9145.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9146.      */
  9147.     protected function getMaker_PhpCompatUtilService()
  9148.     {
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9150.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9151.     }
  9152.     /**
  9153.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9154.      *
  9155.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9156.      */
  9157.     protected function getMaker_Renderer_FormTypeRendererService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9160.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9161.     }
  9162.     /**
  9163.      * Gets the private 'mime_types' shared service.
  9164.      *
  9165.      * @return \Symfony\Component\Mime\MimeTypes
  9166.      */
  9167.     protected function getMimeTypesService()
  9168.     {
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9172.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9173.         $instance->setDefault($instance);
  9174.         return $instance;
  9175.     }
  9176.     /**
  9177.      * Gets the private 'monolog.handler.console' shared service.
  9178.      *
  9179.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9180.      */
  9181.     protected function getMonolog_Handler_ConsoleService()
  9182.     {
  9183.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9184.     }
  9185.     /**
  9186.      * Gets the private 'monolog.handler.main' shared service.
  9187.      *
  9188.      * @return \Monolog\Handler\StreamHandler
  9189.      */
  9190.     protected function getMonolog_Handler_MainService()
  9191.     {
  9192.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9193.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9194.         return $instance;
  9195.     }
  9196.     /**
  9197.      * Gets the private 'monolog.logger' shared service.
  9198.      *
  9199.      * @return \Symfony\Bridge\Monolog\Logger
  9200.      */
  9201.     protected function getMonolog_LoggerService()
  9202.     {
  9203.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9204.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9205.         $instance->useMicrosecondTimestamps(true);
  9206.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9207.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9208.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9209.         return $instance;
  9210.     }
  9211.     /**
  9212.      * Gets the private 'monolog.logger.cache' shared service.
  9213.      *
  9214.      * @return \Symfony\Bridge\Monolog\Logger
  9215.      */
  9216.     protected function getMonolog_Logger_CacheService()
  9217.     {
  9218.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9219.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9220.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9221.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9222.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9223.         return $instance;
  9224.     }
  9225.     /**
  9226.      * Gets the private 'monolog.logger.mailer' shared service.
  9227.      *
  9228.      * @return \Symfony\Bridge\Monolog\Logger
  9229.      */
  9230.     protected function getMonolog_Logger_MailerService()
  9231.     {
  9232.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9233.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9234.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9235.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9236.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9237.         return $instance;
  9238.     }
  9239.     /**
  9240.      * Gets the private 'monolog.logger.request' shared service.
  9241.      *
  9242.      * @return \Symfony\Bridge\Monolog\Logger
  9243.      */
  9244.     protected function getMonolog_Logger_RequestService()
  9245.     {
  9246.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9247.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9248.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9249.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9250.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9251.         return $instance;
  9252.     }
  9253.     /**
  9254.      * Gets the private 'monolog.logger.security' shared service.
  9255.      *
  9256.      * @return \Symfony\Bridge\Monolog\Logger
  9257.      */
  9258.     protected function getMonolog_Logger_SecurityService()
  9259.     {
  9260.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9261.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9262.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9263.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9264.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9265.         return $instance;
  9266.     }
  9267.     /**
  9268.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  9269.      *
  9270.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  9271.      */
  9272.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  9273.     {
  9274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/IsAServiceTrait.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  9284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  9286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  9287.         $a = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  9288.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  9289.     }
  9290.     /**
  9291.      * Gets the private 'parameter_bag' shared service.
  9292.      *
  9293.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9294.      */
  9295.     protected function getParameterBagService()
  9296.     {
  9297.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9298.     }
  9299.     /**
  9300.      * Gets the private 'profiler_listener' shared service.
  9301.      *
  9302.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9303.      */
  9304.     protected function getProfilerListenerService()
  9305.     {
  9306.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  9307.         if (isset($this->privates['profiler_listener'])) {
  9308.             return $this->privates['profiler_listener'];
  9309.         }
  9310.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  9311.     }
  9312.     /**
  9313.      * Gets the private 'property_accessor' shared service.
  9314.      *
  9315.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9316.      */
  9317.     protected function getPropertyAccessorService()
  9318.     {
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  9325.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9326.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9327.     }
  9328.     /**
  9329.      * Gets the private 'property_info' shared service.
  9330.      *
  9331.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9332.      */
  9333.     protected function getPropertyInfoService()
  9334.     {
  9335.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9336.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9337.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9338.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9339.         }, 3), new RewindableGenerator(function () {
  9340.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9341.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9342.         }, 2), new RewindableGenerator(function () {
  9343.             return new \EmptyIterator();
  9344.         }, 0), new RewindableGenerator(function () {
  9345.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9347.         }, 2), new RewindableGenerator(function () {
  9348.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9349.         }, 1));
  9350.     }
  9351.     /**
  9352.      * Gets the private 'property_info.serializer_extractor' shared service.
  9353.      *
  9354.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9355.      */
  9356.     protected function getPropertyInfo_SerializerExtractorService()
  9357.     {
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9359.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9360.     }
  9361.     /**
  9362.      * Gets the private 'router.cache_warmer' shared service.
  9363.      *
  9364.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9365.      */
  9366.     protected function getRouter_CacheWarmerService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9370.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9371.             'router' => ['services''router''getRouterService'false],
  9372.         ], [
  9373.             'router' => '?',
  9374.         ]))->withContext('router.cache_warmer'$this));
  9375.     }
  9376.     /**
  9377.      * Gets the private 'router.request_context' shared service.
  9378.      *
  9379.      * @return \Symfony\Component\Routing\RequestContext
  9380.      */
  9381.     protected function getRouter_RequestContextService()
  9382.     {
  9383.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9384.     }
  9385.     /**
  9386.      * Gets the private 'router_listener' shared service.
  9387.      *
  9388.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9389.      */
  9390.     protected function getRouterListenerService()
  9391.     {
  9392.         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);
  9393.     }
  9394.     /**
  9395.      * Gets the private 'secrets.vault' shared service.
  9396.      *
  9397.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9398.      */
  9399.     protected function getSecrets_VaultService()
  9400.     {
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9405.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(\Closure::fromCallable([=> $this=> 'getEnv']), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9406.     }
  9407.     /**
  9408.      * Gets the private 'security.access_listener' shared service.
  9409.      *
  9410.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9411.      */
  9412.     protected function getSecurity_AccessListenerService()
  9413.     {
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9415.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9416.         if (isset($this->privates['security.access_listener'])) {
  9417.             return $this->privates['security.access_listener'];
  9418.         }
  9419.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  9420.     }
  9421.     /**
  9422.      * Gets the private 'security.access_map' shared service.
  9423.      *
  9424.      * @return \Symfony\Component\Security\Http\AccessMap
  9425.      */
  9426.     protected function getSecurity_AccessMapService()
  9427.     {
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9432.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9433.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9434.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9435.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/resetpassword'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9436.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/resettoken'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9437.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/service/privacy'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9438.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/service/tos'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9439.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/service/tos2023'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9440.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/service/pricing'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9441.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/service/legal'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9442.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/public'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9443.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/payment/pe'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9444.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/payment/mo/report'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9445.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/public'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9446.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/signup'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9447.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/activation-info'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9448.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/activate'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9449.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/admin'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPPORT'], NULL);
  9450.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/admin'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPPORT'], NULL);
  9451.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/renting'), [=> 'ROLE_ADMIN'=> 'ROLE_RENTING_PARTNER'], NULL);
  9452.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account/[a-z]{2}/renting'), [=> 'ROLE_ADMIN'=> 'ROLE_RENTING_PARTNER'], NULL);
  9453.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tech'), [=> 'ROLE_TECHGUY'=> 'ROLE_SUPPORT'], NULL);
  9454.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'ROLE_USER'], NULL);
  9455.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/account'), [=> 'ROLE_USER'], NULL);
  9456.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9457.         return $instance;
  9458.     }
  9459.     /**
  9460.      * Gets the private 'security.authentication.guard_handler' shared service.
  9461.      *
  9462.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9463.      *
  9464.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  9465.      */
  9466.     protected function getSecurity_Authentication_GuardHandlerService()
  9467.     {
  9468.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  9469.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  9470.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9471.         return $instance;
  9472.     }
  9473.     /**
  9474.      * Gets the private 'security.authentication.session_strategy' shared service.
  9475.      *
  9476.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  9477.      */
  9478.     protected function getSecurity_Authentication_SessionStrategyService()
  9479.     {
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9482.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9483.     }
  9484.     /**
  9485.      * Gets the private 'security.authentication.switchuser_listener.api' shared service.
  9486.      *
  9487.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9488.      */
  9489.     protected function getSecurity_Authentication_SwitchuserListener_ApiService()
  9490.     {
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9494.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9495.         if (isset($this->privates['security.authentication.switchuser_listener.api'])) {
  9496.             return $this->privates['security.authentication.switchuser_listener.api'];
  9497.         }
  9498.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9499.         if (isset($this->privates['security.authentication.switchuser_listener.api'])) {
  9500.             return $this->privates['security.authentication.switchuser_listener.api'];
  9501.         }
  9502.         return $this->privates['security.authentication.switchuser_listener.api'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'api'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$bfalse);
  9503.     }
  9504.     /**
  9505.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  9506.      *
  9507.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  9508.      */
  9509.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9514.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  9515.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  9516.             return $this->privates['security.authentication.switchuser_listener.main'];
  9517.         }
  9518.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9519.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  9520.             return $this->privates['security.authentication.switchuser_listener.main'];
  9521.         }
  9522.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$bfalse);
  9523.     }
  9524.     /**
  9525.      * Gets the private 'security.authentication_utils' shared service.
  9526.      *
  9527.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9528.      */
  9529.     protected function getSecurity_AuthenticationUtilsService()
  9530.     {
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9532.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9533.     }
  9534.     /**
  9535.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  9536.      *
  9537.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  9538.      */
  9539.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  9540.     {
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  9548.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  9549.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  9550.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  9551.             return $this->privates['security.authenticator.guard.main.0'];
  9552.         }
  9553.         return $this->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Security\LoginFormAuthenticator($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['account.dblog'] ?? $this->getAccount_DblogService())), ($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService()));
  9554.     }
  9555.     /**
  9556.      * Gets the private 'security.channel_listener' shared service.
  9557.      *
  9558.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9559.      */
  9560.     protected function getSecurity_ChannelListenerService()
  9561.     {
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9563.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9564.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  9565.     }
  9566.     /**
  9567.      * Gets the private 'security.command.debug_firewall' shared service.
  9568.      *
  9569.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9570.      */
  9571.     protected function getSecurity_Command_DebugFirewallService()
  9572.     {
  9573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9575.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service()), ($this->privates['.service_locator.J7Wc7Bf'] ?? $this->get_ServiceLocator_J7Wc7BfService()), ['api' => [=> ($this->privates['app.security.apikey_authenticator'] ?? $this->getApp_Security_ApikeyAuthenticatorService())], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
  9576.         $instance->setName('debug:firewall');
  9577.         $instance->setDescription('Display information about your security firewall(s)');
  9578.         return $instance;
  9579.     }
  9580.     /**
  9581.      * Gets the private 'security.command.user_password_encoder' shared service.
  9582.      *
  9583.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9584.      *
  9585.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  9586.      */
  9587.     protected function getSecurity_Command_UserPasswordEncoderService()
  9588.     {
  9589.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  9590.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'App\\Entity\\User']);
  9591.         $instance->setName('security:encode-password');
  9592.         $instance->setDescription('Encode a password');
  9593.         return $instance;
  9594.     }
  9595.     /**
  9596.      * Gets the private 'security.command.user_password_hash' shared service.
  9597.      *
  9598.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9599.      */
  9600.     protected function getSecurity_Command_UserPasswordHashService()
  9601.     {
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9604.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface'=> 'App\\Entity\\User']);
  9605.         $instance->setName('security:hash-password');
  9606.         $instance->setDescription('Hash a user password');
  9607.         return $instance;
  9608.     }
  9609.     /**
  9610.      * Gets the private 'security.context_listener.0' shared service.
  9611.      *
  9612.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9613.      */
  9614.     protected function getSecurity_ContextListener_0Service()
  9615.     {
  9616.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  9617.             yield => ($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService());
  9618.         }, 1), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9619.     }
  9620.     /**
  9621.      * Gets the private 'security.context_listener.1' shared service.
  9622.      *
  9623.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9624.      */
  9625.     protected function getSecurity_ContextListener_1Service()
  9626.     {
  9627.         return $this->privates['security.context_listener.1'] = 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 () {
  9628.             yield => ($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService());
  9629.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  9630.     }
  9631.     /**
  9632.      * Gets the private 'security.csrf.token_storage' shared service.
  9633.      *
  9634.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9635.      */
  9636.     protected function getSecurity_Csrf_TokenStorageService()
  9637.     {
  9638.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9639.     }
  9640.     /**
  9641.      * Gets the private 'security.encoder_factory.generic' shared service.
  9642.      *
  9643.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9644.      *
  9645.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  9646.      */
  9647.     protected function getSecurity_EncoderFactory_GenericService()
  9648.     {
  9649.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  9650.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['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], 'App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  9651.     }
  9652.     /**
  9653.      * Gets the private 'security.event_dispatcher.api' shared service.
  9654.      *
  9655.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9656.      */
  9657.     protected function getSecurity_EventDispatcher_ApiService()
  9658.     {
  9659.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9660.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9661.             return ($this->privates['security.listener.session.api'] ?? $this->getSecurity_Listener_Session_ApiService());
  9662.         }, => 'onSuccessfulLogin'], 0);
  9663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9664.             return ($this->privates['security.logout.listener.default.api'] ?? $this->getSecurity_Logout_Listener_Default_ApiService());
  9665.         }, => 'onLogout'], 64);
  9666.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9667.             return ($this->privates['security.logout.listener.session.api'] ?? ($this->privates['security.logout.listener.session.api'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9668.         }, => 'onLogout'], 0);
  9669.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9670.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9671.         }, => 'preCheckCredentials'], 256);
  9672.         $instance->addListener('security.authentication.success', [=> function () {
  9673.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9674.         }, => 'postCheckCredentials'], 256);
  9675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9676.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9677.         }, => 'checkPassport'], 1024);
  9678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9679.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9680.         }, => 'checkPassport'], 0);
  9681.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9682.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9683.         }, => 'onLoginSuccess'], 0);
  9684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9685.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9686.         }, => 'checkPassport'], 512);
  9687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9688.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9689.         }, => 'onLogout'], 0);
  9690.         return $instance;
  9691.     }
  9692.     /**
  9693.      * Gets the private 'security.event_dispatcher.main' shared service.
  9694.      *
  9695.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9696.      */
  9697.     protected function getSecurity_EventDispatcher_MainService()
  9698.     {
  9699.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9700.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9701.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  9702.         }, => 'onSuccessfulLogin'], 0);
  9703.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9704.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  9705.         }, => 'onLogout'], 64);
  9706.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9707.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  9708.         }, => 'onLogout'], 0);
  9709.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9710.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  9711.         }, => 'preCheckCredentials'], 256);
  9712.         $instance->addListener('security.authentication.success', [=> function () {
  9713.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  9714.         }, => 'postCheckCredentials'], 256);
  9715.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9716.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9717.         }, => 'checkPassport'], 1024);
  9718.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9719.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9720.         }, => 'checkPassport'], 0);
  9721.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9722.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9723.         }, => 'onLoginSuccess'], 0);
  9724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9725.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9726.         }, => 'checkPassport'], 512);
  9727.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9728.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9729.         }, => 'onLogout'], 0);
  9730.         return $instance;
  9731.     }
  9732.     /**
  9733.      * Gets the private 'security.firewall.map' shared service.
  9734.      *
  9735.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9736.      */
  9737.     protected function getSecurity_Firewall_MapService()
  9738.     {
  9739.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  9740.         if (isset($this->privates['security.firewall.map'])) {
  9741.             return $this->privates['security.firewall.map'];
  9742.         }
  9743.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  9744.             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)/')));
  9745.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9746.             yield 'security.firewall.map.context.main' => NULL;
  9747.         }, 3));
  9748.     }
  9749.     /**
  9750.      * Gets the private 'security.firewall.map.context.api' shared service.
  9751.      *
  9752.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9753.      */
  9754.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9755.     {
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9761.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9762.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9763.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9764.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9765.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9766.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  9767.             yield => ($this->privates['security.authentication.switchuser_listener.api'] ?? $this->getSecurity_Authentication_SwitchuserListener_ApiService());
  9768.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9769.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'security_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truefalse'security.user.provider.concrete.app_users''api'NULLNULLNULL, [=> 'switch_user'=> 'app.security.apikey_authenticator'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  9770.     }
  9771.     /**
  9772.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9773.      *
  9774.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9775.      */
  9776.     protected function getSecurity_Firewall_Map_Context_DevService()
  9777.     {
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9780.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9781.             return new \EmptyIterator();
  9782.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9783.     }
  9784.     /**
  9785.      * Gets the private 'security.firewall.map.context.main' shared service.
  9786.      *
  9787.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9788.      */
  9789.     protected function getSecurity_Firewall_Map_Context_MainService()
  9790.     {
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9796.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  9797.         if (isset($this->privates['security.firewall.map.context.main'])) {
  9798.             return $this->privates['security.firewall.map.context.main'];
  9799.         }
  9800.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  9801.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9802.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9803.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9804.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  9805.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  9806.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  9807.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9808.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'security_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_users''main''security.authenticator.guard.main.0'NULLNULL, [=> 'switch_user'=> 'guard'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  9809.     }
  9810.     /**
  9811.      * Gets the private 'security.helper' shared service.
  9812.      *
  9813.      * @return \Symfony\Component\Security\Core\Security
  9814.      */
  9815.     protected function getSecurity_HelperService()
  9816.     {
  9817.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9818.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9819.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9820.         ], [
  9821.             'security.authorization_checker' => '?',
  9822.             'security.token_storage' => '?',
  9823.         ]));
  9824.     }
  9825.     /**
  9826.      * Gets the private 'security.http_utils' shared service.
  9827.      *
  9828.      * @return \Symfony\Component\Security\Http\HttpUtils
  9829.      */
  9830.     protected function getSecurity_HttpUtilsService()
  9831.     {
  9832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9833.         $a = ($this->services['router'] ?? $this->getRouterService());
  9834.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9835.     }
  9836.     /**
  9837.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  9838.      *
  9839.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  9840.      */
  9841.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  9842.     {
  9843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  9844.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9845.     }
  9846.     /**
  9847.      * Gets the private 'security.listener.csrf_protection' shared service.
  9848.      *
  9849.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  9850.      */
  9851.     protected function getSecurity_Listener_CsrfProtectionService()
  9852.     {
  9853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  9854.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9855.     }
  9856.     /**
  9857.      * Gets the private 'security.listener.password_migrating' shared service.
  9858.      *
  9859.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  9860.      */
  9861.     protected function getSecurity_Listener_PasswordMigratingService()
  9862.     {
  9863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  9864.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9865.     }
  9866.     /**
  9867.      * Gets the private 'security.listener.session.api' shared service.
  9868.      *
  9869.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  9870.      */
  9871.     protected function getSecurity_Listener_Session_ApiService()
  9872.     {
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  9874.         return $this->privates['security.listener.session.api'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9875.     }
  9876.     /**
  9877.      * Gets the private 'security.listener.session.main' shared service.
  9878.      *
  9879.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  9880.      */
  9881.     protected function getSecurity_Listener_Session_MainService()
  9882.     {
  9883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  9884.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9885.     }
  9886.     /**
  9887.      * Gets the private 'security.listener.user_checker.api' shared service.
  9888.      *
  9889.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9890.      */
  9891.     protected function getSecurity_Listener_UserChecker_ApiService()
  9892.     {
  9893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9896.         return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9897.     }
  9898.     /**
  9899.      * Gets the private 'security.listener.user_checker.main' shared service.
  9900.      *
  9901.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9902.      */
  9903.     protected function getSecurity_Listener_UserChecker_MainService()
  9904.     {
  9905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9908.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9909.     }
  9910.     /**
  9911.      * Gets the private 'security.listener.user_provider' shared service.
  9912.      *
  9913.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9914.      */
  9915.     protected function getSecurity_Listener_UserProviderService()
  9916.     {
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9918.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_users'] ?? $this->getSecurity_User_Provider_Concrete_AppUsersService()));
  9919.     }
  9920.     /**
  9921.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9922.      *
  9923.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9924.      */
  9925.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9926.     {
  9927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9928.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9929.     }
  9930.     /**
  9931.      * Gets the private 'security.logout.listener.default.api' shared service.
  9932.      *
  9933.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9934.      */
  9935.     protected function getSecurity_Logout_Listener_Default_ApiService()
  9936.     {
  9937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9938.         return $this->privates['security.logout.listener.default.api'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9939.     }
  9940.     /**
  9941.      * Gets the private 'security.logout.listener.default.main' shared service.
  9942.      *
  9943.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9944.      */
  9945.     protected function getSecurity_Logout_Listener_Default_MainService()
  9946.     {
  9947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9948.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9949.     }
  9950.     /**
  9951.      * Gets the private 'security.logout_url_generator' shared service.
  9952.      *
  9953.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9954.      */
  9955.     protected function getSecurity_LogoutUrlGeneratorService()
  9956.     {
  9957.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  9958.         $instance->registerListener('api''security_logout''logout''_csrf_token'NULLNULL);
  9959.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  9960.         return $instance;
  9961.     }
  9962.     /**
  9963.      * Gets the private 'security.password_hasher_factory' shared service.
  9964.      *
  9965.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  9966.      */
  9967.     protected function getSecurity_PasswordHasherFactoryService()
  9968.     {
  9969.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9971.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['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], 'App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  9972.     }
  9973.     /**
  9974.      * Gets the private 'security.role_hierarchy' shared service.
  9975.      *
  9976.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9977.      */
  9978.     protected function getSecurity_RoleHierarchyService()
  9979.     {
  9980.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9981.     }
  9982.     /**
  9983.      * Gets the private 'security.user.provider.concrete.app_users' shared service.
  9984.      *
  9985.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9986.      */
  9987.     protected function getSecurity_User_Provider_Concrete_AppUsersService()
  9988.     {
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9992.         return $this->privates['security.user.provider.concrete.app_users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  9993.     }
  9994.     /**
  9995.      * Gets the private 'security.validator.user_password' shared service.
  9996.      *
  9997.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9998.      */
  9999.     protected function getSecurity_Validator_UserPasswordService()
  10000.     {
  10001.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10004.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  10005.     }
  10006.     /**
  10007.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10008.      *
  10009.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10010.      */
  10011.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10012.     {
  10013.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10014.     }
  10015.     /**
  10016.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10017.      *
  10018.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10019.      */
  10020.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10021.     {
  10022.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10023.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  10024.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10025.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10026.     }
  10027.     /**
  10028.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10029.      *
  10030.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10031.      */
  10032.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10033.     {
  10034.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  10035.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  10036.             return $this->privates['sensio_framework_extra.security.listener'];
  10037.         }
  10038.         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()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10039.     }
  10040.     /**
  10041.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10042.      *
  10043.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10044.      */
  10045.     protected function getSensioFrameworkExtra_View_ListenerService()
  10046.     {
  10047.         $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))));
  10048.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10049.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10050.         ], [
  10051.             'twig' => '?',
  10052.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10053.         return $instance;
  10054.     }
  10055.     /**
  10056.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10057.      *
  10058.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10059.      */
  10060.     protected function getSerializer_Mapping_CacheWarmerService()
  10061.     {
  10062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10067.         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'));
  10068.     }
  10069.     /**
  10070.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10071.      *
  10072.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10073.      */
  10074.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10075.     {
  10076.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10082.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  10083.     }
  10084.     /**
  10085.      * Gets the private 'session.factory' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  10088.      */
  10089.     protected function getSession_FactoryService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  10093.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10094.         if (isset($this->privates['session.factory'])) {
  10095.             return $this->privates['session.factory'];
  10096.         }
  10097.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  10098.     }
  10099.     /**
  10100.      * Gets the private 'session.storage.factory.service' shared service.
  10101.      *
  10102.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  10103.      *
  10104.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  10105.      */
  10106.     protected function getSession_Storage_Factory_ServiceService()
  10107.     {
  10108.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  10109.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  10110.     }
  10111.     /**
  10112.      * Gets the private 'session.storage.metadata_bag' shared service.
  10113.      *
  10114.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10115.      *
  10116.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  10117.      */
  10118.     protected function getSession_Storage_MetadataBagService()
  10119.     {
  10120.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  10121.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10122.     }
  10123.     /**
  10124.      * Gets the private 'session.storage.native' shared service.
  10125.      *
  10126.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10127.      *
  10128.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  10129.      */
  10130.     protected function getSession_Storage_NativeService()
  10131.     {
  10132.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  10133.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  10134.     }
  10135.     /**
  10136.      * Gets the private 'session_listener' shared service.
  10137.      *
  10138.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10139.      */
  10140.     protected function getSessionListenerService()
  10141.     {
  10142.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10143.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  10144.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  10145.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10146.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  10147.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  10148.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  10149.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10150.         ], [
  10151.             'initialized_session' => '?',
  10152.             'logger' => '?',
  10153.             'request_stack' => '?',
  10154.             'session' => '?',
  10155.             'session_collector' => '?',
  10156.             'session_factory' => '?',
  10157.             'session_storage' => '?',
  10158.         ]), true$this->parameters['session.storage.options']);
  10159.     }
  10160.     /**
  10161.      * Gets the private 'translation.extractor' shared service.
  10162.      *
  10163.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10164.      */
  10165.     protected function getTranslation_ExtractorService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10171.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10172.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10173.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10174.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  10175.         return $instance;
  10176.     }
  10177.     /**
  10178.      * Gets the private 'translation.loader.csv' shared service.
  10179.      *
  10180.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10181.      */
  10182.     protected function getTranslation_Loader_CsvService()
  10183.     {
  10184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10188.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10189.     }
  10190.     /**
  10191.      * Gets the private 'translation.loader.dat' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10194.      */
  10195.     protected function getTranslation_Loader_DatService()
  10196.     {
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10200.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10201.     }
  10202.     /**
  10203.      * Gets the private 'translation.loader.ini' shared service.
  10204.      *
  10205.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10206.      */
  10207.     protected function getTranslation_Loader_IniService()
  10208.     {
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10213.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10214.     }
  10215.     /**
  10216.      * Gets the private 'translation.loader.json' shared service.
  10217.      *
  10218.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10219.      */
  10220.     protected function getTranslation_Loader_JsonService()
  10221.     {
  10222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10224.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10226.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10227.     }
  10228.     /**
  10229.      * Gets the private 'translation.loader.mo' shared service.
  10230.      *
  10231.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10232.      */
  10233.     protected function getTranslation_Loader_MoService()
  10234.     {
  10235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10239.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10240.     }
  10241.     /**
  10242.      * Gets the private 'translation.loader.php' shared service.
  10243.      *
  10244.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10245.      */
  10246.     protected function getTranslation_Loader_PhpService()
  10247.     {
  10248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10252.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10253.     }
  10254.     /**
  10255.      * Gets the private 'translation.loader.po' shared service.
  10256.      *
  10257.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10258.      */
  10259.     protected function getTranslation_Loader_PoService()
  10260.     {
  10261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10265.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10266.     }
  10267.     /**
  10268.      * Gets the private 'translation.loader.qt' shared service.
  10269.      *
  10270.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10271.      */
  10272.     protected function getTranslation_Loader_QtService()
  10273.     {
  10274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10276.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10277.     }
  10278.     /**
  10279.      * Gets the private 'translation.loader.res' shared service.
  10280.      *
  10281.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10282.      */
  10283.     protected function getTranslation_Loader_ResService()
  10284.     {
  10285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10287.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10288.     }
  10289.     /**
  10290.      * Gets the private 'translation.loader.xliff' shared service.
  10291.      *
  10292.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10293.      */
  10294.     protected function getTranslation_Loader_XliffService()
  10295.     {
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10298.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10299.     }
  10300.     /**
  10301.      * Gets the private 'translation.loader.yml' shared service.
  10302.      *
  10303.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10304.      */
  10305.     protected function getTranslation_Loader_YmlService()
  10306.     {
  10307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10311.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10312.     }
  10313.     /**
  10314.      * Gets the private 'translation.provider_collection' shared service.
  10315.      *
  10316.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10317.      */
  10318.     protected function getTranslation_ProviderCollectionService()
  10319.     {
  10320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10322.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10323.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10324.         }, 1), []))->fromConfig([]);
  10325.     }
  10326.     /**
  10327.      * Gets the private 'translation.reader' shared service.
  10328.      *
  10329.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10330.      */
  10331.     protected function getTranslation_ReaderService()
  10332.     {
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10349.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10350.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10351.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10352.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10353.         $instance->addLoader('yaml'$a);
  10354.         $instance->addLoader('yml'$a);
  10355.         $instance->addLoader('xlf'$b);
  10356.         $instance->addLoader('xliff'$b);
  10357.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10358.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10359.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10360.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10361.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10362.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10363.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10364.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10365.         return $instance;
  10366.     }
  10367.     /**
  10368.      * Gets the private 'translation.warmer' shared service.
  10369.      *
  10370.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10371.      */
  10372.     protected function getTranslation_WarmerService()
  10373.     {
  10374.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10376.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10377.             'translator' => ['services''translator''getTranslatorService'false],
  10378.         ], [
  10379.             'translator' => '?',
  10380.         ]))->withContext('translation.warmer'$this));
  10381.     }
  10382.     /**
  10383.      * Gets the private 'translation.writer' shared service.
  10384.      *
  10385.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10386.      */
  10387.     protected function getTranslation_WriterService()
  10388.     {
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10403.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10404.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10405.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10406.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10407.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10408.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10409.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10410.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10411.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10412.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10413.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10414.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10415.         return $instance;
  10416.     }
  10417.     /**
  10418.      * Gets the private 'translator.default' shared service.
  10419.      *
  10420.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10421.      */
  10422.     protected function getTranslator_DefaultService()
  10423.     {
  10424.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10425.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10426.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10427.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10428.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10429.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10430.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10431.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10432.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10433.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10434.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10435.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10436.         ], [
  10437.             'translation.loader.csv' => '?',
  10438.             'translation.loader.dat' => '?',
  10439.             'translation.loader.ini' => '?',
  10440.             'translation.loader.json' => '?',
  10441.             'translation.loader.mo' => '?',
  10442.             'translation.loader.php' => '?',
  10443.             'translation.loader.po' => '?',
  10444.             'translation.loader.qt' => '?',
  10445.             'translation.loader.res' => '?',
  10446.             'translation.loader.xliff' => '?',
  10447.             'translation.loader.yml' => '?',
  10448.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/translations/messages.bg.yml'), => (\dirname(__DIR__4).'/translations/validators.bg.yml')], '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'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/translations/messages.bs.yml'), => (\dirname(__DIR__4).'/translations/validators.bs.yml')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/translations/messages.cs.yml'), => (\dirname(__DIR__4).'/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/translations/messages.de.yml'), => (\dirname(__DIR__4).'/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/translations/messages.es.yml'), => (\dirname(__DIR__4).'/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/translations/messages.hu.yml'), => (\dirname(__DIR__4).'/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/translations/messages.it.yml'), => (\dirname(__DIR__4).'/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-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).'/translations/messages.sk.yml'), => (\dirname(__DIR__4).'/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/translations/messages.sv.yml'), => (\dirname(__DIR__4).'/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-fixtures-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/jms/serializer-bundle/translations'10 => 'vendor/knplabs/knp-markdown-bundle/translations'11 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/framework-bundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/twig/extra-bundle/translations'19 => 'vendor/symfony/web-profiler-bundle/translations'20 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  10449.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10450.         $instance->setFallbackLocales([=> 'en'=> 'de']);
  10451.         return $instance;
  10452.     }
  10453.     /**
  10454.      * Gets the private 'twig.command.debug' shared service.
  10455.      *
  10456.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10457.      */
  10458.     protected function getTwig_Command_DebugService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10462.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10463.         $instance->setName('debug:twig');
  10464.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10465.         return $instance;
  10466.     }
  10467.     /**
  10468.      * Gets the private 'twig.command.lint' shared service.
  10469.      *
  10470.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10471.      */
  10472.     protected function getTwig_Command_LintService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10477.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  10478.         $instance->setName('lint:twig');
  10479.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10480.         return $instance;
  10481.     }
  10482.     /**
  10483.      * Gets the private 'twig.form.engine' shared service.
  10484.      *
  10485.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  10486.      */
  10487.     protected function getTwig_Form_EngineService()
  10488.     {
  10489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10491.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10492.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10493.         if (isset($this->privates['twig.form.engine'])) {
  10494.             return $this->privates['twig.form.engine'];
  10495.         }
  10496.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  10497.     }
  10498.     /**
  10499.      * Gets the private 'twig.form.renderer' shared service.
  10500.      *
  10501.      * @return \Symfony\Component\Form\FormRenderer
  10502.      */
  10503.     protected function getTwig_Form_RendererService()
  10504.     {
  10505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10507.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  10508.         if (isset($this->privates['twig.form.renderer'])) {
  10509.             return $this->privates['twig.form.renderer'];
  10510.         }
  10511.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10512.     }
  10513.     /**
  10514.      * Gets the private 'twig.mailer.message_listener' shared service.
  10515.      *
  10516.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10517.      */
  10518.     protected function getTwig_Mailer_MessageListenerService()
  10519.     {
  10520.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10522.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10523.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10524.         if (isset($this->privates['twig.mailer.message_listener'])) {
  10525.             return $this->privates['twig.mailer.message_listener'];
  10526.         }
  10527.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  10528.     }
  10529.     /**
  10530.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10531.      *
  10532.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10533.      */
  10534.     protected function getTwig_Runtime_HttpkernelService()
  10535.     {
  10536.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10541.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10542.         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, [
  10543.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  10544.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10545.         ], [
  10546.             'hinclude' => '?',
  10547.             'inline' => '?',
  10548.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  10549.     }
  10550.     /**
  10551.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10552.      *
  10553.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10554.      */
  10555.     protected function getTwig_Runtime_SecurityCsrfService()
  10556.     {
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10558.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  10559.     }
  10560.     /**
  10561.      * Gets the private 'twig.runtime.serializer' shared service.
  10562.      *
  10563.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10564.      */
  10565.     protected function getTwig_Runtime_SerializerService()
  10566.     {
  10567.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10569.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  10570.     }
  10571.     /**
  10572.      * Gets the private 'twig.template_cache_warmer' shared service.
  10573.      *
  10574.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10575.      */
  10576.     protected function getTwig_TemplateCacheWarmerService()
  10577.     {
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10581.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10582.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10583.         ], [
  10584.             'twig' => '?',
  10585.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\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')));
  10586.     }
  10587.     /**
  10588.      * Gets the private 'validator.builder' shared service.
  10589.      *
  10590.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10591.      */
  10592.     protected function getValidator_BuilderService()
  10593.     {
  10594.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10595.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10596.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10597.             'App\\Validator\\Constraints\\DeviceSNValidator' => ['privates''App\\Validator\\Constraints\\DeviceSNValidator''getDeviceSNValidatorService'false],
  10598.             'App\\Validator\\Constraints\\MinAgeValidator' => ['privates''App\\Validator\\Constraints\\MinAgeValidator''getMinAgeValidatorService'false],
  10599.             'App\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''App\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'false],
  10600.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidator2Service'false],
  10601.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10602.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10603.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10604.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10605.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10606.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10607.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10608.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10609.         ], [
  10610.             'App\\Validator\\Constraints\\DeviceSNValidator' => '?',
  10611.             'App\\Validator\\Constraints\\MinAgeValidator' => '?',
  10612.             'App\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  10613.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  10614.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10615.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10616.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10617.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10618.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10619.             'doctrine.orm.validator.unique' => '?',
  10620.             'security.validator.user_password' => '?',
  10621.             'validator.expression' => '?',
  10622.         ])));
  10623.         if ($this->has('translator')) {
  10624.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10625.         }
  10626.         $instance->setTranslationDomain('validators');
  10627.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10628.         $instance->enableAnnotationMapping(true);
  10629.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10630.         $instance->addMethodMapping('loadValidatorMetadata');
  10631.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10632.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10633.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10634.         return $instance;
  10635.     }
  10636.     /**
  10637.      * Gets the private 'validator.email' shared service.
  10638.      *
  10639.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10640.      */
  10641.     protected function getValidator_EmailService()
  10642.     {
  10643.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10644.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10645.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10646.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10647.     }
  10648.     /**
  10649.      * Gets the private 'validator.expression' shared service.
  10650.      *
  10651.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10652.      */
  10653.     protected function getValidator_ExpressionService()
  10654.     {
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10658.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  10659.     }
  10660.     /**
  10661.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10662.      *
  10663.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10664.      */
  10665.     protected function getValidator_Mapping_CacheWarmerService()
  10666.     {
  10667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10670.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10671.     }
  10672.     /**
  10673.      * Gets the private 'validator.not_compromised_password' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10676.      */
  10677.     protected function getValidator_NotCompromisedPasswordService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10681.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10682.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  10683.     }
  10684.     /**
  10685.      * Gets the private 'web_profiler.csp.handler' shared service.
  10686.      *
  10687.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10688.      */
  10689.     protected function getWebProfiler_Csp_HandlerService()
  10690.     {
  10691.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10692.     }
  10693.     /**
  10694.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10695.      *
  10696.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10697.      */
  10698.     protected function getWebProfiler_DebugToolbarService()
  10699.     {
  10700.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10701.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  10702.             return $this->privates['web_profiler.debug_toolbar'];
  10703.         }
  10704.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  10705.     }
  10706.     /**
  10707.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  10708.      *
  10709.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  10710.      */
  10711.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  10712.     {
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  10716.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  10717.     }
  10718.     /**
  10719.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  10720.      *
  10721.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  10722.      */
  10723.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  10724.     {
  10725.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10726.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  10727.         ], [
  10728.             '_default' => '?',
  10729.         ]), '_default');
  10730.     }
  10731.     /**
  10732.      * Gets the private 'webpack_encore.exception_listener' shared service.
  10733.      *
  10734.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  10735.      */
  10736.     protected function getWebpackEncore_ExceptionListenerService()
  10737.     {
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  10739.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  10740.     }
  10741.     /**
  10742.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  10743.      *
  10744.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  10745.      */
  10746.     protected function getWebpackEncore_TagRendererService()
  10747.     {
  10748.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  10749.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10750.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  10751.             return $this->privates['webpack_encore.tag_renderer'];
  10752.         }
  10753.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => false], [], $a);
  10754.     }
  10755.     /**
  10756.      * Gets the public 'cache_clearer' alias.
  10757.      *
  10758.      * @return object The ".container.private.cache_clearer" service.
  10759.      */
  10760.     protected function getCacheClearerService()
  10761.     {
  10762.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  10763.         return $this->get('.container.private.cache_clearer');
  10764.     }
  10765.     /**
  10766.      * Gets the public 'filesystem' alias.
  10767.      *
  10768.      * @return object The ".container.private.filesystem" service.
  10769.      */
  10770.     protected function getFilesystemService()
  10771.     {
  10772.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  10773.         return $this->get('.container.private.filesystem');
  10774.     }
  10775.     /**
  10776.      * Gets the public 'serializer' alias.
  10777.      *
  10778.      * @return object The ".container.private.serializer" service.
  10779.      */
  10780.     protected function getSerializerService()
  10781.     {
  10782.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  10783.         return $this->get('.container.private.serializer');
  10784.     }
  10785.     /**
  10786.      * Gets the public 'security.csrf.token_manager' alias.
  10787.      *
  10788.      * @return object The ".container.private.security.csrf.token_manager" service.
  10789.      */
  10790.     protected function getSecurity_Csrf_TokenManagerService()
  10791.     {
  10792.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  10793.         return $this->get('.container.private.security.csrf.token_manager');
  10794.     }
  10795.     /**
  10796.      * Gets the public 'form.factory' alias.
  10797.      *
  10798.      * @return object The ".container.private.form.factory" service.
  10799.      */
  10800.     protected function getForm_FactoryService()
  10801.     {
  10802.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  10803.         return $this->get('.container.private.form.factory');
  10804.     }
  10805.     /**
  10806.      * Gets the public 'form.type.file' alias.
  10807.      *
  10808.      * @return object The ".container.private.form.type.file" service.
  10809.      */
  10810.     protected function getForm_Type_FileService()
  10811.     {
  10812.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  10813.         return $this->get('.container.private.form.type.file');
  10814.     }
  10815.     /**
  10816.      * Gets the public 'profiler' alias.
  10817.      *
  10818.      * @return object The ".container.private.profiler" service.
  10819.      */
  10820.     protected function getProfilerService()
  10821.     {
  10822.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  10823.         return $this->get('.container.private.profiler');
  10824.     }
  10825.     /**
  10826.      * Gets the public 'twig' alias.
  10827.      *
  10828.      * @return object The ".container.private.twig" service.
  10829.      */
  10830.     protected function getTwigService()
  10831.     {
  10832.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  10833.         return $this->get('.container.private.twig');
  10834.     }
  10835.     /**
  10836.      * Gets the public 'security.authorization_checker' alias.
  10837.      *
  10838.      * @return object The ".container.private.security.authorization_checker" service.
  10839.      */
  10840.     protected function getSecurity_AuthorizationCheckerService()
  10841.     {
  10842.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  10843.         return $this->get('.container.private.security.authorization_checker');
  10844.     }
  10845.     /**
  10846.      * Gets the public 'security.token_storage' alias.
  10847.      *
  10848.      * @return object The ".container.private.security.token_storage" service.
  10849.      */
  10850.     protected function getSecurity_TokenStorageService()
  10851.     {
  10852.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  10853.         return $this->get('.container.private.security.token_storage');
  10854.     }
  10855.     /**
  10856.      * Gets the public 'security.password_encoder' alias.
  10857.      *
  10858.      * @return object The ".container.private.security.password_encoder" service.
  10859.      */
  10860.     protected function getSecurity_PasswordEncoderService()
  10861.     {
  10862.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  10863.         return $this->get('.container.private.security.password_encoder');
  10864.     }
  10865.     /**
  10866.      * Gets the public 'session' alias.
  10867.      *
  10868.      * @return object The ".container.private.session" service.
  10869.      */
  10870.     protected function getSessionService()
  10871.     {
  10872.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  10873.         return $this->get('.container.private.session');
  10874.     }
  10875.     /**
  10876.      * Gets the public 'validator' alias.
  10877.      *
  10878.      * @return object The ".container.private.validator" service.
  10879.      */
  10880.     protected function getValidatorService()
  10881.     {
  10882.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  10883.         return $this->get('.container.private.validator');
  10884.     }
  10885.     /**
  10886.      * @return array|bool|float|int|string|\UnitEnum|null
  10887.      */
  10888.     public function getParameter(string $name)
  10889.     {
  10890.         if (isset($this->buildParameters[$name])) {
  10891.             return $this->buildParameters[$name];
  10892.         }
  10893.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  10894.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10895.         }
  10896.         if (isset($this->loadedDynamicParameters[$name])) {
  10897.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10898.         }
  10899.         return $this->parameters[$name];
  10900.     }
  10901.     public function hasParameter(string $name): bool
  10902.     {
  10903.         if (isset($this->buildParameters[$name])) {
  10904.             return true;
  10905.         }
  10906.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  10907.     }
  10908.     public function setParameter(string $name$value): void
  10909.     {
  10910.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10911.     }
  10912.     public function getParameterBag(): ParameterBagInterface
  10913.     {
  10914.         if (null === $this->parameterBag) {
  10915.             $parameters $this->parameters;
  10916.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10917.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10918.             }
  10919.             foreach ($this->buildParameters as $name => $value) {
  10920.                 $parameters[$name] = $value;
  10921.             }
  10922.             $this->parameterBag = new FrozenParameterBag($parameters);
  10923.         }
  10924.         return $this->parameterBag;
  10925.     }
  10926.     private $loadedDynamicParameters = [
  10927.         'kernel.runtime_environment' => false,
  10928.         'kernel.build_dir' => false,
  10929.         'kernel.cache_dir' => false,
  10930.         'doctrine.orm.proxy_dir' => false,
  10931.         'kernel.secret' => false,
  10932.         'debug.container.dump' => false,
  10933.         'serializer.mapping.cache.file' => false,
  10934.         'session.save_path' => false,
  10935.         'validator.mapping.cache.file' => false,
  10936.         'profiler.storage.dsn' => false,
  10937.     ];
  10938.     private $dynamicParameters = [];
  10939.     private function getDynamicParameter(string $name)
  10940.     {
  10941.         switch ($name) {
  10942.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  10943.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  10944.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10945.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10946.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10947.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  10948.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10949.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10950.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10951.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10952.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10953.         }
  10954.         $this->loadedDynamicParameters[$name] = true;
  10955.         return $this->dynamicParameters[$name] = $value;
  10956.     }
  10957.     protected function getDefaultParameters(): array
  10958.     {
  10959.         return [
  10960.             'kernel.project_dir' => \dirname(__DIR__4),
  10961.             'kernel.environment' => 'dev',
  10962.             'kernel.debug' => true,
  10963.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10964.             'kernel.bundles' => [
  10965.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10966.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  10967.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10968.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  10969.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  10970.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  10971.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  10972.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  10973.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10974.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10975.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10976.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10977.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10978.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10979.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10980.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10981.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  10982.             ],
  10983.             'kernel.bundles_metadata' => [
  10984.                 'DoctrineBundle' => [
  10985.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10986.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10987.                 ],
  10988.                 'DoctrineFixturesBundle' => [
  10989.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  10990.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  10991.                 ],
  10992.                 'DoctrineMigrationsBundle' => [
  10993.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10994.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10995.                 ],
  10996.                 'EasyAdminBundle' => [
  10997.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  10998.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  10999.                 ],
  11000.                 'JMSSerializerBundle' => [
  11001.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11002.                     'namespace' => 'JMS\\SerializerBundle',
  11003.                 ],
  11004.                 'KnpMarkdownBundle' => [
  11005.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  11006.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  11007.                 ],
  11008.                 'NelmioAliceBundle' => [
  11009.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  11010.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  11011.                 ],
  11012.                 'MisdPhoneNumberBundle' => [
  11013.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  11014.                     'namespace' => 'Misd\\PhoneNumberBundle',
  11015.                 ],
  11016.                 'SensioFrameworkExtraBundle' => [
  11017.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11018.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11019.                 ],
  11020.                 'MakerBundle' => [
  11021.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11022.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11023.                 ],
  11024.                 'MonologBundle' => [
  11025.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11026.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11027.                 ],
  11028.                 'FrameworkBundle' => [
  11029.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11030.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11031.                 ],
  11032.                 'TwigBundle' => [
  11033.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11034.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11035.                 ],
  11036.                 'SecurityBundle' => [
  11037.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11038.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11039.                 ],
  11040.                 'TwigExtraBundle' => [
  11041.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11042.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11043.                 ],
  11044.                 'WebProfilerBundle' => [
  11045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11046.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11047.                 ],
  11048.                 'WebpackEncoreBundle' => [
  11049.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  11050.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  11051.                 ],
  11052.             ],
  11053.             'kernel.charset' => 'UTF-8',
  11054.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11055.             'container.dumper.inline_class_loader' => true,
  11056.             'container.dumper.inline_factories' => true,
  11057.             'locale' => 'de',
  11058.             'cache_type' => 'array',
  11059.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11060.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11061.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11062.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11063.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11064.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11065.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11066.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11067.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11068.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11069.             'doctrine.entity_managers' => [
  11070.                 'default' => 'doctrine.orm.default_entity_manager',
  11071.             ],
  11072.             'doctrine.default_entity_manager' => 'default',
  11073.             'doctrine.dbal.connection_factory.types' => [
  11074.                 'phone_number' => [
  11075.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  11076.                 ],
  11077.                 'uuid' => [
  11078.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  11079.                 ],
  11080.                 'ulid' => [
  11081.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  11082.                 ],
  11083.             ],
  11084.             'doctrine.connections' => [
  11085.                 'default' => 'doctrine.dbal.default_connection',
  11086.             ],
  11087.             'doctrine.default_connection' => 'default',
  11088.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11089.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11090.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11091.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11092.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11093.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11094.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11095.             'doctrine.orm.cache.memcache_port' => 11211,
  11096.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11097.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11098.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11099.             'doctrine.orm.cache.memcached_port' => 11211,
  11100.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11101.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11102.             'doctrine.orm.cache.redis_host' => 'localhost',
  11103.             'doctrine.orm.cache.redis_port' => 6379,
  11104.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11105.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11106.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11107.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11108.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11109.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11110.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11111.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11112.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11113.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11114.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11115.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11116.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11117.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11118.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11119.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11120.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11121.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11122.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11123.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11124.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11125.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11126.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11127.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11128.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11129.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11130.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11131.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11132.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11133.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11134.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11135.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11136.             'doctrine.migrations.preferred_em' => NULL,
  11137.             'doctrine.migrations.preferred_connection' => NULL,
  11138.             'easyadmin.config' => [
  11139.             ],
  11140.             'nelmio_alice.functions_blacklist' => [
  11141.                 => 'current',
  11142.                 => 'shuffle',
  11143.                 => 'date',
  11144.                 => 'time',
  11145.                 => 'file',
  11146.                 => 'md5',
  11147.                 => 'sha1',
  11148.             ],
  11149.             'nelmio_alice.locale' => 'en_US',
  11150.             'nelmio_alice.seed' => 1,
  11151.             'nelmio_alice.loading_limit' => 5,
  11152.             'nelmio_alice.max_unique_values_retry' => 150,
  11153.             'misd_phone_number.serializer.default_region' => 'ZZ',
  11154.             'misd_phone_number.serializer.format' => 0,
  11155.             'misd_phone_number.validator.default_region' => 'ZZ',
  11156.             'misd_phone_number.validator.format' => 1,
  11157.             'monolog.use_microseconds' => true,
  11158.             'monolog.swift_mailer.handlers' => [
  11159.             ],
  11160.             'monolog.handlers_to_channels' => [
  11161.                 'monolog.handler.console' => [
  11162.                     'type' => 'exclusive',
  11163.                     'elements' => [
  11164.                         => 'event',
  11165.                         => 'doctrine',
  11166.                         => 'console',
  11167.                     ],
  11168.                 ],
  11169.                 'monolog.handler.main' => [
  11170.                     'type' => 'exclusive',
  11171.                     'elements' => [
  11172.                         => 'event',
  11173.                     ],
  11174.                 ],
  11175.             ],
  11176.             'event_dispatcher.event_aliases' => [
  11177.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11178.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11179.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11180.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11181.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11182.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11183.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11184.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11185.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11186.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11187.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11188.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11189.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11190.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11191.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11192.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11193.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11194.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11195.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11196.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11197.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11198.             ],
  11199.             'fragment.renderer.hinclude.global_template' => NULL,
  11200.             'fragment.path' => '/_fragment',
  11201.             'kernel.http_method_override' => true,
  11202.             'kernel.trusted_hosts' => [
  11203.             ],
  11204.             'kernel.default_locale' => 'de',
  11205.             'kernel.enabled_locales' => [
  11206.             ],
  11207.             'kernel.error_controller' => 'error_controller',
  11208.             'debug.file_link_format' => NULL,
  11209.             'asset.request_context.base_path' => NULL,
  11210.             'asset.request_context.secure' => NULL,
  11211.             'translator.logging' => false,
  11212.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11213.             'debug.error_handler.throw_at' => -1,
  11214.             'router.request_context.host' => 'localhost',
  11215.             'router.request_context.scheme' => 'http',
  11216.             'router.request_context.base_url' => '',
  11217.             'router.resource' => 'kernel::loadRoutes',
  11218.             'request_listener.http_port' => 80,
  11219.             'request_listener.https_port' => 443,
  11220.             'session.metadata.storage_key' => '_sf2_meta',
  11221.             'session.storage.options' => [
  11222.                 'cache_limiter' => '0',
  11223.                 'cookie_lifetime' => 43200,
  11224.                 'cookie_secure' => 'auto',
  11225.                 'cookie_httponly' => true,
  11226.                 'cookie_samesite' => 'lax',
  11227.                 'gc_maxlifetime' => 43200,
  11228.                 'gc_probability' => 1,
  11229.             ],
  11230.             'session.metadata.update_threshold' => 0,
  11231.             'form.type_extension.csrf.enabled' => true,
  11232.             'form.type_extension.csrf.field_name' => '_token',
  11233.             'validator.translation_domain' => 'validators',
  11234.             'profiler_listener.only_exceptions' => false,
  11235.             'profiler_listener.only_main_requests' => false,
  11236.             'twig.form.resources' => [
  11237.                 => 'form_div_layout.html.twig',
  11238.                 => 'bootstrap_3_horizontal_layout.html.twig',
  11239.                 => '@MisdPhoneNumber/Form/phone_number_bootstrap.html.twig',
  11240.                 => 'form/fields.html.twig',
  11241.             ],
  11242.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11243.             'security.role_hierarchy.roles' => [
  11244.                 'ROLE_SUPERADMIN' => [
  11245.                     => 'ROLE_MANAGE_USER',
  11246.                     => 'ROLE_MANAGE_ORDER',
  11247.                     => 'ROLE_MANAGE_PAYMENT',
  11248.                     => 'ROLE_ADMIN',
  11249.                     => 'ROLE_MANAGEMENT',
  11250.                     => 'ROLE_SUPPORT',
  11251.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11252.                     => 'ROLE_TECHGUY',
  11253.                 ],
  11254.                 'ROLE_ADMIN' => [
  11255.                     => 'ROLE_MANAGE_USER',
  11256.                     => 'ROLE_MANAGE_ORDER',
  11257.                     => 'ROLE_MANAGE_PAYMENT',
  11258.                 ],
  11259.                 'ROLE_TECHGUY' => [
  11260.                 ],
  11261.                 'ROLE_MANAGEMENT' => [
  11262.                     => 'ROLE_VIEW_USER',
  11263.                     => 'ROLE_VIEW_ORDER',
  11264.                     => 'ROLE_EDIT_ORDER',
  11265.                     => 'ROLE_MANAGE_PAYMENT',
  11266.                 ],
  11267.                 'ROLE_SUPPORT' => [
  11268.                     => 'ROLE_MANAGE_USER',
  11269.                 ],
  11270.                 'ROLE_MANAGE_USER' => [
  11271.                     => 'ROLE_CREATE_USER',
  11272.                     => 'ROLE_VIEW_USER',
  11273.                     => 'ROLE_EDIT_USER',
  11274.                     => 'ROLE_DELETE_USER',
  11275.                 ],
  11276.                 'ROLE_MANAGE_PAYMENT' => [
  11277.                     => 'ROLE_CREATE_PAYMENT',
  11278.                     => 'ROLE_VIEW_PAYMENT',
  11279.                     => 'ROLE_EDIT_PAYMENT',
  11280.                     => 'ROLE_DELETE_PAYMENT',
  11281.                 ],
  11282.                 'ROLE_MANAGE_ORDER' => [
  11283.                     => 'ROLE_CREATE_ORDER',
  11284.                     => 'ROLE_VIEW_ORDER',
  11285.                     => 'ROLE_EDIT_ORDER',
  11286.                     => 'ROLE_DELETE_ORDER',
  11287.                 ],
  11288.             ],
  11289.             'security.access.denied_url' => NULL,
  11290.             'security.authentication.manager.erase_credentials' => true,
  11291.             'security.authentication.session_strategy.strategy' => 'migrate',
  11292.             'security.access.always_authenticate_before_granting' => false,
  11293.             'security.authentication.hide_user_not_found' => true,
  11294.             'security.firewalls' => [
  11295.                 => 'dev',
  11296.                 => 'api',
  11297.                 => 'main',
  11298.             ],
  11299.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11300.             'web_profiler.debug_toolbar.mode' => 2,
  11301.             'data_collector.templates' => [
  11302.                 'data_collector.request' => [
  11303.                     => 'request',
  11304.                     => '@WebProfiler/Collector/request.html.twig',
  11305.                 ],
  11306.                 'data_collector.time' => [
  11307.                     => 'time',
  11308.                     => '@WebProfiler/Collector/time.html.twig',
  11309.                 ],
  11310.                 'data_collector.memory' => [
  11311.                     => 'memory',
  11312.                     => '@WebProfiler/Collector/memory.html.twig',
  11313.                 ],
  11314.                 'data_collector.validator' => [
  11315.                     => 'validator',
  11316.                     => '@WebProfiler/Collector/validator.html.twig',
  11317.                 ],
  11318.                 'data_collector.ajax' => [
  11319.                     => 'ajax',
  11320.                     => '@WebProfiler/Collector/ajax.html.twig',
  11321.                 ],
  11322.                 'data_collector.form' => [
  11323.                     => 'form',
  11324.                     => '@WebProfiler/Collector/form.html.twig',
  11325.                 ],
  11326.                 'data_collector.exception' => [
  11327.                     => 'exception',
  11328.                     => '@WebProfiler/Collector/exception.html.twig',
  11329.                 ],
  11330.                 'data_collector.logger' => [
  11331.                     => 'logger',
  11332.                     => '@WebProfiler/Collector/logger.html.twig',
  11333.                 ],
  11334.                 'data_collector.events' => [
  11335.                     => 'events',
  11336.                     => '@WebProfiler/Collector/events.html.twig',
  11337.                 ],
  11338.                 'data_collector.router' => [
  11339.                     => 'router',
  11340.                     => '@WebProfiler/Collector/router.html.twig',
  11341.                 ],
  11342.                 'data_collector.cache' => [
  11343.                     => 'cache',
  11344.                     => '@WebProfiler/Collector/cache.html.twig',
  11345.                 ],
  11346.                 'data_collector.translation' => [
  11347.                     => 'translation',
  11348.                     => '@WebProfiler/Collector/translation.html.twig',
  11349.                 ],
  11350.                 'data_collector.security' => [
  11351.                     => 'security',
  11352.                     => '@Security/Collector/security.html.twig',
  11353.                 ],
  11354.                 'data_collector.twig' => [
  11355.                     => 'twig',
  11356.                     => '@WebProfiler/Collector/twig.html.twig',
  11357.                 ],
  11358.                 'data_collector.doctrine' => [
  11359.                     => 'db',
  11360.                     => '@Doctrine/Collector/db.html.twig',
  11361.                 ],
  11362.                 'doctrine_migrations.migrations_collector' => [
  11363.                     => 'doctrine_migrations',
  11364.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  11365.                 ],
  11366.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  11367.                     => 'easyadmin',
  11368.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  11369.                 ],
  11370.                 'mailer.data_collector' => [
  11371.                     => 'mailer',
  11372.                     => '@WebProfiler/Collector/mailer.html.twig',
  11373.                 ],
  11374.                 'data_collector.config' => [
  11375.                     => 'config',
  11376.                     => '@WebProfiler/Collector/config.html.twig',
  11377.                 ],
  11378.             ],
  11379.             'console.command.ids' => [
  11380.                 => 'console.command.public_alias.App\\Command\\AssignPaymentIdCommand',
  11381.                 => 'console.command.public_alias.App\\Command\\CheckPaymentsCommand',
  11382.                 => 'console.command.public_alias.App\\Command\\CheckSubscriptionPaymentCommand',
  11383.                 => 'console.command.public_alias.App\\Command\\ConfirmTrackerLinkingCommand',
  11384.                 => 'console.command.public_alias.App\\Command\\DeleteAccountCommand',
  11385.                 => 'console.command.public_alias.App\\Command\\DeleteUserCommand',
  11386.                 => 'console.command.public_alias.App\\Command\\ExpireServicepackNotificationCommand',
  11387.                 => 'console.command.public_alias.App\\Command\\ExtendSubscriptionsCommand',
  11388.                 => 'console.command.public_alias.App\\Command\\FixSubscriptionsCommand',
  11389.                 => 'console.command.public_alias.App\\Command\\MailTestCommand',
  11390.                 10 => 'console.command.public_alias.App\\Command\\ManageRentingCommand',
  11391.                 11 => 'console.command.public_alias.App\\Command\\MassMailCommand',
  11392.                 12 => 'console.command.public_alias.App\\Command\\Mollie\\MollieCustomerCommand',
  11393.                 13 => 'console.command.public_alias.App\\Command\\Mollie\\MollieOrderCommand',
  11394.                 14 => 'console.command.public_alias.App\\Command\\Mollie\\MollieParseOrderCommand',
  11395.                 15 => 'console.command.public_alias.App\\Command\\PaymentTestCommand',
  11396.                 16 => 'console.command.public_alias.App\\Command\\PlentySyncCommand',
  11397.                 17 => 'console.command.public_alias.App\\Command\\RetryAboCommand',
  11398.                 18 => 'console.command.public_alias.App\\Command\\ShopwareGetCommand',
  11399.                 19 => 'console.command.public_alias.App\\Command\\ShopwareUpdateMollieCstCommand',
  11400.                 20 => 'console.command.public_alias.App\\Command\\TestCommand',
  11401.                 21 => 'console.command.public_alias.App\\Command\\UpdateApiDeviceCommand',
  11402.                 22 => 'console.command.public_alias.App\\Command\\WcCreateUserCommand',
  11403.                 23 => 'console.command.public_alias.App\\Command\\WcFetchSubscriptionsCommand',
  11404.                 24 => 'console.command.public_alias.App\\Command\\WcGetUserCommand',
  11405.                 25 => 'console.command.public_alias.App\\Command\\WcOrderStatsCommand',
  11406.                 26 => 'console.command.public_alias.App\\Command\\WcPlaceOrderCommand',
  11407.                 27 => 'console.command.public_alias.App\\Command\\WcTransferOrdersCommand',
  11408.                 28 => 'console.command.public_alias.App\\Command\\WcTransferSubscriptionsCommand',
  11409.                 29 => 'console.command.public_alias.App\\Command\\WcUpdateCommissionFromAffiliateCommand',
  11410.             ],
  11411.         ];
  11412.     }
  11413.     protected function throw($message)
  11414.     {
  11415.         throw new RuntimeException($message);
  11416.     }
  11417. }