var/cache/dev/ContainerCrXpWGW/App_KernelDevDebugContainer.php line 2690

Open in your IDE?
  1. <?php
  2. namespace ContainerCrXpWGW;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
  38.             'App\\Controller\\Api\\AuthController' => 'getAuthControllerService',
  39.             'App\\Controller\\Api\\CalendarController' => 'getCalendarControllerService',
  40.             'App\\Controller\\Api\\CollaboratorController' => 'getCollaboratorControllerService',
  41.             'App\\Controller\\Api\\ConfigController' => 'getConfigControllerService',
  42.             'App\\Controller\\Api\\CountryController' => 'getCountryControllerService',
  43.             'App\\Controller\\Api\\CustomerController' => 'getCustomerControllerService',
  44.             'App\\Controller\\Api\\DocumentController' => 'getDocumentControllerService',
  45.             'App\\Controller\\Api\\ExerciseController' => 'getExerciseControllerService',
  46.             'App\\Controller\\Api\\ExerciseUserController' => 'getExerciseUserControllerService',
  47.             'App\\Controller\\Api\\GameController' => 'getGameControllerService',
  48.             'App\\Controller\\Api\\MembershipController' => 'getMembershipControllerService',
  49.             'App\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
  50.             'App\\Controller\\Api\\PlayerController' => 'getPlayerControllerService',
  51.             'App\\Controller\\Api\\PositionController' => 'getPositionControllerService',
  52.             'App\\Controller\\Api\\SeasonController' => 'getSeasonControllerService',
  53.             'App\\Controller\\Api\\SuggestionController' => 'getSuggestionControllerService',
  54.             'App\\Controller\\ConfigController' => 'getConfigController2Service',
  55.             'App\\Controller\\CouponController' => 'getCouponControllerService',
  56.             'App\\Controller\\CustomerController' => 'getCustomerController2Service',
  57.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  58.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  59.             'App\\Controller\\NotificationController' => 'getNotificationController2Service',
  60.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  61.             'App\\Controller\\UserController' => 'getUserControllerService',
  62.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  63.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  64.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  65.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  66.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  67.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  68.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  69.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  70.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  71.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  72.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  73.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  76.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  77.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  78.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  79.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  80.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  81.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  82.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  83.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  84.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  85.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images' => 'getUniqidNamer_CollaboratorImagesService',
  86.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images' => 'getUniqidNamer_CountryImagesService',
  87.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images' => 'getUniqidNamer_CustomerImagesService',
  88.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images' => 'getUniqidNamer_DocumentImagesService',
  89.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.exercise_images' => 'getUniqidNamer_ExerciseImagesService',
  90.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images' => 'getUniqidNamer_GameImagesService',
  91.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images' => 'getUniqidNamer_MembershipImagesService',
  92.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images' => 'getUniqidNamer_PlayerImagesService',
  93.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images' => 'getUniqidNamer_PositionImagesService',
  94.             'cache.app' => 'getCache_AppService',
  95.             'cache.app_clearer' => 'getCache_AppClearerService',
  96.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  97.             'cache.system' => 'getCache_SystemService',
  98.             'cache.system_clearer' => 'getCache_SystemClearerService',
  99.             'cache_clearer' => 'getCacheClearerService',
  100.             'cache_warmer' => 'getCacheWarmerService',
  101.             'console.command_loader' => 'getConsole_CommandLoaderService',
  102.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  103.             'data_collector.dump' => 'getDataCollector_DumpService',
  104.             'doctrine' => 'getDoctrineService',
  105.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  106.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  107.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  108.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  109.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  110.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  111.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  112.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  113.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  114.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  115.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  116.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  117.             'easyadmin.router' => 'getEasyadmin_RouterService',
  118.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  119.             'error_controller' => 'getErrorControllerService',
  120.             'event_dispatcher' => 'getEventDispatcherService',
  121.             'filesystem' => 'getFilesystemService',
  122.             'form.factory' => 'getForm_FactoryService',
  123.             'form.type.file' => 'getForm_Type_FileService',
  124.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  125.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  126.             'http_kernel' => 'getHttpKernelService',
  127.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  128.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  129.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  130.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  131.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  132.             'profiler' => 'getProfilerService',
  133.             'request_stack' => 'getRequestStackService',
  134.             'router' => 'getRouterService',
  135.             'routing.loader' => 'getRouting_LoaderService',
  136.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  137.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  138.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  139.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  140.             'security.token_storage' => 'getSecurity_TokenStorageService',
  141.             'serializer' => 'getSerializerService',
  142.             'services_resetter' => 'getServicesResetterService',
  143.             'session' => 'getSessionService',
  144.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  145.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  146.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  147.             'translator' => 'getTranslatorService',
  148.             'twig' => 'getTwigService',
  149.             'validator' => 'getValidatorService',
  150.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  151.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  152.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  153.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  154.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  155.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  156.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  157.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  158.         ];
  159.         $this->aliases = [
  160.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  161.             'database_connection' => 'doctrine.dbal.default_connection',
  162.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  163.             'mailer' => 'swiftmailer.mailer.default',
  164.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  165.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  166.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  167.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  168.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  169.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  170.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  171.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  172.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  173.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  174.         ];
  175.         $this->privates['service_container'] = function () {
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  182.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  184.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  196.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  286.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  355.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  366.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  379.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  380.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  398.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  479.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  480.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  482.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  483.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  484.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  485.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  486.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  487.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  488.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  489.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  490.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  492.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  494.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  498.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  516.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  518.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  522.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  523.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  524.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  525.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  526.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  527.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  528.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  529.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  531.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  533.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  550.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  558.         };
  559.     }
  560.     public function compile(): void
  561.     {
  562.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  563.     }
  564.     public function isCompiled(): bool
  565.     {
  566.         return true;
  567.     }
  568.     public function getRemovedIds(): array
  569.     {
  570.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  571.     }
  572.     /**
  573.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  574.      *
  575.      * @return \App\Controller\AdminController
  576.      */
  577.     protected function getAdminControllerService()
  578.     {
  579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  580.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  581.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  582.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  583.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  584.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\AdminController'$this));
  585.         return $instance;
  586.     }
  587.     /**
  588.      * Gets the public 'App\Controller\Api\ApiController' shared autowired service.
  589.      *
  590.      * @return \App\Controller\Api\ApiController
  591.      */
  592.     protected function getApiControllerService()
  593.     {
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  595.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  596.         $this->services['App\\Controller\\Api\\ApiController'] = $instance = new \App\Controller\Api\ApiController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  597.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ApiController'$this));
  598.         return $instance;
  599.     }
  600.     /**
  601.      * Gets the public 'App\Controller\Api\AuthController' shared autowired service.
  602.      *
  603.      * @return \App\Controller\Api\AuthController
  604.      */
  605.     protected function getAuthControllerService()
  606.     {
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  608.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  609.         include_once \dirname(__DIR__4).'/src/Controller/Api/AuthController.php';
  610.         $this->services['App\\Controller\\Api\\AuthController'] = $instance = new \App\Controller\Api\AuthController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  611.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\AuthController'$this));
  612.         return $instance;
  613.     }
  614.     /**
  615.      * Gets the public 'App\Controller\Api\CalendarController' shared autowired service.
  616.      *
  617.      * @return \App\Controller\Api\CalendarController
  618.      */
  619.     protected function getCalendarControllerService()
  620.     {
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  622.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  623.         include_once \dirname(__DIR__4).'/src/Controller/Api/CalendarController.php';
  624.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  625.         include_once \dirname(__DIR__4).'/src/Services/Api/CalendarManager.php';
  626.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  627.         $this->services['App\\Controller\\Api\\CalendarController'] = $instance = new \App\Controller\Api\CalendarController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\CalendarManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  628.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CalendarController'$this));
  629.         return $instance;
  630.     }
  631.     /**
  632.      * Gets the public 'App\Controller\Api\CollaboratorController' shared autowired service.
  633.      *
  634.      * @return \App\Controller\Api\CollaboratorController
  635.      */
  636.     protected function getCollaboratorControllerService()
  637.     {
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  639.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  640.         include_once \dirname(__DIR__4).'/src/Controller/Api/CollaboratorController.php';
  641.         $this->services['App\\Controller\\Api\\CollaboratorController'] = $instance = new \App\Controller\Api\CollaboratorController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  642.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CollaboratorController'$this));
  643.         return $instance;
  644.     }
  645.     /**
  646.      * Gets the public 'App\Controller\Api\ConfigController' shared autowired service.
  647.      *
  648.      * @return \App\Controller\Api\ConfigController
  649.      */
  650.     protected function getConfigControllerService()
  651.     {
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  653.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  654.         include_once \dirname(__DIR__4).'/src/Controller/Api/ConfigController.php';
  655.         $this->services['App\\Controller\\Api\\ConfigController'] = $instance = new \App\Controller\Api\ConfigController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService()));
  656.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ConfigController'$this));
  657.         return $instance;
  658.     }
  659.     /**
  660.      * Gets the public 'App\Controller\Api\CountryController' shared autowired service.
  661.      *
  662.      * @return \App\Controller\Api\CountryController
  663.      */
  664.     protected function getCountryControllerService()
  665.     {
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  667.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  668.         include_once \dirname(__DIR__4).'/src/Controller/Api/CountryController.php';
  669.         $this->services['App\\Controller\\Api\\CountryController'] = $instance = new \App\Controller\Api\CountryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  670.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CountryController'$this));
  671.         return $instance;
  672.     }
  673.     /**
  674.      * Gets the public 'App\Controller\Api\CustomerController' shared autowired service.
  675.      *
  676.      * @return \App\Controller\Api\CustomerController
  677.      */
  678.     protected function getCustomerControllerService()
  679.     {
  680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  681.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  682.         include_once \dirname(__DIR__4).'/src/Controller/Api/CustomerController.php';
  683.         $this->services['App\\Controller\\Api\\CustomerController'] = $instance = new \App\Controller\Api\CustomerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()), ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService()));
  684.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CustomerController'$this));
  685.         return $instance;
  686.     }
  687.     /**
  688.      * Gets the public 'App\Controller\Api\DocumentController' shared autowired service.
  689.      *
  690.      * @return \App\Controller\Api\DocumentController
  691.      */
  692.     protected function getDocumentControllerService()
  693.     {
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  695.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  696.         include_once \dirname(__DIR__4).'/src/Controller/Api/DocumentController.php';
  697.         $this->services['App\\Controller\\Api\\DocumentController'] = $instance = new \App\Controller\Api\DocumentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  698.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\DocumentController'$this));
  699.         return $instance;
  700.     }
  701.     /**
  702.      * Gets the public 'App\Controller\Api\ExerciseController' shared autowired service.
  703.      *
  704.      * @return \App\Controller\Api\ExerciseController
  705.      */
  706.     protected function getExerciseControllerService()
  707.     {
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  709.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  710.         include_once \dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php';
  711.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  712.         include_once \dirname(__DIR__4).'/src/Services/Api/ExerciseManager.php';
  713.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  714.         $this->services['App\\Controller\\Api\\ExerciseController'] = $instance = new \App\Controller\Api\ExerciseController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\ExerciseManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  715.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ExerciseController'$this));
  716.         return $instance;
  717.     }
  718.     /**
  719.      * Gets the public 'App\Controller\Api\ExerciseUserController' shared autowired service.
  720.      *
  721.      * @return \App\Controller\Api\ExerciseUserController
  722.      */
  723.     protected function getExerciseUserControllerService()
  724.     {
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  726.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  727.         include_once \dirname(__DIR__4).'/src/Controller/Api/ExerciseUserController.php';
  728.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  729.         include_once \dirname(__DIR__4).'/src/Services/Api/ExerciseUserManager.php';
  730.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  731.         $this->services['App\\Controller\\Api\\ExerciseUserController'] = $instance = new \App\Controller\Api\ExerciseUserController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\ExerciseUserManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  732.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ExerciseUserController'$this));
  733.         return $instance;
  734.     }
  735.     /**
  736.      * Gets the public 'App\Controller\Api\GameController' shared autowired service.
  737.      *
  738.      * @return \App\Controller\Api\GameController
  739.      */
  740.     protected function getGameControllerService()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  743.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  744.         include_once \dirname(__DIR__4).'/src/Controller/Api/GameController.php';
  745.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  746.         include_once \dirname(__DIR__4).'/src/Services/Api/GameManager.php';
  747.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  748.         $this->services['App\\Controller\\Api\\GameController'] = $instance = new \App\Controller\Api\GameController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\GameManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())), ($this->privates['App\\Services\\Api\\PlayerManager'] ?? $this->getPlayerManagerService()));
  749.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\GameController'$this));
  750.         return $instance;
  751.     }
  752.     /**
  753.      * Gets the public 'App\Controller\Api\MembershipController' shared autowired service.
  754.      *
  755.      * @return \App\Controller\Api\MembershipController
  756.      */
  757.     protected function getMembershipControllerService()
  758.     {
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  760.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  761.         include_once \dirname(__DIR__4).'/src/Controller/Api/MembershipController.php';
  762.         $this->services['App\\Controller\\Api\\MembershipController'] = $instance = new \App\Controller\Api\MembershipController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  763.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\MembershipController'$this));
  764.         return $instance;
  765.     }
  766.     /**
  767.      * Gets the public 'App\Controller\Api\NotificationController' shared autowired service.
  768.      *
  769.      * @return \App\Controller\Api\NotificationController
  770.      */
  771.     protected function getNotificationControllerService()
  772.     {
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  774.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  775.         include_once \dirname(__DIR__4).'/src/Controller/Api/NotificationController.php';
  776.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  777.         include_once \dirname(__DIR__4).'/src/Services/Api/NotificationManager.php';
  778.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  779.         $this->services['App\\Controller\\Api\\NotificationController'] = $instance = new \App\Controller\Api\NotificationController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\NotificationManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  780.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NotificationController'$this));
  781.         return $instance;
  782.     }
  783.     /**
  784.      * Gets the public 'App\Controller\Api\PlayerController' shared autowired service.
  785.      *
  786.      * @return \App\Controller\Api\PlayerController
  787.      */
  788.     protected function getPlayerControllerService()
  789.     {
  790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  791.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  792.         include_once \dirname(__DIR__4).'/src/Controller/Api/PlayerController.php';
  793.         $this->services['App\\Controller\\Api\\PlayerController'] = $instance = new \App\Controller\Api\PlayerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\PlayerManager'] ?? $this->getPlayerManagerService()));
  794.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PlayerController'$this));
  795.         return $instance;
  796.     }
  797.     /**
  798.      * Gets the public 'App\Controller\Api\PositionController' shared autowired service.
  799.      *
  800.      * @return \App\Controller\Api\PositionController
  801.      */
  802.     protected function getPositionControllerService()
  803.     {
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  806.         include_once \dirname(__DIR__4).'/src/Controller/Api/PositionController.php';
  807.         $this->services['App\\Controller\\Api\\PositionController'] = $instance = new \App\Controller\Api\PositionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  808.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PositionController'$this));
  809.         return $instance;
  810.     }
  811.     /**
  812.      * Gets the public 'App\Controller\Api\SeasonController' shared autowired service.
  813.      *
  814.      * @return \App\Controller\Api\SeasonController
  815.      */
  816.     protected function getSeasonControllerService()
  817.     {
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  819.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  820.         include_once \dirname(__DIR__4).'/src/Controller/Api/SeasonController.php';
  821.         $this->services['App\\Controller\\Api\\SeasonController'] = $instance = new \App\Controller\Api\SeasonController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  822.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SeasonController'$this));
  823.         return $instance;
  824.     }
  825.     /**
  826.      * Gets the public 'App\Controller\Api\SuggestionController' shared autowired service.
  827.      *
  828.      * @return \App\Controller\Api\SuggestionController
  829.      */
  830.     protected function getSuggestionControllerService()
  831.     {
  832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  833.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  834.         include_once \dirname(__DIR__4).'/src/Controller/Api/SuggestionController.php';
  835.         $this->services['App\\Controller\\Api\\SuggestionController'] = $instance = new \App\Controller\Api\SuggestionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  836.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SuggestionController'$this));
  837.         return $instance;
  838.     }
  839.     /**
  840.      * Gets the public 'App\Controller\ConfigController' shared autowired service.
  841.      *
  842.      * @return \App\Controller\ConfigController
  843.      */
  844.     protected function getConfigController2Service()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  847.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  848.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  849.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  850.         include_once \dirname(__DIR__4).'/src/Controller/ConfigController.php';
  851.         $this->services['App\\Controller\\ConfigController'] = $instance = new \App\Controller\ConfigController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService()));
  852.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\ConfigController'$this));
  853.         return $instance;
  854.     }
  855.     /**
  856.      * Gets the public 'App\Controller\CouponController' shared autowired service.
  857.      *
  858.      * @return \App\Controller\CouponController
  859.      */
  860.     protected function getCouponControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  863.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  864.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  865.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  866.         include_once \dirname(__DIR__4).'/src/Controller/CouponController.php';
  867.         include_once \dirname(__DIR__4).'/src/Services/CouponManager.php';
  868.         $this->services['App\\Controller\\CouponController'] = $instance = new \App\Controller\CouponController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Services\CouponManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  869.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CouponController'$this));
  870.         return $instance;
  871.     }
  872.     /**
  873.      * Gets the public 'App\Controller\CustomerController' shared autowired service.
  874.      *
  875.      * @return \App\Controller\CustomerController
  876.      */
  877.     protected function getCustomerController2Service()
  878.     {
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  880.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  881.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/CustomerController.php';
  884.         $this->services['App\\Controller\\CustomerController'] = $instance = new \App\Controller\CustomerController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  885.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CustomerController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  890.      *
  891.      * @return \App\Controller\DashboardController
  892.      */
  893.     protected function getDashboardControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  896.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  897.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  898.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  899.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  900.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  901.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\DashboardController'$this));
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  906.      *
  907.      * @return \App\Controller\IndexController
  908.      */
  909.     protected function getIndexControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  912.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  913.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  914.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\IndexController'$this));
  915.         return $instance;
  916.     }
  917.     /**
  918.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  919.      *
  920.      * @return \App\Controller\NotificationController
  921.      */
  922.     protected function getNotificationController2Service()
  923.     {
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  925.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  926.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  927.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  928.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  929.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  930.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\NotificationController'$this));
  931.         return $instance;
  932.     }
  933.     /**
  934.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  935.      *
  936.      * @return \App\Controller\SecurityController
  937.      */
  938.     protected function getSecurityControllerService()
  939.     {
  940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  941.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  942.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  943.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\SecurityController'$this));
  944.         return $instance;
  945.     }
  946.     /**
  947.      * Gets the public 'App\Controller\UserController' shared autowired service.
  948.      *
  949.      * @return \App\Controller\UserController
  950.      */
  951.     protected function getUserControllerService()
  952.     {
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  954.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  955.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  956.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  957.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  958.         include_once \dirname(__DIR__4).'/src/Services/UserManager.php';
  959.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  960.         $this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController($a, new \App\Services\UserManager($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $this));
  961.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\UserController'$this));
  962.         return $instance;
  963.     }
  964.     /**
  965.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  966.      *
  967.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  968.      */
  969.     protected function getEasyAdminControllerService()
  970.     {
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  972.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  973.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  974.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  975.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  980.      *
  981.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  982.      */
  983.     protected function getBlameableEventSubscriberService()
  984.     {
  985.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  986.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  987.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  988.         }
  989.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService()), $a);
  990.     }
  991.     /**
  992.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  993.      *
  994.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  995.      */
  996.     protected function getLoggableEventSubscriberService()
  997.     {
  998.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  999.     }
  1000.     /**
  1001.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  1002.      *
  1003.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  1004.      */
  1005.     protected function getSluggableEventSubscriberService()
  1006.     {
  1007.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1008.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1009.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1010.         }
  1011.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  1012.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1013.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1014.         }
  1015.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  1016.     }
  1017.     /**
  1018.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  1019.      *
  1020.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  1021.      */
  1022.     protected function getSoftDeletableEventSubscriberService()
  1023.     {
  1024.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  1025.     }
  1026.     /**
  1027.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  1028.      *
  1029.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  1030.      */
  1031.     protected function getTimestampableEventSubscriberService()
  1032.     {
  1033.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  1034.     }
  1035.     /**
  1036.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  1037.      *
  1038.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  1039.      */
  1040.     protected function getTranslatableEventSubscriberService()
  1041.     {
  1042.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  1043.     }
  1044.     /**
  1045.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  1046.      *
  1047.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  1048.      */
  1049.     protected function getTreeEventSubscriberService()
  1050.     {
  1051.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  1052.     }
  1053.     /**
  1054.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  1055.      *
  1056.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  1057.      */
  1058.     protected function getUuidableEventSubscriberService()
  1059.     {
  1060.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  1061.     }
  1062.     /**
  1063.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  1064.      *
  1065.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  1066.      */
  1067.     protected function getLocaleProviderService()
  1068.     {
  1069.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  1070.     }
  1071.     /**
  1072.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  1073.      *
  1074.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  1075.      */
  1076.     protected function getUserProviderService()
  1077.     {
  1078.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1079.     }
  1080.     /**
  1081.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  1082.      *
  1083.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  1084.      */
  1085.     protected function getDefaultSluggableRepositoryService()
  1086.     {
  1087.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1088.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  1089.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  1090.         }
  1091.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  1092.     }
  1093.     /**
  1094.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1095.      *
  1096.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1097.      */
  1098.     protected function getRedirectControllerService()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1101.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1102.     }
  1103.     /**
  1104.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1105.      *
  1106.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1107.      */
  1108.     protected function getTemplateControllerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1111.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  1112.     }
  1113.     /**
  1114.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1115.      *
  1116.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1117.      */
  1118.     protected function getBase64NamerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1124.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1125.     }
  1126.     /**
  1127.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1128.      *
  1129.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1130.      */
  1131.     protected function getCurrentDateTimeDirectoryNamerService()
  1132.     {
  1133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1138.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1139.     }
  1140.     /**
  1141.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1142.      *
  1143.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1144.      */
  1145.     protected function getHashNamerService()
  1146.     {
  1147.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1151.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1152.     }
  1153.     /**
  1154.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1155.      *
  1156.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1157.      */
  1158.     protected function getOrignameNamerService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1163.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1164.     }
  1165.     /**
  1166.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1167.      *
  1168.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1169.      */
  1170.     protected function getPropertyDirectoryNamerService()
  1171.     {
  1172.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1175.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1176.     }
  1177.     /**
  1178.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1179.      *
  1180.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1181.      */
  1182.     protected function getPropertyNamerService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1188.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1189.     }
  1190.     /**
  1191.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1192.      *
  1193.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1194.      */
  1195.     protected function getSmartUniqueNamerService()
  1196.     {
  1197.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1199.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1200.     }
  1201.     /**
  1202.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1203.      *
  1204.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1205.      */
  1206.     protected function getSubdirDirectoryNamerService()
  1207.     {
  1208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1211.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1212.     }
  1213.     /**
  1214.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1215.      *
  1216.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1217.      */
  1218.     protected function getUniqidNamerService()
  1219.     {
  1220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1223.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1224.     }
  1225.     /**
  1226.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.collaborator_images' shared service.
  1227.      *
  1228.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1229.      */
  1230.     protected function getUniqidNamer_CollaboratorImagesService()
  1231.     {
  1232.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1235.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1236.     }
  1237.     /**
  1238.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.country_images' shared service.
  1239.      *
  1240.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1241.      */
  1242.     protected function getUniqidNamer_CountryImagesService()
  1243.     {
  1244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1247.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1248.     }
  1249.     /**
  1250.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.customer_images' shared service.
  1251.      *
  1252.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1253.      */
  1254.     protected function getUniqidNamer_CustomerImagesService()
  1255.     {
  1256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1259.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1260.     }
  1261.     /**
  1262.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.document_images' shared service.
  1263.      *
  1264.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1265.      */
  1266.     protected function getUniqidNamer_DocumentImagesService()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1271.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1272.     }
  1273.     /**
  1274.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.exercise_images' shared service.
  1275.      *
  1276.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1277.      */
  1278.     protected function getUniqidNamer_ExerciseImagesService()
  1279.     {
  1280.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1281.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1283.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.exercise_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1284.     }
  1285.     /**
  1286.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.game_images' shared service.
  1287.      *
  1288.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1289.      */
  1290.     protected function getUniqidNamer_GameImagesService()
  1291.     {
  1292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1295.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1296.     }
  1297.     /**
  1298.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.membership_images' shared service.
  1299.      *
  1300.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1301.      */
  1302.     protected function getUniqidNamer_MembershipImagesService()
  1303.     {
  1304.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1307.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1308.     }
  1309.     /**
  1310.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.player_images' shared service.
  1311.      *
  1312.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1313.      */
  1314.     protected function getUniqidNamer_PlayerImagesService()
  1315.     {
  1316.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1319.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1320.     }
  1321.     /**
  1322.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.position_images' shared service.
  1323.      *
  1324.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1325.      */
  1326.     protected function getUniqidNamer_PositionImagesService()
  1327.     {
  1328.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1329.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1331.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1332.     }
  1333.     /**
  1334.      * Gets the public 'cache.app' shared service.
  1335.      *
  1336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1337.      */
  1338.     protected function getCache_AppService()
  1339.     {
  1340.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OLuAEC+X8k'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1341.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1342.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1343.     }
  1344.     /**
  1345.      * Gets the public 'cache.app_clearer' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1348.      */
  1349.     protected function getCache_AppClearerService()
  1350.     {
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1353.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1354.     }
  1355.     /**
  1356.      * Gets the public 'cache.global_clearer' shared service.
  1357.      *
  1358.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1359.      */
  1360.     protected function getCache_GlobalClearerService()
  1361.     {
  1362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1364.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  1365.     }
  1366.     /**
  1367.      * Gets the public 'cache.system' shared service.
  1368.      *
  1369.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1370.      */
  1371.     protected function getCache_SystemService()
  1372.     {
  1373.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rTeHFno8Jc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1374.     }
  1375.     /**
  1376.      * Gets the public 'cache.system_clearer' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1379.      */
  1380.     protected function getCache_SystemClearerService()
  1381.     {
  1382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1384.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  1385.     }
  1386.     /**
  1387.      * Gets the public 'cache_clearer' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1390.      */
  1391.     protected function getCacheClearerService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1395.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1396.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1397.         }, 1));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'cache_warmer' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1403.      */
  1404.     protected function getCacheWarmerService()
  1405.     {
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1408.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1409.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1410.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1411.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1412.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1413.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1414.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1415.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1416.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1417.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1418.     }
  1419.     /**
  1420.      * Gets the public 'console.command_loader' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1423.      */
  1424.     protected function getConsole_CommandLoaderService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1428.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1429.             'App\\Command\\CopyTranslateExerciseCommand' => ['privates''App\\Command\\CopyTranslateExerciseCommand''getCopyTranslateExerciseCommandService'false],
  1430.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  1431.             'App\\Command\\ExtractCountryCommand' => ['privates''App\\Command\\ExtractCountryCommand''getExtractCountryCommandService'false],
  1432.             'App\\Command\\InjuredPlayersCommand' => ['privates''App\\Command\\InjuredPlayersCommand''getInjuredPlayersCommandService'false],
  1433.             'App\\Command\\QTYTrainingCommand' => ['privates''App\\Command\\QTYTrainingCommand''getQTYTrainingCommandService'false],
  1434.             'App\\Command\\TestEmailCommand' => ['privates''App\\Command\\TestEmailCommand''getTestEmailCommandService'false],
  1435.             'App\\Services\\Api\\CallAndroid' => ['privates''App\\Services\\Api\\CallAndroid''getCallAndroidService'false],
  1436.             'App\\Services\\Api\\CallApple' => ['privates''App\\Services\\Api\\CallApple''getCallAppleService'false],
  1437.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1438.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  1439.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  1440.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1441.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1442.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1443.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1444.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1445.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1446.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1447.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1448.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1449.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1450.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1451.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1452.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1453.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1454.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1455.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1456.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1457.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1458.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1459.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1460.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1461.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1462.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1463.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1464.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1465.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1466.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1467.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1468.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1469.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1470.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1471.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1472.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1473.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1474.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1475.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1476.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1477.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1478.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1479.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1480.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1481.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1482.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1483.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1484.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1485.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1486.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1487.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1488.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1489.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1490.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1491.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1492.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1493.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1494.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1495.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1496.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1497.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1498.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1499.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  1500.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1501.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1502.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1503.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1504.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1505.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1506.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1507.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1508.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1509.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1510.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1511.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1512.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1513.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1514.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1515.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1516.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1517.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1518.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1519.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1520.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1521.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1522.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1523.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1524.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1525.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1526.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1527.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1528.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1529.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1530.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1531.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1532.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1533.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1534.         ], [
  1535.             'App\\Command\\CopyTranslateExerciseCommand' => 'App\\Command\\CopyTranslateExerciseCommand',
  1536.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  1537.             'App\\Command\\ExtractCountryCommand' => 'App\\Command\\ExtractCountryCommand',
  1538.             'App\\Command\\InjuredPlayersCommand' => 'App\\Command\\InjuredPlayersCommand',
  1539.             'App\\Command\\QTYTrainingCommand' => 'App\\Command\\QTYTrainingCommand',
  1540.             'App\\Command\\TestEmailCommand' => 'App\\Command\\TestEmailCommand',
  1541.             'App\\Services\\Api\\CallAndroid' => 'App\\Services\\Api\\CallAndroid',
  1542.             'App\\Services\\Api\\CallApple' => 'App\\Services\\Api\\CallApple',
  1543.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1544.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  1545.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  1546.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1547.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1548.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1549.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1550.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1551.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1552.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1553.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1554.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1555.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1556.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1557.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1558.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1559.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1560.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1561.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1562.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1563.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1564.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1565.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1566.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1567.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1568.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1569.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1570.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1571.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1572.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1573.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1574.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1575.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1576.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1577.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1578.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1579.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1580.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1581.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1582.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1583.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1584.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1585.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1586.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1587.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1588.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1589.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1590.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1591.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1592.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1593.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1594.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1595.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1596.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1597.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1598.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1599.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1600.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1601.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1602.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1603.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1604.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1605.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  1606.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1607.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1608.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1609.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1610.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1611.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1612.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1613.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1614.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1615.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1616.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1617.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1618.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1619.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1620.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1621.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1622.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1623.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1624.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1625.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1626.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1627.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1628.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1629.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1630.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1631.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1632.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1633.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1634.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1635.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1636.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1637.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  1638.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  1639.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  1640.         ]), ['app:exercise:translate' => 'App\\Command\\CopyTranslateExerciseCommand''app:user:create' => 'App\\Command\\CreateUserCommand''app:country:extract' => 'App\\Command\\ExtractCountryCommand''app:players:injured' => 'App\\Command\\InjuredPlayersCommand''app:players:qtytraining' => 'App\\Command\\QTYTrainingCommand''app:test:email' => 'App\\Command\\TestEmailCommand''app:call-android' => 'App\\Services\\Api\\CallAndroid''app:call-apple' => 'App\\Services\\Api\\CallApple''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:admin:migration' => 'easyadmin.command.make_admin_migration''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1641.     }
  1642.     /**
  1643.      * Gets the public 'container.env_var_processors_locator' shared service.
  1644.      *
  1645.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1646.      */
  1647.     protected function getContainer_EnvVarProcessorsLocatorService()
  1648.     {
  1649.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1650.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1651.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1652.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1653.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1654.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1655.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1656.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1657.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1658.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1659.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1660.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1661.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1662.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1663.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1664.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1665.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1666.         ], [
  1667.             'base64' => '?',
  1668.             'bool' => '?',
  1669.             'const' => '?',
  1670.             'csv' => '?',
  1671.             'default' => '?',
  1672.             'file' => '?',
  1673.             'float' => '?',
  1674.             'int' => '?',
  1675.             'json' => '?',
  1676.             'key' => '?',
  1677.             'query_string' => '?',
  1678.             'require' => '?',
  1679.             'resolve' => '?',
  1680.             'string' => '?',
  1681.             'trim' => '?',
  1682.             'url' => '?',
  1683.         ]);
  1684.     }
  1685.     /**
  1686.      * Gets the public 'data_collector.dump' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1689.      */
  1690.     protected function getDataCollector_DumpService()
  1691.     {
  1692.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1693.     }
  1694.     /**
  1695.      * Gets the public 'doctrine' shared service.
  1696.      *
  1697.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1698.      */
  1699.     protected function getDoctrineService()
  1700.     {
  1701.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1702.     }
  1703.     /**
  1704.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1705.      *
  1706.      * @return \Doctrine\DBAL\Connection
  1707.      */
  1708.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1709.     {
  1710.         $a = new \Doctrine\DBAL\Configuration();
  1711.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1712.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1713.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1714.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1715.         $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()))]));
  1716.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1717.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1718.         ], [
  1719.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1720.         ]));
  1721.         $d = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  1722.         $e = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  1723.         $f = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  1724.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''dbname' => 'golmanag_WPBNK''user' => 'golmanag_app''password' => 'P0?y$O[ZpL}-''port' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1725.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('customer_images'$d$e$f));
  1726.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('exercise_images'$d$e$f));
  1727.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('player_images'$d$e$f));
  1728.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('game_images'$d$e$f));
  1729.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('country_images'$d$e$f));
  1730.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('document_images'$d$e$f));
  1731.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('collaborator_images'$d$e$f));
  1732.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('membership_images'$d$e$f));
  1733.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('position_images'$d$e$f));
  1734.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('customer_images'$d$e$f));
  1735.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('customer_images'$d$e$f));
  1736.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('exercise_images'$d$e$f));
  1737.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('exercise_images'$d$e$f));
  1738.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('player_images'$d$e$f));
  1739.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('player_images'$d$e$f));
  1740.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('game_images'$d$e$f));
  1741.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('game_images'$d$e$f));
  1742.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('country_images'$d$e$f));
  1743.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('country_images'$d$e$f));
  1744.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('document_images'$d$e$f));
  1745.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('document_images'$d$e$f));
  1746.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('collaborator_images'$d$e$f));
  1747.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('collaborator_images'$d$e$f));
  1748.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('membership_images'$d$e$f));
  1749.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('membership_images'$d$e$f));
  1750.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('position_images'$d$e$f));
  1751.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('position_images'$d$e$f));
  1752.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] ?? $this->getBlameableEventSubscriberService()));
  1753.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] ?? $this->getLoggableEventSubscriberService()));
  1754.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] ?? $this->getSluggableEventSubscriberService()));
  1755.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber())));
  1756.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime'))));
  1757.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] ?? $this->getTranslatableEventSubscriberService()));
  1758.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber())));
  1759.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber())));
  1760.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1761.         return $instance;
  1762.     }
  1763.     /**
  1764.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1765.      *
  1766.      * @return \Doctrine\ORM\EntityManager
  1767.      */
  1768.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1769.     {
  1770.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1771.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1772.             return $this->services['doctrine.orm.default_entity_manager'];
  1773.         }
  1774.         $b = new \Doctrine\ORM\Configuration();
  1775.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1776.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1777.         $e = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  1778.         $c->addDriver($d'App\\Entity');
  1779.         $c->addDriver($d'Vich\\UploaderBundle\\Entity');
  1780.         $c->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1781.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1782.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  1783.         $b->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  1784.         $b->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1785.         $b->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1786.         $b->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1787.         $b->setMetadataDriverImpl($c);
  1788.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1789.         $b->setProxyNamespace('Proxies');
  1790.         $b->setAutoGenerateProxyClasses(true);
  1791.         $b->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1792.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1793.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1794.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1795.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1796.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1797.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1798.             'App\\Repository\\CollaboratorRepository' => ['privates''App\\Repository\\CollaboratorRepository''getCollaboratorRepositoryService'false],
  1799.             'App\\Repository\\ConfigRepository' => ['privates''App\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1800.             'App\\Repository\\ConvocatoriaRepository' => ['privates''App\\Repository\\ConvocatoriaRepository''getConvocatoriaRepositoryService'false],
  1801.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  1802.             'App\\Repository\\CouponCustomerRepository' => ['privates''App\\Repository\\CouponCustomerRepository''getCouponCustomerRepositoryService'false],
  1803.             'App\\Repository\\CouponRepository' => ['privates''App\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1804.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1805.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  1806.             'App\\Repository\\ExerciseCalendarRepository' => ['privates''App\\Repository\\ExerciseCalendarRepository''getExerciseCalendarRepositoryService'false],
  1807.             'App\\Repository\\ExerciseRepository' => ['privates''App\\Repository\\ExerciseRepository''getExerciseRepositoryService'false],
  1808.             'App\\Repository\\ExerciseTranslationRepository' => ['privates''App\\Repository\\ExerciseTranslationRepository''getExerciseTranslationRepositoryService'false],
  1809.             'App\\Repository\\ExerciseUserRepository' => ['privates''App\\Repository\\ExerciseUserRepository''getExerciseUserRepositoryService'false],
  1810.             'App\\Repository\\GameAlignmentRepository' => ['privates''App\\Repository\\GameAlignmentRepository''getGameAlignmentRepositoryService'false],
  1811.             'App\\Repository\\GameRepository' => ['privates''App\\Repository\\GameRepository''getGameRepositoryService'false],
  1812.             'App\\Repository\\GoalAssistancesRepository' => ['privates''App\\Repository\\GoalAssistancesRepository''getGoalAssistancesRepositoryService'false],
  1813.             'App\\Repository\\GoalsRepository' => ['privates''App\\Repository\\GoalsRepository''getGoalsRepositoryService'false],
  1814.             'App\\Repository\\MaterialRepository' => ['privates''App\\Repository\\MaterialRepository''getMaterialRepositoryService'false],
  1815.             'App\\Repository\\MembershipRepository' => ['privates''App\\Repository\\MembershipRepository''getMembershipRepositoryService'false],
  1816.             'App\\Repository\\MembershipTranslationRepository' => ['privates''App\\Repository\\MembershipTranslationRepository''getMembershipTranslationRepositoryService'false],
  1817.             'App\\Repository\\MinutesRepository' => ['privates''App\\Repository\\MinutesRepository''getMinutesRepositoryService'false],
  1818.             'App\\Repository\\NotificationReadsRepository' => ['privates''App\\Repository\\NotificationReadsRepository''getNotificationReadsRepositoryService'false],
  1819.             'App\\Repository\\NotificationRemovesRepository' => ['privates''App\\Repository\\NotificationRemovesRepository''getNotificationRemovesRepositoryService'false],
  1820.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1821.             'App\\Repository\\PlayerJustificationRepository' => ['privates''App\\Repository\\PlayerJustificationRepository''getPlayerJustificationRepositoryService'false],
  1822.             'App\\Repository\\PlayerRepository' => ['privates''App\\Repository\\PlayerRepository''getPlayerRepositoryService'false],
  1823.             'App\\Repository\\PositionRepository' => ['privates''App\\Repository\\PositionRepository''getPositionRepositoryService'false],
  1824.             'App\\Repository\\RedCardsRepository' => ['privates''App\\Repository\\RedCardsRepository''getRedCardsRepositoryService'false],
  1825.             'App\\Repository\\SeasonPlayerRepository' => ['privates''App\\Repository\\SeasonPlayerRepository''getSeasonPlayerRepositoryService'false],
  1826.             'App\\Repository\\SeasonRepository' => ['privates''App\\Repository\\SeasonRepository''getSeasonRepositoryService'false],
  1827.             'App\\Repository\\SuggestionRepository' => ['privates''App\\Repository\\SuggestionRepository''getSuggestionRepositoryService'false],
  1828.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'false],
  1829.             'App\\Repository\\TitularsRepository' => ['privates''App\\Repository\\TitularsRepository''getTitularsRepositoryService'false],
  1830.             'App\\Repository\\TrainingAsistRepository' => ['privates''App\\Repository\\TrainingAsistRepository''getTrainingAsistRepositoryService'false],
  1831.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1832.             'App\\Repository\\YellowCardsRepository' => ['privates''App\\Repository\\YellowCardsRepository''getYellowCardsRepositoryService'false],
  1833.         ], [
  1834.             'App\\Repository\\CategoryRepository' => '?',
  1835.             'App\\Repository\\CollaboratorRepository' => '?',
  1836.             'App\\Repository\\ConfigRepository' => '?',
  1837.             'App\\Repository\\ConvocatoriaRepository' => '?',
  1838.             'App\\Repository\\CountryRepository' => '?',
  1839.             'App\\Repository\\CouponCustomerRepository' => '?',
  1840.             'App\\Repository\\CouponRepository' => '?',
  1841.             'App\\Repository\\CustomerRepository' => '?',
  1842.             'App\\Repository\\DocumentRepository' => '?',
  1843.             'App\\Repository\\ExerciseCalendarRepository' => '?',
  1844.             'App\\Repository\\ExerciseRepository' => '?',
  1845.             'App\\Repository\\ExerciseTranslationRepository' => '?',
  1846.             'App\\Repository\\ExerciseUserRepository' => '?',
  1847.             'App\\Repository\\GameAlignmentRepository' => '?',
  1848.             'App\\Repository\\GameRepository' => '?',
  1849.             'App\\Repository\\GoalAssistancesRepository' => '?',
  1850.             'App\\Repository\\GoalsRepository' => '?',
  1851.             'App\\Repository\\MaterialRepository' => '?',
  1852.             'App\\Repository\\MembershipRepository' => '?',
  1853.             'App\\Repository\\MembershipTranslationRepository' => '?',
  1854.             'App\\Repository\\MinutesRepository' => '?',
  1855.             'App\\Repository\\NotificationReadsRepository' => '?',
  1856.             'App\\Repository\\NotificationRemovesRepository' => '?',
  1857.             'App\\Repository\\NotificationRepository' => '?',
  1858.             'App\\Repository\\PlayerJustificationRepository' => '?',
  1859.             'App\\Repository\\PlayerRepository' => '?',
  1860.             'App\\Repository\\PositionRepository' => '?',
  1861.             'App\\Repository\\RedCardsRepository' => '?',
  1862.             'App\\Repository\\SeasonPlayerRepository' => '?',
  1863.             'App\\Repository\\SeasonRepository' => '?',
  1864.             'App\\Repository\\SuggestionRepository' => '?',
  1865.             'App\\Repository\\TeamRepository' => '?',
  1866.             'App\\Repository\\TitularsRepository' => '?',
  1867.             'App\\Repository\\TrainingAsistRepository' => '?',
  1868.             'App\\Repository\\UserRepository' => '?',
  1869.             'App\\Repository\\YellowCardsRepository' => '?',
  1870.         ])));
  1871.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create($a$b);
  1872.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'easyadmin.autocomplete' shared service.
  1877.      *
  1878.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  1879.      */
  1880.     protected function getEasyadmin_AutocompleteService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1885.         return $this->services['easyadmin.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), new \EasyCorp\Bundle\EasyAdminBundle\Search\Finder(($this->services['easyadmin.query_builder'] ?? $this->getEasyadmin_QueryBuilderService()), ($this->services['easyadmin.paginator'] ?? ($this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator()))), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  1886.     }
  1887.     /**
  1888.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  1889.      *
  1890.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  1891.      */
  1892.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  1893.     {
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  1896.         $this->services['easyadmin.command.make_admin_migration'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), \dirname(__DIR__4));
  1897.         $instance->setName('make:admin:migration');
  1898.         return $instance;
  1899.     }
  1900.     /**
  1901.      * Gets the public 'easyadmin.config.manager' shared service.
  1902.      *
  1903.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1904.      */
  1905.     protected function getEasyadmin_Config_ManagerService()
  1906.     {
  1907.         $this->services['easyadmin.config.manager'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager($this->parameters['easyadmin.config'], true, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  1908.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1909.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1910.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('es'));
  1911.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1912.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1913.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1914.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1915.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1916.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1917.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1918.         return $instance;
  1919.     }
  1920.     /**
  1921.      * Gets the public 'easyadmin.filter.registry' shared service.
  1922.      *
  1923.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1924.      */
  1925.     protected function getEasyadmin_Filter_RegistryService()
  1926.     {
  1927.         return $this->services['easyadmin.filter.registry'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry(['array' => 'easyadmin.filter.type.array''boolean' => 'easyadmin.filter.type.boolean''comparison' => 'easyadmin.filter.type.comparison''date' => 'easyadmin.filter.type.date''dateinterval' => 'easyadmin.filter.type.dateinterval''datetime' => 'easyadmin.filter.type.datetime''decimal' => 'easyadmin.filter.type.decimal''choice' => 'easyadmin.filter.type.choice''entity' => 'easyadmin.filter.type.entity''float' => 'easyadmin.filter.type.float''integer' => 'easyadmin.filter.type.integer''text' => 'easyadmin.filter.type.text''textarea' => 'easyadmin.filter.type.textarea''time' => 'easyadmin.filter.type.time'], new RewindableGenerator(function () {
  1928.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  1929.         }, 1));
  1930.     }
  1931.     /**
  1932.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  1933.      *
  1934.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  1935.      */
  1936.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  1941.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1942.     }
  1943.     /**
  1944.      * Gets the public 'easyadmin.listener.controller' shared service.
  1945.      *
  1946.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1947.      */
  1948.     protected function getEasyadmin_Listener_ControllerService()
  1949.     {
  1950.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1951.     }
  1952.     /**
  1953.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  1954.      *
  1955.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  1956.      */
  1957.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  1958.     {
  1959.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  1960.         return $this->services['easyadmin.listener.request_post_initialize'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1961.     }
  1962.     /**
  1963.      * Gets the public 'easyadmin.paginator' shared service.
  1964.      *
  1965.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  1966.      */
  1967.     protected function getEasyadmin_PaginatorService()
  1968.     {
  1969.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  1970.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  1971.     }
  1972.     /**
  1973.      * Gets the public 'easyadmin.property_accessor' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1976.      */
  1977.     protected function getEasyadmin_PropertyAccessorService()
  1978.     {
  1979.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1980.     }
  1981.     /**
  1982.      * Gets the public 'easyadmin.query_builder' shared service.
  1983.      *
  1984.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  1985.      */
  1986.     protected function getEasyadmin_QueryBuilderService()
  1987.     {
  1988.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  1989.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1990.     }
  1991.     /**
  1992.      * Gets the public 'easyadmin.router' shared service.
  1993.      *
  1994.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1995.      */
  1996.     protected function getEasyadmin_RouterService()
  1997.     {
  1998.         return $this->services['easyadmin.router'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1999.     }
  2000.     /**
  2001.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  2002.      *
  2003.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2004.      */
  2005.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  2006.     {
  2007.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2008.     }
  2009.     /**
  2010.      * Gets the public 'error_controller' shared service.
  2011.      *
  2012.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2013.      */
  2014.     protected function getErrorControllerService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2021.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2022.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2023.     }
  2024.     /**
  2025.      * Gets the public 'event_dispatcher' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2028.      */
  2029.     protected function getEventDispatcherService()
  2030.     {
  2031.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2032.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2033.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2034.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2035.         $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())));
  2036.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2037.             return ($this->privates['app.event.authentication_success_listener'] ?? ($this->privates['app.event.authentication_success_listener'] = new \App\EventListener\AuthenticationSuccessListener()));
  2038.         }, => 'onAuthenticationSuccessResponse'], 0);
  2039.         $instance->addListener('lexik_jwt_authentication.on_jwt_decoded', [=> function () {
  2040.             return ($this->privates['app.event.jwt_decoded_listener'] ?? $this->getApp_Event_JwtDecodedListenerService());
  2041.         }, => 'onJWTDecoded'], 0);
  2042.         $instance->addListener('lexik_jwt_authentication.on_jwt_invalid', [=> function () {
  2043.             return ($this->privates['app.event.jwt_invalid_listener'] ?? $this->getApp_Event_JwtInvalidListenerService());
  2044.         }, => 'onJWTInvalid'], 0);
  2045.         $instance->addListener('kernel.controller', [=> function () {
  2046.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2047.         }, => 'onKernelController'], 0);
  2048.         $instance->addListener('kernel.controller', [=> function () {
  2049.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  2050.         }, => 'onKernelController'], 0);
  2051.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  2052.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  2053.         }, => 'initializeRequest'], 0);
  2054.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2055.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2056.         }, => 'attachRefreshToken'], 0);
  2057.         $instance->addListener('kernel.request', [=> function () {
  2058.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('es')));
  2059.         }, => 'onKernelRequest'], 20);
  2060.         $instance->addListener('kernel.response', [=> function () {
  2061.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2062.         }, => 'onKernelResponse'], 0);
  2063.         $instance->addListener('kernel.response', [=> function () {
  2064.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2065.         }, => 'onKernelResponse'], -1024);
  2066.         $instance->addListener('kernel.request', [=> function () {
  2067.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2068.         }, => 'setDefaultLocale'], 100);
  2069.         $instance->addListener('kernel.request', [=> function () {
  2070.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2071.         }, => 'onKernelRequest'], 16);
  2072.         $instance->addListener('kernel.finish_request', [=> function () {
  2073.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2074.         }, => 'onKernelFinishRequest'], 0);
  2075.         $instance->addListener('kernel.request', [=> function () {
  2076.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2077.         }, => 'onKernelRequest'], 256);
  2078.         $instance->addListener('kernel.response', [=> function () {
  2079.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2080.         }, => 'onResponse'], -255);
  2081.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2082.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2083.         }, => 'onControllerArguments'], 0);
  2084.         $instance->addListener('kernel.exception', [=> function () {
  2085.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2086.         }, => 'logKernelException'], 0);
  2087.         $instance->addListener('kernel.exception', [=> function () {
  2088.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2089.         }, => 'onKernelException'], -128);
  2090.         $instance->addListener('kernel.request', [=> function () {
  2091.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2092.         }, => 'onKernelRequest'], 15);
  2093.         $instance->addListener('kernel.finish_request', [=> function () {
  2094.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2095.         }, => 'onKernelFinishRequest'], -15);
  2096.         $instance->addListener('console.error', [=> function () {
  2097.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2098.         }, => 'onConsoleError'], -128);
  2099.         $instance->addListener('console.terminate', [=> function () {
  2100.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2101.         }, => 'onConsoleTerminate'], -128);
  2102.         $instance->addListener('console.error', [=> function () {
  2103.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2104.         }, => 'onConsoleError'], 0);
  2105.         $instance->addListener('kernel.request', [=> function () {
  2106.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2107.         }, => 'onKernelRequest'], 128);
  2108.         $instance->addListener('kernel.response', [=> function () {
  2109.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2110.         }, => 'onKernelResponse'], -1000);
  2111.         $instance->addListener('kernel.finish_request', [=> function () {
  2112.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2113.         }, => 'onFinishRequest'], 0);
  2114.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2115.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2116.         }, => 'onMessage'], -255);
  2117.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2118.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2119.         }, => 'onMessage'], -255);
  2120.         $instance->addListener('kernel.response', [=> function () {
  2121.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2122.         }, => 'onKernelResponse'], -100);
  2123.         $instance->addListener('kernel.exception', [=> function () {
  2124.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2125.         }, => 'onKernelException'], 0);
  2126.         $instance->addListener('kernel.terminate', [=> function () {
  2127.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2128.         }, => 'onKernelTerminate'], -1024);
  2129.         $instance->addListener('kernel.controller', [=> function () {
  2130.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2131.         }, => 'onKernelController'], 0);
  2132.         $instance->addListener('kernel.response', [=> function () {
  2133.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2134.         }, => 'onKernelResponse'], 0);
  2135.         $instance->addListener('kernel.request', [=> function () {
  2136.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2137.         }, => 'configure'], 2048);
  2138.         $instance->addListener('console.command', [=> function () {
  2139.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2140.         }, => 'configure'], 2048);
  2141.         $instance->addListener('kernel.request', [=> function () {
  2142.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2143.         }, => 'onKernelRequest'], 32);
  2144.         $instance->addListener('kernel.finish_request', [=> function () {
  2145.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2146.         }, => 'onKernelFinishRequest'], 0);
  2147.         $instance->addListener('kernel.exception', [=> function () {
  2148.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2149.         }, => 'onKernelException'], -64);
  2150.         $instance->addListener('kernel.response', [=> function () {
  2151.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2152.         }, => 'onKernelResponse'], 0);
  2153.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2154.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2155.         }, => 'onMessage'], 0);
  2156.         $instance->addListener('kernel.controller', [=> function () {
  2157.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2158.         }, => 'onKernelController'], 0);
  2159.         $instance->addListener('kernel.controller', [=> function () {
  2160.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2161.         }, => 'onKernelController'], 0);
  2162.         $instance->addListener('kernel.controller', [=> function () {
  2163.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2164.         }, => 'onKernelController'], -128);
  2165.         $instance->addListener('kernel.view', [=> function () {
  2166.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2167.         }, => 'onKernelView'], 0);
  2168.         $instance->addListener('kernel.controller', [=> function () {
  2169.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2170.         }, => 'onKernelController'], 0);
  2171.         $instance->addListener('kernel.response', [=> function () {
  2172.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2173.         }, => 'onKernelResponse'], 0);
  2174.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2175.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2176.         }, => 'onKernelControllerArguments'], 0);
  2177.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2178.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2179.         }, => 'onKernelControllerArguments'], 0);
  2180.         $instance->addListener('kernel.response', [=> function () {
  2181.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2182.         }, => 'onKernelResponse'], 0);
  2183.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2184.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2185.         }, => 'onVoterVote'], 0);
  2186.         $instance->addListener('kernel.request', [=> function () {
  2187.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2188.         }, => 'configureLogoutUrlGenerator'], 8);
  2189.         $instance->addListener('kernel.request', [=> function () {
  2190.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2191.         }, => 'onKernelRequest'], 8);
  2192.         $instance->addListener('kernel.finish_request', [=> function () {
  2193.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2194.         }, => 'onKernelFinishRequest'], 0);
  2195.         $instance->addListener('console.command', [=> function () {
  2196.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2197.         }, => 'onCommand'], 255);
  2198.         $instance->addListener('console.terminate', [=> function () {
  2199.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2200.         }, => 'onTerminate'], -255);
  2201.         $instance->addListener('console.command', [=> function () {
  2202.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2203.         }, => 'configure'], 1024);
  2204.         $instance->addListener('console.error', [=> function () {
  2205.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2206.         }, => 'onConsoleError'], 0);
  2207.         $instance->addListener('console.terminate', [=> function () {
  2208.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2209.         }, => 'onConsoleTerminate'], 0);
  2210.         $instance->addListener('kernel.exception', [=> function () {
  2211.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2212.         }, => 'onException'], 0);
  2213.         $instance->addListener('kernel.terminate', [=> function () {
  2214.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2215.         }, => 'onTerminate'], 0);
  2216.         $instance->addListener('console.error', [=> function () {
  2217.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2218.         }, => 'onException'], 0);
  2219.         $instance->addListener('console.terminate', [=> function () {
  2220.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2221.         }, => 'onTerminate'], 0);
  2222.         return $instance;
  2223.     }
  2224.     /**
  2225.      * Gets the public 'filesystem' shared service.
  2226.      *
  2227.      * @return \Symfony\Component\Filesystem\Filesystem
  2228.      */
  2229.     protected function getFilesystemService()
  2230.     {
  2231.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2232.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2233.     }
  2234.     /**
  2235.      * Gets the public 'form.factory' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Form\FormFactory
  2238.      */
  2239.     protected function getForm_FactoryService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2243.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2244.     }
  2245.     /**
  2246.      * Gets the public 'form.type.file' shared service.
  2247.      *
  2248.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2249.      */
  2250.     protected function getForm_Type_FileService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2255.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2256.     }
  2257.     /**
  2258.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2259.      *
  2260.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2261.      */
  2262.     protected function getGesdinet_JwtrefreshtokenService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  2273.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  2274.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  2275.         $b->setCustomUserProvider(($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService()));
  2276.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'refresh_token'), $b, ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), $a2592000'api'true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2277.     }
  2278.     /**
  2279.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2280.      *
  2281.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2282.      */
  2283.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2288.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');
  2289.     }
  2290.     /**
  2291.      * Gets the public 'http_kernel' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2294.      */
  2295.     protected function getHttpKernelService()
  2296.     {
  2297.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2298.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2299.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2300.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2301.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2302.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2303.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2304.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2305.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2306.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2307.     }
  2308.     /**
  2309.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  2310.      *
  2311.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  2312.      */
  2313.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  2314.     {
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2321.         $this->services['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  2322.         $instance->setName('lexik:jwt:check-config');
  2323.         return $instance;
  2324.     }
  2325.     /**
  2326.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2327.      *
  2328.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2329.      */
  2330.     protected function getLexikJwtAuthentication_EncoderService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2341.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'360000));
  2342.     }
  2343.     /**
  2344.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2345.      *
  2346.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2347.      */
  2348.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2352.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  2353.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  2354.             yield => ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService());
  2355.         }, 2));
  2356.         $instance->setName('lexik:jwt:generate-token');
  2357.         return $instance;
  2358.     }
  2359.     /**
  2360.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2361.      *
  2362.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2363.      */
  2364.     protected function getLexikJwtAuthentication_JwtManagerService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2369.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  2370.         $instance->setUserIdentityField('username');
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2375.      *
  2376.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2377.      */
  2378.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2384.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  2385.     }
  2386.     /**
  2387.      * Gets the public 'profiler' shared service.
  2388.      *
  2389.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2390.      */
  2391.     protected function getProfilerService()
  2392.     {
  2393.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2394.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2395.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2396.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2398.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2399.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2400.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2401.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2402.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2403.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2404.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2405.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2406.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2407.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2408.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2409.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2410.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2411.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2412.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  2413.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2414.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2415.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2416.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2417.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2418.         if ($this->has('kernel')) {
  2419.             $g->setKernel($b);
  2420.         }
  2421.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2422.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2423.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2424.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2425.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2426.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2427.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2428.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  2429.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2430.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2431.         $instance->add($d);
  2432.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2433.         $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())));
  2434.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2435.         $instance->add($e);
  2436.         $instance->add($f);
  2437.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2438.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2439.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  2440.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  2441.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  2442.         $instance->add($g);
  2443.         return $instance;
  2444.     }
  2445.     /**
  2446.      * Gets the public 'request_stack' shared service.
  2447.      *
  2448.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2449.      */
  2450.     protected function getRequestStackService()
  2451.     {
  2452.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2453.     }
  2454.     /**
  2455.      * Gets the public 'router' shared service.
  2456.      *
  2457.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2458.      */
  2459.     protected function getRouterService()
  2460.     {
  2461.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2462.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2463.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2464.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2465.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2466.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2467.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2468.         ], [
  2469.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2470.         ]))->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'es');
  2471.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'routing.loader' shared service.
  2476.      *
  2477.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2478.      */
  2479.     protected function getRouting_LoaderService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2502.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2503.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2504.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2505.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2506.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2507.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2508.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2509.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2510.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2511.             'kernel' => ['services''kernel''getKernelService'false],
  2512.         ], [
  2513.             'kernel' => 'App\\Kernel',
  2514.         ])));
  2515.         $a->addLoader($c);
  2516.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2517.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2518.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  2519.     }
  2520.     /**
  2521.      * Gets the public 'security.authentication_utils' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2524.      */
  2525.     protected function getSecurity_AuthenticationUtilsService()
  2526.     {
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2528.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2529.     }
  2530.     /**
  2531.      * Gets the public 'security.authorization_checker' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2534.      */
  2535.     protected function getSecurity_AuthorizationCheckerService()
  2536.     {
  2537.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2538.     }
  2539.     /**
  2540.      * Gets the public 'security.csrf.token_manager' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2543.      */
  2544.     protected function getSecurity_Csrf_TokenManagerService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2550.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2551.     }
  2552.     /**
  2553.      * Gets the public 'security.password_encoder' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2556.      */
  2557.     protected function getSecurity_PasswordEncoderService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2561.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2562.     }
  2563.     /**
  2564.      * Gets the public 'security.token_storage' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2567.      */
  2568.     protected function getSecurity_TokenStorageService()
  2569.     {
  2570.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2571.             'session' => ['services''session''getSessionService'false],
  2572.         ], [
  2573.             'session' => '?',
  2574.         ]));
  2575.     }
  2576.     /**
  2577.      * Gets the public 'serializer' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Serializer\Serializer
  2580.      */
  2581.     protected function getSerializerService()
  2582.     {
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2618.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2619.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  2620.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2621.     }
  2622.     /**
  2623.      * Gets the public 'services_resetter' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2626.      */
  2627.     protected function getServicesResetterService()
  2628.     {
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2630.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2631.             if (isset($this->services['cache.app'])) {
  2632.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2633.             }
  2634.             if (isset($this->services['cache.system'])) {
  2635.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2636.             }
  2637.             if (isset($this->privates['cache.validator'])) {
  2638.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2639.             }
  2640.             if (isset($this->privates['cache.serializer'])) {
  2641.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2642.             }
  2643.             if (isset($this->privates['cache.annotations'])) {
  2644.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2645.             }
  2646.             if (isset($this->privates['cache.property_info'])) {
  2647.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2648.             }
  2649.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2650.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2651.             }
  2652.             if (isset($this->services['profiler'])) {
  2653.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2654.             }
  2655.             if (isset($this->services['validator'])) {
  2656.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2657.             }
  2658.             if (isset($this->privates['debug.stopwatch'])) {
  2659.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2660.             }
  2661.             if (isset($this->services['event_dispatcher'])) {
  2662.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2663.             }
  2664.             if (isset($this->services['doctrine'])) {
  2665.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2666.             }
  2667.             if (isset($this->privates['form.type.entity'])) {
  2668.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2669.             }
  2670.             if (isset($this->services['security.token_storage'])) {
  2671.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['cache.security_expression_language'])) {
  2674.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2675.             }
  2676.             if (isset($this->privates['monolog.handler.main'])) {
  2677.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2678.             }
  2679.             if (isset($this->privates['monolog.handler.console'])) {
  2680.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2681.             }
  2682.             if (isset($this->privates['cache.easyadmin'])) {
  2683.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  2684.             }
  2685.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2686.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2687.             }
  2688.         }, function () {
  2689.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  2690.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  2691.     }
  2692.     /**
  2693.      * Gets the public 'session' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2696.      */
  2697.     protected function getSessionService()
  2698.     {
  2699.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2700.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2701.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2702.     }
  2703.     /**
  2704.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2705.      *
  2706.      * @return \Swift_Mailer
  2707.      */
  2708.     protected function getSwiftmailer_Mailer_DefaultService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2711.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2712.     }
  2713.     /**
  2714.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2715.      *
  2716.      * @return \Swift_Plugins_MessageLogger
  2717.      */
  2718.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2723.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2724.     }
  2725.     /**
  2726.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2727.      *
  2728.      * @return \Swift_Transport_EsmtpTransport
  2729.      */
  2730.     protected function getSwiftmailer_Mailer_Default_TransportService()
  2731.     {
  2732.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2733.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  2734.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  2751.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2757.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
  2758.         $a->setUsername('[email protected]');
  2759.         $a->setPassword('olsmjgoipqhauvze');
  2760.         $a->setAuthMode('login');
  2761.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  2762.         $instance->setHost('smtp.gmail.com');
  2763.         $instance->setPort(465);
  2764.         $instance->setEncryption('ssl');
  2765.         $instance->setTimeout(30);
  2766.         $instance->setSourceIp(NULL);
  2767.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2768.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  2769.         return $instance;
  2770.     }
  2771.     /**
  2772.      * Gets the public 'translator' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2775.      */
  2776.     protected function getTranslatorService()
  2777.     {
  2778.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2779.     }
  2780.     /**
  2781.      * Gets the public 'twig' shared service.
  2782.      *
  2783.      * @return \Twig\Environment
  2784.      */
  2785.     protected function getTwigService()
  2786.     {
  2787.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2788.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2789.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2790.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2791.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2792.         $e = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  2793.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2794.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  2795.         $g = new \Symfony\Bridge\Twig\AppVariable();
  2796.         $g->setEnvironment('dev');
  2797.         $g->setDebug(true);
  2798.         if ($this->has('security.token_storage')) {
  2799.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2800.         }
  2801.         if ($this->has('request_stack')) {
  2802.             $g->setRequestStack($c);
  2803.         }
  2804.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2806.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2807.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  2808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  2809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  2810.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2811.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2813.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2814.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  2817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($e));
  2819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2821.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2822.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  2823.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), ($this->services['easyadmin.router'] ?? $this->getEasyadmin_RouterService()), true$e$b, ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService())));
  2824.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  2825.         $instance->addGlobal('app'$g);
  2826.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2827.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2828.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2829.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2830.         ], [
  2831.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2832.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2833.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2834.         ])));
  2835.         $instance->addGlobal('admin_config', ['has_chat' => false'has_fullscreen' => false]);
  2836.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  2837.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  2838.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  2839.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the public 'validator' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2846.      */
  2847.     protected function getValidatorService()
  2848.     {
  2849.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2850.     }
  2851.     /**
  2852.      * Gets the public 'var_dumper.cloner' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2855.      */
  2856.     protected function getVarDumper_ClonerService()
  2857.     {
  2858.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2859.         $instance->setMaxItems(2500);
  2860.         $instance->setMinDepth(1);
  2861.         $instance->setMaxString(-1);
  2862.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2863.         return $instance;
  2864.     }
  2865.     /**
  2866.      * Gets the public 'vich_uploader.download_handler' shared service.
  2867.      *
  2868.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2869.      */
  2870.     protected function getVichUploader_DownloadHandlerService()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  2873.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2874.     }
  2875.     /**
  2876.      * Gets the public 'vich_uploader.form.type.file' shared service.
  2877.      *
  2878.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  2879.      */
  2880.     protected function getVichUploader_Form_Type_FileService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2885.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  2886.     }
  2887.     /**
  2888.      * Gets the public 'vich_uploader.form.type.image' shared service.
  2889.      *
  2890.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  2891.      */
  2892.     protected function getVichUploader_Form_Type_ImageService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  2898.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()), NULL);
  2899.     }
  2900.     /**
  2901.      * Gets the public 'vich_uploader.upload_handler' shared service.
  2902.      *
  2903.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  2904.      */
  2905.     protected function getVichUploader_UploadHandlerService()
  2906.     {
  2907.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  2908.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2909.     }
  2910.     /**
  2911.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2912.      *
  2913.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2914.      */
  2915.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2916.     {
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2918.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2919.     }
  2920.     /**
  2921.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2922.      *
  2923.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2924.      */
  2925.     protected function getWebProfiler_Controller_ProfilerService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  2930.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__4));
  2931.     }
  2932.     /**
  2933.      * Gets the public 'web_profiler.controller.router' shared service.
  2934.      *
  2935.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2936.      */
  2937.     protected function getWebProfiler_Controller_RouterService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2940.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  2941.     }
  2942.     /**
  2943.      * Gets the private '.debug.http_client' shared service.
  2944.      *
  2945.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2946.      */
  2947.     protected function get_Debug_HttpClientService()
  2948.     {
  2949.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2950.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2951.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2952.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2953.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2954.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2955.         $a->setLogger($b);
  2956.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2957.     }
  2958.     /**
  2959.      * Gets the private '.errored..service_locator.DusxGO6.App\Entity\Coupon' shared service.
  2960.      *
  2961.      * @return \App\Entity\Coupon
  2962.      */
  2963.     protected function getCouponService()
  2964.     {
  2965.         $this->throw('Cannot autowire service ".service_locator.DusxGO6": it references class "App\\Entity\\Coupon" but no such service exists.');
  2966.     }
  2967.     /**
  2968.      * Gets the private '.errored..service_locator.E2z.rRz.Symfony\Component\Form\Form' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Form\Form
  2971.      */
  2972.     protected function getFormService()
  2973.     {
  2974.         $this->throw('Cannot autowire service ".service_locator.E2z.rRz": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
  2975.     }
  2976.     /**
  2977.      * Gets the private '.service_locator.ACfeRH1' shared service.
  2978.      *
  2979.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2980.      */
  2981.     protected function get_ServiceLocator_ACfeRH1Service()
  2982.     {
  2983.         return $this->privates['.service_locator.ACfeRH1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2984.             'App\\Controller\\Api\\AuthController::recpass' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  2985.             'App\\Controller\\Api\\AuthController::register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  2986.             'App\\Controller\\Api\\DocumentController::listDocument' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2987.             'App\\Controller\\Api\\ExerciseController::exerciseById' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  2988.             'App\\Controller\\Api\\ExerciseController::exercisesBySearch' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  2989.             'App\\Controller\\Api\\GameController::deleteGame' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2990.             'App\\Controller\\Api\\GameController::editAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2991.             'App\\Controller\\Api\\GameController::editGameLineUp' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2992.             'App\\Controller\\Api\\GameController::getAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2993.             'App\\Controller\\Api\\PlayerController::editPlayer' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2994.             'App\\Controller\\Api\\PlayerController::editStats' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  2995.             'App\\Controller\\CouponController::persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  2996.             'App\\Controller\\CouponController::updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  2997.             'App\\Controller\\CustomerController::captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  2998.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  2999.             'App\\Controller\\Api\\AuthController:recpass' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  3000.             'App\\Controller\\Api\\AuthController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  3001.             'App\\Controller\\Api\\DocumentController:listDocument' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3002.             'App\\Controller\\Api\\ExerciseController:exerciseById' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  3003.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  3004.             'App\\Controller\\Api\\GameController:deleteGame' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3005.             'App\\Controller\\Api\\GameController:editAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3006.             'App\\Controller\\Api\\GameController:editGameLineUp' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3007.             'App\\Controller\\Api\\GameController:getAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3008.             'App\\Controller\\Api\\PlayerController:editPlayer' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3009.             'App\\Controller\\Api\\PlayerController:editStats' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  3010.             'App\\Controller\\CouponController:persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  3011.             'App\\Controller\\CouponController:updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  3012.             'App\\Controller\\CustomerController:captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  3013.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  3014.         ], [
  3015.             'App\\Controller\\Api\\AuthController::recpass' => '?',
  3016.             'App\\Controller\\Api\\AuthController::register' => '?',
  3017.             'App\\Controller\\Api\\DocumentController::listDocument' => '?',
  3018.             'App\\Controller\\Api\\ExerciseController::exerciseById' => '?',
  3019.             'App\\Controller\\Api\\ExerciseController::exercisesBySearch' => '?',
  3020.             'App\\Controller\\Api\\GameController::deleteGame' => '?',
  3021.             'App\\Controller\\Api\\GameController::editAlignment' => '?',
  3022.             'App\\Controller\\Api\\GameController::editGameLineUp' => '?',
  3023.             'App\\Controller\\Api\\GameController::getAlignment' => '?',
  3024.             'App\\Controller\\Api\\PlayerController::editPlayer' => '?',
  3025.             'App\\Controller\\Api\\PlayerController::editStats' => '?',
  3026.             'App\\Controller\\CouponController::persistCouponEntity' => '?',
  3027.             'App\\Controller\\CouponController::updateCouponEntity' => '?',
  3028.             'App\\Controller\\CustomerController::captureMailBatchAction' => '?',
  3029.             'App\\Controller\\SecurityController::login' => '?',
  3030.             'App\\Controller\\Api\\AuthController:recpass' => '?',
  3031.             'App\\Controller\\Api\\AuthController:register' => '?',
  3032.             'App\\Controller\\Api\\DocumentController:listDocument' => '?',
  3033.             'App\\Controller\\Api\\ExerciseController:exerciseById' => '?',
  3034.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => '?',
  3035.             'App\\Controller\\Api\\GameController:deleteGame' => '?',
  3036.             'App\\Controller\\Api\\GameController:editAlignment' => '?',
  3037.             'App\\Controller\\Api\\GameController:editGameLineUp' => '?',
  3038.             'App\\Controller\\Api\\GameController:getAlignment' => '?',
  3039.             'App\\Controller\\Api\\PlayerController:editPlayer' => '?',
  3040.             'App\\Controller\\Api\\PlayerController:editStats' => '?',
  3041.             'App\\Controller\\CouponController:persistCouponEntity' => '?',
  3042.             'App\\Controller\\CouponController:updateCouponEntity' => '?',
  3043.             'App\\Controller\\CustomerController:captureMailBatchAction' => '?',
  3044.             'App\\Controller\\SecurityController:login' => '?',
  3045.         ]);
  3046.     }
  3047.     /**
  3048.      * Gets the private '.service_locator.DusxGO6' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3051.      */
  3052.     protected function get_ServiceLocator_DusxGO6Service()
  3053.     {
  3054.         return $this->privates['.service_locator.DusxGO6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3055.             'coupon' => ['privates''.errored..service_locator.DusxGO6.App\\Entity\\Coupon'NULL'Cannot autowire service ".service_locator.DusxGO6": it references class "App\\Entity\\Coupon" but no such service exists.'],
  3056.         ], [
  3057.             'coupon' => 'App\\Entity\\Coupon',
  3058.         ]);
  3059.     }
  3060.     /**
  3061.      * Gets the private '.service_locator.E2z.rRz' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3064.      */
  3065.     protected function get_ServiceLocator_E2z_RRzService()
  3066.     {
  3067.         return $this->privates['.service_locator.E2z.rRz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3068.             'form' => ['privates''.errored..service_locator.E2z.rRz.Symfony\\Component\\Form\\Form'NULL'Cannot autowire service ".service_locator.E2z.rRz": it references class "Symfony\\Component\\Form\\Form" but no such service exists.'],
  3069.         ], [
  3070.             'form' => 'Symfony\\Component\\Form\\Form',
  3071.         ]);
  3072.     }
  3073.     /**
  3074.      * Gets the private '.service_locator.WnC4Zms' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3077.      */
  3078.     protected function get_ServiceLocator_WnC4ZmsService()
  3079.     {
  3080.         return $this->privates['.service_locator.WnC4Zms'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3081.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3082.         ], [
  3083.             'logger' => '?',
  3084.         ]);
  3085.     }
  3086.     /**
  3087.      * Gets the private '.service_locator.XMhU4vu' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3090.      */
  3091.     protected function get_ServiceLocator_XMhU4vuService()
  3092.     {
  3093.         return $this->privates['.service_locator.XMhU4vu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3094.             'i18n' => ['services''translator''getTranslatorService'false],
  3095.         ], [
  3096.             'i18n' => '?',
  3097.         ]);
  3098.     }
  3099.     /**
  3100.      * Gets the private '.service_locator.hszs.DW' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3103.      */
  3104.     protected function get_ServiceLocator_Hszs_DWService()
  3105.     {
  3106.         return $this->privates['.service_locator.hszs.DW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3107.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3108.         ], [
  3109.             'encoder' => '?',
  3110.         ]);
  3111.     }
  3112.     /**
  3113.      * Gets the private '.service_locator.obF_qQp' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3116.      */
  3117.     protected function get_ServiceLocator_ObFQQpService()
  3118.     {
  3119.         return $this->privates['.service_locator.obF_qQp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3120.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3121.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  3122.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  3123.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  3124.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  3125.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  3126.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  3127.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  3128.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3129.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3130.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3131.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3132.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3133.             'router' => ['services''router''getRouterService'false],
  3134.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3135.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3136.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3137.             'serializer' => ['services''serializer''getSerializerService'false],
  3138.             'session' => ['services''session''getSessionService'false],
  3139.             'twig' => ['services''twig''getTwigService'false],
  3140.         ], [
  3141.             'doctrine' => '?',
  3142.             'easyadmin.autocomplete' => '?',
  3143.             'easyadmin.config.manager' => '?',
  3144.             'easyadmin.filter.registry' => '?',
  3145.             'easyadmin.paginator' => '?',
  3146.             'easyadmin.property_accessor' => '?',
  3147.             'easyadmin.query_builder' => '?',
  3148.             'easyadmin.security.authorization_checker' => '?',
  3149.             'event_dispatcher' => '?',
  3150.             'form.factory' => '?',
  3151.             'http_kernel' => '?',
  3152.             'parameter_bag' => '?',
  3153.             'request_stack' => '?',
  3154.             'router' => '?',
  3155.             'security.authorization_checker' => '?',
  3156.             'security.csrf.token_manager' => '?',
  3157.             'security.token_storage' => '?',
  3158.             'serializer' => '?',
  3159.             'session' => '?',
  3160.             'twig' => '?',
  3161.         ]);
  3162.     }
  3163.     /**
  3164.      * Gets the private '.service_locator.pNNo5z3' shared service.
  3165.      *
  3166.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3167.      */
  3168.     protected function get_ServiceLocator_PNNo5z3Service()
  3169.     {
  3170.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3171.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3172.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  3173.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3174.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3175.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3176.             'router' => ['services''router''getRouterService'false],
  3177.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3178.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  3179.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3180.             'serializer' => ['services''serializer''getSerializerService'false],
  3181.             'session' => ['services''session''getSessionService'false],
  3182.             'twig' => ['services''twig''getTwigService'false],
  3183.         ], [
  3184.             'doctrine' => '?',
  3185.             'form.factory' => '?',
  3186.             'http_kernel' => '?',
  3187.             'parameter_bag' => '?',
  3188.             'request_stack' => '?',
  3189.             'router' => '?',
  3190.             'security.authorization_checker' => '?',
  3191.             'security.csrf.token_manager' => '?',
  3192.             'security.token_storage' => '?',
  3193.             'serializer' => '?',
  3194.             'session' => '?',
  3195.             'twig' => '?',
  3196.         ]);
  3197.     }
  3198.     /**
  3199.      * Gets the private '.service_locator.q6jLs_L' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3202.      */
  3203.     protected function get_ServiceLocator_Q6jLsLService()
  3204.     {
  3205.         return $this->privates['.service_locator.q6jLs_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3206.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3207.         ], [
  3208.             'authenticationUtils' => '?',
  3209.         ]);
  3210.     }
  3211.     /**
  3212.      * Gets the private 'App\Command\CopyTranslateExerciseCommand' shared autowired service.
  3213.      *
  3214.      * @return \App\Command\CopyTranslateExerciseCommand
  3215.      */
  3216.     protected function getCopyTranslateExerciseCommandService()
  3217.     {
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3219.         include_once \dirname(__DIR__4).'/src/Command/CopyTranslateExerciseCommand.php';
  3220.         $this->privates['App\\Command\\CopyTranslateExerciseCommand'] = $instance = new \App\Command\CopyTranslateExerciseCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3221.         $instance->setName('app:exercise:translate');
  3222.         return $instance;
  3223.     }
  3224.     /**
  3225.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  3226.      *
  3227.      * @return \App\Command\CreateUserCommand
  3228.      */
  3229.     protected function getCreateUserCommandService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3232.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  3233.         $this->privates['App\\Command\\CreateUserCommand'] = $instance = new \App\Command\CreateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  3234.         $instance->setName('app:user:create');
  3235.         return $instance;
  3236.     }
  3237.     /**
  3238.      * Gets the private 'App\Command\ExtractCountryCommand' shared autowired service.
  3239.      *
  3240.      * @return \App\Command\ExtractCountryCommand
  3241.      */
  3242.     protected function getExtractCountryCommandService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3245.         include_once \dirname(__DIR__4).'/src/Command/ExtractCountryCommand.php';
  3246.         $this->privates['App\\Command\\ExtractCountryCommand'] = $instance = new \App\Command\ExtractCountryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  3247.         $instance->setName('app:country:extract');
  3248.         return $instance;
  3249.     }
  3250.     /**
  3251.      * Gets the private 'App\Command\InjuredPlayersCommand' shared autowired service.
  3252.      *
  3253.      * @return \App\Command\InjuredPlayersCommand
  3254.      */
  3255.     protected function getInjuredPlayersCommandService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3258.         include_once \dirname(__DIR__4).'/src/Command/InjuredPlayersCommand.php';
  3259.         $this->privates['App\\Command\\InjuredPlayersCommand'] = $instance = new \App\Command\InjuredPlayersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3260.         $instance->setName('app:players:injured');
  3261.         return $instance;
  3262.     }
  3263.     /**
  3264.      * Gets the private 'App\Command\QTYTrainingCommand' shared autowired service.
  3265.      *
  3266.      * @return \App\Command\QTYTrainingCommand
  3267.      */
  3268.     protected function getQTYTrainingCommandService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/src/Command/QTYTrainingCommand.php';
  3272.         $this->privates['App\\Command\\QTYTrainingCommand'] = $instance = new \App\Command\QTYTrainingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3273.         $instance->setName('app:players:qtytraining');
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the private 'App\Command\TestEmailCommand' shared autowired service.
  3278.      *
  3279.      * @return \App\Command\TestEmailCommand
  3280.      */
  3281.     protected function getTestEmailCommandService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/src/Command/TestEmailCommand.php';
  3285.         $this->privates['App\\Command\\TestEmailCommand'] = $instance = new \App\Command\TestEmailCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()));
  3286.         $instance->setName('app:test:email');
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the private 'App\Form\Filter\DificultyFilterType' shared autowired service.
  3291.      *
  3292.      * @return \App\Form\Filter\DificultyFilterType
  3293.      */
  3294.     protected function getDificultyFilterTypeService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3300.         include_once \dirname(__DIR__4).'/src/Form/Filter/DificultyFilterType.php';
  3301.         return $this->privates['App\\Form\\Filter\\DificultyFilterType'] = new \App\Form\Filter\DificultyFilterType();
  3302.     }
  3303.     /**
  3304.      * Gets the private 'App\Form\Filter\IntensityFilterType' shared autowired service.
  3305.      *
  3306.      * @return \App\Form\Filter\IntensityFilterType
  3307.      */
  3308.     protected function getIntensityFilterTypeService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  3314.         include_once \dirname(__DIR__4).'/src/Form/Filter/IntensityFilterType.php';
  3315.         return $this->privates['App\\Form\\Filter\\IntensityFilterType'] = new \App\Form\Filter\IntensityFilterType();
  3316.     }
  3317.     /**
  3318.      * Gets the private 'App\Form\Type\DificultyType' shared autowired service.
  3319.      *
  3320.      * @return \App\Form\Type\DificultyType
  3321.      */
  3322.     protected function getDificultyTypeService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3326.         include_once \dirname(__DIR__4).'/src/Form/Type/DificultyType.php';
  3327.         return $this->privates['App\\Form\\Type\\DificultyType'] = new \App\Form\Type\DificultyType();
  3328.     }
  3329.     /**
  3330.      * Gets the private 'App\Form\Type\ExpiredAtType' shared autowired service.
  3331.      *
  3332.      * @return \App\Form\Type\ExpiredAtType
  3333.      */
  3334.     protected function getExpiredAtTypeService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateTimeType.php';
  3339.         include_once \dirname(__DIR__4).'/src/Form/Type/ExpiredAtType.php';
  3340.         return $this->privates['App\\Form\\Type\\ExpiredAtType'] = new \App\Form\Type\ExpiredAtType();
  3341.     }
  3342.     /**
  3343.      * Gets the private 'App\Form\Type\IntensityType' shared autowired service.
  3344.      *
  3345.      * @return \App\Form\Type\IntensityType
  3346.      */
  3347.     protected function getIntensityTypeService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3351.         include_once \dirname(__DIR__4).'/src/Form/Type/IntensityType.php';
  3352.         return $this->privates['App\\Form\\Type\\IntensityType'] = new \App\Form\Type\IntensityType();
  3353.     }
  3354.     /**
  3355.      * Gets the private 'App\Form\Type\NotificationType' shared autowired service.
  3356.      *
  3357.      * @return \App\Form\Type\NotificationType
  3358.      */
  3359.     protected function getNotificationTypeService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3363.         include_once \dirname(__DIR__4).'/src/Form/Type/NotificationType.php';
  3364.         return $this->privates['App\\Form\\Type\\NotificationType'] = new \App\Form\Type\NotificationType();
  3365.     }
  3366.     /**
  3367.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3368.      *
  3369.      * @return \App\Repository\CategoryRepository
  3370.      */
  3371.     protected function getCategoryRepositoryService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3378.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  3379.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3380.     }
  3381.     /**
  3382.      * Gets the private 'App\Repository\CollaboratorRepository' shared autowired service.
  3383.      *
  3384.      * @return \App\Repository\CollaboratorRepository
  3385.      */
  3386.     protected function getCollaboratorRepositoryService()
  3387.     {
  3388.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3393.         include_once \dirname(__DIR__4).'/src/Repository/CollaboratorRepository.php';
  3394.         return $this->privates['App\\Repository\\CollaboratorRepository'] = new \App\Repository\CollaboratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3395.     }
  3396.     /**
  3397.      * Gets the private 'App\Repository\ConfigRepository' shared autowired service.
  3398.      *
  3399.      * @return \App\Repository\ConfigRepository
  3400.      */
  3401.     protected function getConfigRepositoryService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3408.         include_once \dirname(__DIR__4).'/src/Repository/ConfigRepository.php';
  3409.         return $this->privates['App\\Repository\\ConfigRepository'] = new \App\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'App\Repository\ConvocatoriaRepository' shared autowired service.
  3413.      *
  3414.      * @return \App\Repository\ConvocatoriaRepository
  3415.      */
  3416.     protected function getConvocatoriaRepositoryService()
  3417.     {
  3418.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3423.         include_once \dirname(__DIR__4).'/src/Repository/ConvocatoriaRepository.php';
  3424.         return $this->privates['App\\Repository\\ConvocatoriaRepository'] = new \App\Repository\ConvocatoriaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3425.     }
  3426.     /**
  3427.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  3428.      *
  3429.      * @return \App\Repository\CountryRepository
  3430.      */
  3431.     protected function getCountryRepositoryService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3438.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  3439.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'App\Repository\CouponCustomerRepository' shared autowired service.
  3443.      *
  3444.      * @return \App\Repository\CouponCustomerRepository
  3445.      */
  3446.     protected function getCouponCustomerRepositoryService()
  3447.     {
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3453.         include_once \dirname(__DIR__4).'/src/Repository/CouponCustomerRepository.php';
  3454.         return $this->privates['App\\Repository\\CouponCustomerRepository'] = new \App\Repository\CouponCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3455.     }
  3456.     /**
  3457.      * Gets the private 'App\Repository\CouponRepository' shared autowired service.
  3458.      *
  3459.      * @return \App\Repository\CouponRepository
  3460.      */
  3461.     protected function getCouponRepositoryService()
  3462.     {
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3468.         include_once \dirname(__DIR__4).'/src/Repository/CouponRepository.php';
  3469.         return $this->privates['App\\Repository\\CouponRepository'] = new \App\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3470.     }
  3471.     /**
  3472.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  3473.      *
  3474.      * @return \App\Repository\CustomerRepository
  3475.      */
  3476.     protected function getCustomerRepositoryService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3484.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  3485.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3486.     }
  3487.     /**
  3488.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  3489.      *
  3490.      * @return \App\Repository\DocumentRepository
  3491.      */
  3492.     protected function getDocumentRepositoryService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3499.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  3500.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3501.     }
  3502.     /**
  3503.      * Gets the private 'App\Repository\ExerciseCalendarRepository' shared autowired service.
  3504.      *
  3505.      * @return \App\Repository\ExerciseCalendarRepository
  3506.      */
  3507.     protected function getExerciseCalendarRepositoryService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3514.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseCalendarRepository.php';
  3515.         return $this->privates['App\\Repository\\ExerciseCalendarRepository'] = new \App\Repository\ExerciseCalendarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3516.     }
  3517.     /**
  3518.      * Gets the private 'App\Repository\ExerciseRepository' shared autowired service.
  3519.      *
  3520.      * @return \App\Repository\ExerciseRepository
  3521.      */
  3522.     protected function getExerciseRepositoryService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3529.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseRepository.php';
  3530.         return $this->privates['App\\Repository\\ExerciseRepository'] = new \App\Repository\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3531.     }
  3532.     /**
  3533.      * Gets the private 'App\Repository\ExerciseTranslationRepository' shared autowired service.
  3534.      *
  3535.      * @return \App\Repository\ExerciseTranslationRepository
  3536.      */
  3537.     protected function getExerciseTranslationRepositoryService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3544.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseTranslationRepository.php';
  3545.         return $this->privates['App\\Repository\\ExerciseTranslationRepository'] = new \App\Repository\ExerciseTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'App\Repository\ExerciseUserRepository' shared autowired service.
  3549.      *
  3550.      * @return \App\Repository\ExerciseUserRepository
  3551.      */
  3552.     protected function getExerciseUserRepositoryService()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3559.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseUserRepository.php';
  3560.         return $this->privates['App\\Repository\\ExerciseUserRepository'] = new \App\Repository\ExerciseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3561.     }
  3562.     /**
  3563.      * Gets the private 'App\Repository\GameAlignmentRepository' shared autowired service.
  3564.      *
  3565.      * @return \App\Repository\GameAlignmentRepository
  3566.      */
  3567.     protected function getGameAlignmentRepositoryService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3574.         include_once \dirname(__DIR__4).'/src/Repository/GameAlignmentRepository.php';
  3575.         return $this->privates['App\\Repository\\GameAlignmentRepository'] = new \App\Repository\GameAlignmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3576.     }
  3577.     /**
  3578.      * Gets the private 'App\Repository\GameRepository' shared autowired service.
  3579.      *
  3580.      * @return \App\Repository\GameRepository
  3581.      */
  3582.     protected function getGameRepositoryService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3589.         include_once \dirname(__DIR__4).'/src/Repository/GameRepository.php';
  3590.         return $this->privates['App\\Repository\\GameRepository'] = new \App\Repository\GameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3591.     }
  3592.     /**
  3593.      * Gets the private 'App\Repository\GoalAssistancesRepository' shared autowired service.
  3594.      *
  3595.      * @return \App\Repository\GoalAssistancesRepository
  3596.      */
  3597.     protected function getGoalAssistancesRepositoryService()
  3598.     {
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3604.         include_once \dirname(__DIR__4).'/src/Repository/GoalAssistancesRepository.php';
  3605.         return $this->privates['App\\Repository\\GoalAssistancesRepository'] = new \App\Repository\GoalAssistancesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'App\Repository\GoalsRepository' shared autowired service.
  3609.      *
  3610.      * @return \App\Repository\GoalsRepository
  3611.      */
  3612.     protected function getGoalsRepositoryService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3619.         include_once \dirname(__DIR__4).'/src/Repository/GoalsRepository.php';
  3620.         return $this->privates['App\\Repository\\GoalsRepository'] = new \App\Repository\GoalsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3621.     }
  3622.     /**
  3623.      * Gets the private 'App\Repository\MaterialRepository' shared autowired service.
  3624.      *
  3625.      * @return \App\Repository\MaterialRepository
  3626.      */
  3627.     protected function getMaterialRepositoryService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3634.         include_once \dirname(__DIR__4).'/src/Repository/MaterialRepository.php';
  3635.         return $this->privates['App\\Repository\\MaterialRepository'] = new \App\Repository\MaterialRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3636.     }
  3637.     /**
  3638.      * Gets the private 'App\Repository\MembershipRepository' shared autowired service.
  3639.      *
  3640.      * @return \App\Repository\MembershipRepository
  3641.      */
  3642.     protected function getMembershipRepositoryService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3649.         include_once \dirname(__DIR__4).'/src/Repository/MembershipRepository.php';
  3650.         return $this->privates['App\\Repository\\MembershipRepository'] = new \App\Repository\MembershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3651.     }
  3652.     /**
  3653.      * Gets the private 'App\Repository\MembershipTranslationRepository' shared autowired service.
  3654.      *
  3655.      * @return \App\Repository\MembershipTranslationRepository
  3656.      */
  3657.     protected function getMembershipTranslationRepositoryService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3664.         include_once \dirname(__DIR__4).'/src/Repository/MembershipTranslationRepository.php';
  3665.         return $this->privates['App\\Repository\\MembershipTranslationRepository'] = new \App\Repository\MembershipTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3666.     }
  3667.     /**
  3668.      * Gets the private 'App\Repository\MinutesRepository' shared autowired service.
  3669.      *
  3670.      * @return \App\Repository\MinutesRepository
  3671.      */
  3672.     protected function getMinutesRepositoryService()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3679.         include_once \dirname(__DIR__4).'/src/Repository/MinutesRepository.php';
  3680.         return $this->privates['App\\Repository\\MinutesRepository'] = new \App\Repository\MinutesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3681.     }
  3682.     /**
  3683.      * Gets the private 'App\Repository\NotificationReadsRepository' shared autowired service.
  3684.      *
  3685.      * @return \App\Repository\NotificationReadsRepository
  3686.      */
  3687.     protected function getNotificationReadsRepositoryService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3694.         include_once \dirname(__DIR__4).'/src/Repository/NotificationReadsRepository.php';
  3695.         return $this->privates['App\\Repository\\NotificationReadsRepository'] = new \App\Repository\NotificationReadsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3696.     }
  3697.     /**
  3698.      * Gets the private 'App\Repository\NotificationRemovesRepository' shared autowired service.
  3699.      *
  3700.      * @return \App\Repository\NotificationRemovesRepository
  3701.      */
  3702.     protected function getNotificationRemovesRepositoryService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3709.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRemovesRepository.php';
  3710.         return $this->privates['App\\Repository\\NotificationRemovesRepository'] = new \App\Repository\NotificationRemovesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3711.     }
  3712.     /**
  3713.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3714.      *
  3715.      * @return \App\Repository\NotificationRepository
  3716.      */
  3717.     protected function getNotificationRepositoryService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3724.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  3725.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3726.     }
  3727.     /**
  3728.      * Gets the private 'App\Repository\PlayerJustificationRepository' shared autowired service.
  3729.      *
  3730.      * @return \App\Repository\PlayerJustificationRepository
  3731.      */
  3732.     protected function getPlayerJustificationRepositoryService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3739.         include_once \dirname(__DIR__4).'/src/Repository/PlayerJustificationRepository.php';
  3740.         return $this->privates['App\\Repository\\PlayerJustificationRepository'] = new \App\Repository\PlayerJustificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3741.     }
  3742.     /**
  3743.      * Gets the private 'App\Repository\PlayerRepository' shared autowired service.
  3744.      *
  3745.      * @return \App\Repository\PlayerRepository
  3746.      */
  3747.     protected function getPlayerRepositoryService()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3754.         include_once \dirname(__DIR__4).'/src/Repository/PlayerRepository.php';
  3755.         return $this->privates['App\\Repository\\PlayerRepository'] = new \App\Repository\PlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3756.     }
  3757.     /**
  3758.      * Gets the private 'App\Repository\PositionRepository' shared autowired service.
  3759.      *
  3760.      * @return \App\Repository\PositionRepository
  3761.      */
  3762.     protected function getPositionRepositoryService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3769.         include_once \dirname(__DIR__4).'/src/Repository/PositionRepository.php';
  3770.         return $this->privates['App\\Repository\\PositionRepository'] = new \App\Repository\PositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3771.     }
  3772.     /**
  3773.      * Gets the private 'App\Repository\RedCardsRepository' shared autowired service.
  3774.      *
  3775.      * @return \App\Repository\RedCardsRepository
  3776.      */
  3777.     protected function getRedCardsRepositoryService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3784.         include_once \dirname(__DIR__4).'/src/Repository/RedCardsRepository.php';
  3785.         return $this->privates['App\\Repository\\RedCardsRepository'] = new \App\Repository\RedCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'App\Repository\SeasonPlayerRepository' shared autowired service.
  3789.      *
  3790.      * @return \App\Repository\SeasonPlayerRepository
  3791.      */
  3792.     protected function getSeasonPlayerRepositoryService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3799.         include_once \dirname(__DIR__4).'/src/Repository/SeasonPlayerRepository.php';
  3800.         return $this->privates['App\\Repository\\SeasonPlayerRepository'] = new \App\Repository\SeasonPlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'App\Repository\SeasonRepository' shared autowired service.
  3804.      *
  3805.      * @return \App\Repository\SeasonRepository
  3806.      */
  3807.     protected function getSeasonRepositoryService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3814.         include_once \dirname(__DIR__4).'/src/Repository/SeasonRepository.php';
  3815.         return $this->privates['App\\Repository\\SeasonRepository'] = new \App\Repository\SeasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3816.     }
  3817.     /**
  3818.      * Gets the private 'App\Repository\SuggestionRepository' shared autowired service.
  3819.      *
  3820.      * @return \App\Repository\SuggestionRepository
  3821.      */
  3822.     protected function getSuggestionRepositoryService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3829.         include_once \dirname(__DIR__4).'/src/Repository/SuggestionRepository.php';
  3830.         return $this->privates['App\\Repository\\SuggestionRepository'] = new \App\Repository\SuggestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3831.     }
  3832.     /**
  3833.      * Gets the private 'App\Repository\TeamRepository' shared autowired service.
  3834.      *
  3835.      * @return \App\Repository\TeamRepository
  3836.      */
  3837.     protected function getTeamRepositoryService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3844.         include_once \dirname(__DIR__4).'/src/Repository/TeamRepository.php';
  3845.         return $this->privates['App\\Repository\\TeamRepository'] = new \App\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3846.     }
  3847.     /**
  3848.      * Gets the private 'App\Repository\TitularsRepository' shared autowired service.
  3849.      *
  3850.      * @return \App\Repository\TitularsRepository
  3851.      */
  3852.     protected function getTitularsRepositoryService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3859.         include_once \dirname(__DIR__4).'/src/Repository/TitularsRepository.php';
  3860.         return $this->privates['App\\Repository\\TitularsRepository'] = new \App\Repository\TitularsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3861.     }
  3862.     /**
  3863.      * Gets the private 'App\Repository\TrainingAsistRepository' shared autowired service.
  3864.      *
  3865.      * @return \App\Repository\TrainingAsistRepository
  3866.      */
  3867.     protected function getTrainingAsistRepositoryService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3874.         include_once \dirname(__DIR__4).'/src/Repository/TrainingAsistRepository.php';
  3875.         return $this->privates['App\\Repository\\TrainingAsistRepository'] = new \App\Repository\TrainingAsistRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3876.     }
  3877.     /**
  3878.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3879.      *
  3880.      * @return \App\Repository\UserRepository
  3881.      */
  3882.     protected function getUserRepositoryService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  3890.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3891.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'App\Repository\YellowCardsRepository' shared autowired service.
  3895.      *
  3896.      * @return \App\Repository\YellowCardsRepository
  3897.      */
  3898.     protected function getYellowCardsRepositoryService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3905.         include_once \dirname(__DIR__4).'/src/Repository/YellowCardsRepository.php';
  3906.         return $this->privates['App\\Repository\\YellowCardsRepository'] = new \App\Repository\YellowCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3907.     }
  3908.     /**
  3909.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  3910.      *
  3911.      * @return \App\Security\LoginFormAuthenticator
  3912.      */
  3913.     protected function getLoginFormAuthenticatorService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3921.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  3922.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  3923.     }
  3924.     /**
  3925.      * Gets the private 'App\Services\Api\CallAndroid' shared autowired service.
  3926.      *
  3927.      * @return \App\Services\Api\CallAndroid
  3928.      */
  3929.     protected function getCallAndroidService()
  3930.     {
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3932.         include_once \dirname(__DIR__4).'/src/Services/Api/CallAndroid.php';
  3933.         $this->privates['App\\Services\\Api\\CallAndroid'] = $instance = new \App\Services\Api\CallAndroid(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  3934.         $instance->setName('app:call-android');
  3935.         return $instance;
  3936.     }
  3937.     /**
  3938.      * Gets the private 'App\Services\Api\CallApple' shared autowired service.
  3939.      *
  3940.      * @return \App\Services\Api\CallApple
  3941.      */
  3942.     protected function getCallAppleService()
  3943.     {
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3945.         include_once \dirname(__DIR__4).'/src/Services/Api/CallApple.php';
  3946.         $this->privates['App\\Services\\Api\\CallApple'] = $instance = new \App\Services\Api\CallApple(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Services\\Api\\CustomerManager'] ?? $this->getCustomerManagerService()));
  3947.         $instance->setName('app:call-apple');
  3948.         return $instance;
  3949.     }
  3950.     /**
  3951.      * Gets the private 'App\Services\Api\CustomerManager' shared autowired service.
  3952.      *
  3953.      * @return \App\Services\Api\CustomerManager
  3954.      */
  3955.     protected function getCustomerManagerService()
  3956.     {
  3957.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  3958.         include_once \dirname(__DIR__4).'/src/Services/Api/CustomerManager.php';
  3959.         return $this->privates['App\\Services\\Api\\CustomerManager'] = new \App\Services\Api\CustomerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $this, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService()), ($this->privates['App\\Services\\TokenManager'] ?? $this->getTokenManagerService()));
  3960.     }
  3961.     /**
  3962.      * Gets the private 'App\Services\Api\PlayerManager' shared autowired service.
  3963.      *
  3964.      * @return \App\Services\Api\PlayerManager
  3965.      */
  3966.     protected function getPlayerManagerService()
  3967.     {
  3968.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  3969.         include_once \dirname(__DIR__4).'/src/Services/Api/PlayerManager.php';
  3970.         return $this->privates['App\\Services\\Api\\PlayerManager'] = new \App\Services\Api\PlayerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3971.     }
  3972.     /**
  3973.      * Gets the private 'App\Services\ConfigManager' shared autowired service.
  3974.      *
  3975.      * @return \App\Services\ConfigManager
  3976.      */
  3977.     protected function getConfigManagerService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/src/Services/ConfigManager.php';
  3980.         return $this->privates['App\\Services\\ConfigManager'] = new \App\Services\ConfigManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3981.     }
  3982.     /**
  3983.      * Gets the private 'App\Services\TokenManager' shared autowired service.
  3984.      *
  3985.      * @return \App\Services\TokenManager
  3986.      */
  3987.     protected function getTokenManagerService()
  3988.     {
  3989.         include_once \dirname(__DIR__4).'/src/Services/TokenManager.php';
  3990.         return $this->privates['App\\Services\\TokenManager'] = new \App\Services\TokenManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
  3991.     }
  3992.     /**
  3993.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3994.      *
  3995.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3996.      */
  3997.     protected function getManagerRegistryAwareConnectionProviderService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4001.         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'));
  4002.     }
  4003.     /**
  4004.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4005.      *
  4006.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4007.      */
  4008.     protected function getRunSqlCommandService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4012.         $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()));
  4013.         $instance->setName('dbal:run-sql');
  4014.         return $instance;
  4015.     }
  4016.     /**
  4017.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  4018.      *
  4019.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  4020.      */
  4021.     protected function getClearInvalidRefreshTokensCommandService()
  4022.     {
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  4025.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  4026.         $instance->setName('gesdinet:jwt:clear');
  4027.         return $instance;
  4028.     }
  4029.     /**
  4030.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  4031.      *
  4032.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  4033.      */
  4034.     protected function getRevokeRefreshTokenCommandService()
  4035.     {
  4036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  4038.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  4039.         $instance->setName('gesdinet:jwt:revoke');
  4040.         return $instance;
  4041.     }
  4042.     /**
  4043.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  4044.      *
  4045.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  4046.      */
  4047.     protected function getCacheWarmer2Service()
  4048.     {
  4049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  4051.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  4052.     }
  4053.     /**
  4054.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  4055.      *
  4056.      * @return \Vich\UploaderBundle\Util\Transliterator
  4057.      */
  4058.     protected function getTransliteratorService()
  4059.     {
  4060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  4063.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es'))));
  4064.     }
  4065.     /**
  4066.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  4067.      *
  4068.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  4069.      */
  4070.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  4071.     {
  4072.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php';
  4076.         return $this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] = new \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator(new \A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getMetadataFactory()), [=> 'id'=> 'locale'=> 'translatable']);
  4077.     }
  4078.     /**
  4079.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  4080.      *
  4081.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  4082.      */
  4083.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  4089.         return $this->privates['a2lix_auto_form.form.type.auto_form_type'] = new \A2lix\AutoFormBundle\Form\Type\AutoFormType(new \A2lix\AutoFormBundle\Form\EventListener\AutoFormListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())));
  4090.     }
  4091.     /**
  4092.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  4093.      *
  4094.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  4095.      */
  4096.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  4097.     {
  4098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  4101.         return $this->privates['a2lix_translation_form.form.type.translated_entity_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4102.     }
  4103.     /**
  4104.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  4105.      *
  4106.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  4107.      */
  4108.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  4109.     {
  4110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  4113.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  4114.         return $this->privates['a2lix_translation_form.form.type.translations_forms_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsFormsListener(), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? $this->getA2lixTranslationForm_Locale_SimpleProviderService()));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  4118.      *
  4119.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  4120.      */
  4121.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  4126.         return $this->privates['a2lix_translation_form.form.type.translations_locales_selector_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType(($this->privates['a2lix_translation_form.locale.simple_provider'] ?? $this->getA2lixTranslationForm_Locale_SimpleProviderService()));
  4127.     }
  4128.     /**
  4129.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  4130.      *
  4131.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  4132.      */
  4133.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  4134.     {
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  4139.         return $this->privates['a2lix_translation_form.form.type.translations_type'] = new \A2lix\TranslationFormBundle\Form\Type\TranslationsType(new \A2lix\TranslationFormBundle\Form\EventListener\TranslationsListener(($this->privates['a2lix_auto_form.form.manipulator.doctrine_orm_manipulator'] ?? $this->getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService())), ($this->privates['a2lix_translation_form.locale.simple_provider'] ?? $this->getA2lixTranslationForm_Locale_SimpleProviderService()));
  4140.     }
  4141.     /**
  4142.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  4143.      *
  4144.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  4145.      */
  4146.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  4147.     {
  4148.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  4150.         return $this->privates['a2lix_translation_form.locale.simple_provider'] = new \A2lix\TranslationFormBundle\Locale\SimpleProvider($this->parameters['a2lix_translation_form.locales'], 'es'$this->parameters['a2lix_translation_form.locales']);
  4151.     }
  4152.     /**
  4153.      * Gets the private 'annotations.cache' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\Cache\DoctrineProvider
  4156.      */
  4157.     protected function getAnnotations_CacheService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  4161.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  4162.     }
  4163.     /**
  4164.      * Gets the private 'annotations.cache_warmer' shared service.
  4165.      *
  4166.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4167.      */
  4168.     protected function getAnnotations_CacheWarmerService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4173.         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);
  4174.     }
  4175.     /**
  4176.      * Gets the private 'annotations.cached_reader' shared service.
  4177.      *
  4178.      * @return \Doctrine\Common\Annotations\CachedReader
  4179.      */
  4180.     protected function getAnnotations_CachedReaderService()
  4181.     {
  4182.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  4183.     }
  4184.     /**
  4185.      * Gets the private 'annotations.reader' shared service.
  4186.      *
  4187.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4188.      */
  4189.     protected function getAnnotations_ReaderService()
  4190.     {
  4191.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4192.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4193.         $a->registerUniqueLoader('class_exists');
  4194.         $instance->addGlobalIgnoredName('required'$a);
  4195.         return $instance;
  4196.     }
  4197.     /**
  4198.      * Gets the private 'app.event.jwt_decoded_listener' shared autowired service.
  4199.      *
  4200.      * @return \App\EventListener\JWTDecodedListener
  4201.      */
  4202.     protected function getApp_Event_JwtDecodedListenerService()
  4203.     {
  4204.         include_once \dirname(__DIR__4).'/src/EventListener/JWTDecodedListener.php';
  4205.         return $this->privates['app.event.jwt_decoded_listener'] = new \App\EventListener\JWTDecodedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\TokenManager'] ?? $this->getTokenManagerService()));
  4206.     }
  4207.     /**
  4208.      * Gets the private 'app.event.jwt_invalid_listener' shared autowired service.
  4209.      *
  4210.      * @return \App\EventListener\JWTInvalidListener
  4211.      */
  4212.     protected function getApp_Event_JwtInvalidListenerService()
  4213.     {
  4214.         include_once \dirname(__DIR__4).'/src/EventListener/JWTInvalidListener.php';
  4215.         return $this->privates['app.event.jwt_invalid_listener'] = new \App\EventListener\JWTInvalidListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\TokenManager'] ?? $this->getTokenManagerService()));
  4216.     }
  4217.     /**
  4218.      * Gets the private 'cache.annotations' shared service.
  4219.      *
  4220.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4221.      */
  4222.     protected function getCache_AnnotationsService()
  4223.     {
  4224.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wV7KqvJ4Lx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4225.     }
  4226.     /**
  4227.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4228.      *
  4229.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4230.      */
  4231.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4232.     {
  4233.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4234.     }
  4235.     /**
  4236.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4237.      *
  4238.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4239.      */
  4240.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4241.     {
  4242.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4243.     }
  4244.     /**
  4245.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4248.      */
  4249.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4250.     {
  4251.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4252.     }
  4253.     /**
  4254.      * Gets the private 'cache.easyadmin' shared service.
  4255.      *
  4256.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4257.      */
  4258.     protected function getCache_EasyadminService()
  4259.     {
  4260.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZJpINeFKxY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4261.     }
  4262.     /**
  4263.      * Gets the private 'cache.property_info' shared service.
  4264.      *
  4265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4266.      */
  4267.     protected function getCache_PropertyInfoService()
  4268.     {
  4269.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a5v5bFIctx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4270.     }
  4271.     /**
  4272.      * Gets the private 'cache.security_expression_language' shared service.
  4273.      *
  4274.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4275.      */
  4276.     protected function getCache_SecurityExpressionLanguageService()
  4277.     {
  4278.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fSlQk4k2Ul'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4279.     }
  4280.     /**
  4281.      * Gets the private 'cache.serializer' shared service.
  4282.      *
  4283.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4284.      */
  4285.     protected function getCache_SerializerService()
  4286.     {
  4287.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kPCugTr0-T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4288.     }
  4289.     /**
  4290.      * Gets the private 'cache.validator' shared service.
  4291.      *
  4292.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4293.      */
  4294.     protected function getCache_ValidatorService()
  4295.     {
  4296.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gEqsxtpV0m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4297.     }
  4298.     /**
  4299.      * Gets the private 'config_cache_factory' shared service.
  4300.      *
  4301.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4302.      */
  4303.     protected function getConfigCacheFactoryService()
  4304.     {
  4305.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4306.             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)));
  4307.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4308.         }, 2));
  4309.     }
  4310.     /**
  4311.      * Gets the private 'console.command.about' shared service.
  4312.      *
  4313.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4314.      */
  4315.     protected function getConsole_Command_AboutService()
  4316.     {
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4319.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4320.         $instance->setName('about');
  4321.         return $instance;
  4322.     }
  4323.     /**
  4324.      * Gets the private 'console.command.assets_install' shared service.
  4325.      *
  4326.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4327.      */
  4328.     protected function getConsole_Command_AssetsInstallService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4333.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  4334.         $instance->setName('assets:install');
  4335.         return $instance;
  4336.     }
  4337.     /**
  4338.      * Gets the private 'console.command.cache_clear' shared service.
  4339.      *
  4340.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4341.      */
  4342.     protected function getConsole_Command_CacheClearService()
  4343.     {
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4347.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4348.         $instance->setName('cache:clear');
  4349.         return $instance;
  4350.     }
  4351.     /**
  4352.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4353.      *
  4354.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4355.      */
  4356.     protected function getConsole_Command_CachePoolClearService()
  4357.     {
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4360.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4361.         $instance->setName('cache:pool:clear');
  4362.         return $instance;
  4363.     }
  4364.     /**
  4365.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4366.      *
  4367.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4368.      */
  4369.     protected function getConsole_Command_CachePoolDeleteService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4373.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4374.         $instance->setName('cache:pool:delete');
  4375.         return $instance;
  4376.     }
  4377.     /**
  4378.      * Gets the private 'console.command.cache_pool_list' shared service.
  4379.      *
  4380.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4381.      */
  4382.     protected function getConsole_Command_CachePoolListService()
  4383.     {
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4386.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.easyadmin']);
  4387.         $instance->setName('cache:pool:list');
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4392.      *
  4393.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4394.      */
  4395.     protected function getConsole_Command_CachePoolPruneService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4399.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4400.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4401.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4402.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4403.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4404.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4405.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4406.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  4407.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4408.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4409.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4410.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  4411.         }, 11));
  4412.         $instance->setName('cache:pool:prune');
  4413.         return $instance;
  4414.     }
  4415.     /**
  4416.      * Gets the private 'console.command.cache_warmup' shared service.
  4417.      *
  4418.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4419.      */
  4420.     protected function getConsole_Command_CacheWarmupService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4424.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4425.         $instance->setName('cache:warmup');
  4426.         return $instance;
  4427.     }
  4428.     /**
  4429.      * Gets the private 'console.command.config_debug' shared service.
  4430.      *
  4431.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4432.      */
  4433.     protected function getConsole_Command_ConfigDebugService()
  4434.     {
  4435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4439.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4440.         $instance->setName('debug:config');
  4441.         return $instance;
  4442.     }
  4443.     /**
  4444.      * Gets the private 'console.command.config_dump_reference' shared service.
  4445.      *
  4446.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4447.      */
  4448.     protected function getConsole_Command_ConfigDumpReferenceService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4454.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4455.         $instance->setName('config:dump-reference');
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the private 'console.command.container_debug' shared service.
  4460.      *
  4461.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4462.      */
  4463.     protected function getConsole_Command_ContainerDebugService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4467.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4468.         $instance->setName('debug:container');
  4469.         return $instance;
  4470.     }
  4471.     /**
  4472.      * Gets the private 'console.command.container_lint' shared service.
  4473.      *
  4474.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4475.      */
  4476.     protected function getConsole_Command_ContainerLintService()
  4477.     {
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4480.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4481.         $instance->setName('lint:container');
  4482.         return $instance;
  4483.     }
  4484.     /**
  4485.      * Gets the private 'console.command.debug_autowiring' shared service.
  4486.      *
  4487.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4488.      */
  4489.     protected function getConsole_Command_DebugAutowiringService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4494.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4495.         $instance->setName('debug:autowiring');
  4496.         return $instance;
  4497.     }
  4498.     /**
  4499.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4500.      *
  4501.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4502.      */
  4503.     protected function getConsole_Command_EventDispatcherDebugService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4507.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4508.         $instance->setName('debug:event-dispatcher');
  4509.         return $instance;
  4510.     }
  4511.     /**
  4512.      * Gets the private 'console.command.form_debug' shared service.
  4513.      *
  4514.      * @return \Symfony\Component\Form\Command\DebugCommand
  4515.      */
  4516.     protected function getConsole_Command_FormDebugService()
  4517.     {
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4520.         $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\\Filter'=> 'App\\Form\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'=> 'Vich\\UploaderBundle\\Form\\Type'=> 'A2lix\\AutoFormBundle\\Form\\Type'=> 'A2lix\\TranslationFormBundle\\Form\\Type'], [=> 'App\\Form\\Filter\\DificultyFilterType'=> 'App\\Form\\Filter\\IntensityFilterType'=> 'App\\Form\\Type\\DificultyType'=> 'App\\Form\\Type\\ExpiredAtType'=> 'App\\Form\\Type\\IntensityType'=> 'App\\Form\\Type\\NotificationType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'11 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'12 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'13 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'14 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'15 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'16 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'17 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'18 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'19 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'20 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType'21 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType'22 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType'23 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType'24 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EasyAdminExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'=> 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Guesser\\MissingDoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4521.         $instance->setName('debug:form');
  4522.         return $instance;
  4523.     }
  4524.     /**
  4525.      * Gets the private 'console.command.router_debug' shared service.
  4526.      *
  4527.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4528.      */
  4529.     protected function getConsole_Command_RouterDebugService()
  4530.     {
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4533.         $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()));
  4534.         $instance->setName('debug:router');
  4535.         return $instance;
  4536.     }
  4537.     /**
  4538.      * Gets the private 'console.command.router_match' shared service.
  4539.      *
  4540.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4541.      */
  4542.     protected function getConsole_Command_RouterMatchService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4546.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  4547.         $instance->setName('router:match');
  4548.         return $instance;
  4549.     }
  4550.     /**
  4551.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4552.      *
  4553.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4554.      */
  4555.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4563.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4564.         $instance->setName('secrets:decrypt-to-local');
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4569.      *
  4570.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4571.      */
  4572.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4580.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4581.         $instance->setName('secrets:encrypt-from-local');
  4582.         return $instance;
  4583.     }
  4584.     /**
  4585.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4586.      *
  4587.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4588.      */
  4589.     protected function getConsole_Command_SecretsGenerateKeyService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4594.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4597.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4598.         $instance->setName('secrets:generate-keys');
  4599.         return $instance;
  4600.     }
  4601.     /**
  4602.      * Gets the private 'console.command.secrets_list' shared service.
  4603.      *
  4604.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4605.      */
  4606.     protected function getConsole_Command_SecretsListService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4614.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4615.         $instance->setName('secrets:list');
  4616.         return $instance;
  4617.     }
  4618.     /**
  4619.      * Gets the private 'console.command.secrets_remove' shared service.
  4620.      *
  4621.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4622.      */
  4623.     protected function getConsole_Command_SecretsRemoveService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4631.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4632.         $instance->setName('secrets:remove');
  4633.         return $instance;
  4634.     }
  4635.     /**
  4636.      * Gets the private 'console.command.secrets_set' shared service.
  4637.      *
  4638.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4639.      */
  4640.     protected function getConsole_Command_SecretsSetService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4648.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4649.         $instance->setName('secrets:set');
  4650.         return $instance;
  4651.     }
  4652.     /**
  4653.      * Gets the private 'console.command.translation_debug' shared service.
  4654.      *
  4655.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4656.      */
  4657.     protected function getConsole_Command_TranslationDebugService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4661.         $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/Services/Api/CalendarManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ExerciseManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ExerciseUserManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/GameManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/NotificationManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CustomerManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/PlayerManager.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php')]);
  4662.         $instance->setName('debug:translation');
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the private 'console.command.translation_update' shared service.
  4667.      *
  4668.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4669.      */
  4670.     protected function getConsole_Command_TranslationUpdateService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4688.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4689.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4690.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4691.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4692.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4693.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4694.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4695.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4696.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4697.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4698.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4699.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4700.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'es', (\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/Services/Api/CalendarManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ExerciseManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ExerciseUserManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/GameManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/NotificationManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CustomerManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/PlayerManager.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php')]);
  4701.         $instance->setName('translation:update');
  4702.         return $instance;
  4703.     }
  4704.     /**
  4705.      * Gets the private 'console.command.xliff_lint' shared service.
  4706.      *
  4707.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4708.      */
  4709.     protected function getConsole_Command_XliffLintService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4714.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4715.         $instance->setName('lint:xliff');
  4716.         return $instance;
  4717.     }
  4718.     /**
  4719.      * Gets the private 'console.command.yaml_lint' shared service.
  4720.      *
  4721.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4722.      */
  4723.     protected function getConsole_Command_YamlLintService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4728.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4729.         $instance->setName('lint:yaml');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'console.error_listener' shared service.
  4734.      *
  4735.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4736.      */
  4737.     protected function getConsole_ErrorListenerService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4740.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4741.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4742.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4744.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4745.     }
  4746.     /**
  4747.      * Gets the private 'container.env_var_processor' shared service.
  4748.      *
  4749.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4750.      */
  4751.     protected function getContainer_EnvVarProcessorService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4755.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4756.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  4757.         }, 1));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'data_collector.form' shared service.
  4761.      *
  4762.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4763.      */
  4764.     protected function getDataCollector_FormService()
  4765.     {
  4766.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4767.     }
  4768.     /**
  4769.      * Gets the private 'debug.argument_resolver.default' shared service.
  4770.      *
  4771.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4772.      */
  4773.     protected function getDebug_ArgumentResolver_DefaultService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4778.         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))));
  4779.     }
  4780.     /**
  4781.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4782.      *
  4783.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4784.      */
  4785.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4790.         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.ACfeRH1'] ?? $this->get_ServiceLocator_ACfeRH1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'debug.argument_resolver.request' shared service.
  4794.      *
  4795.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4796.      */
  4797.     protected function getDebug_ArgumentResolver_RequestService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4802.         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))));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4806.      *
  4807.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4808.      */
  4809.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4814.         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))));
  4815.     }
  4816.     /**
  4817.      * Gets the private 'debug.argument_resolver.service' shared service.
  4818.      *
  4819.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4820.      */
  4821.     protected function getDebug_ArgumentResolver_ServiceService()
  4822.     {
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4826.         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.ACfeRH1'] ?? $this->get_ServiceLocator_ACfeRH1Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4827.     }
  4828.     /**
  4829.      * Gets the private 'debug.argument_resolver.session' shared service.
  4830.      *
  4831.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4832.      */
  4833.     protected function getDebug_ArgumentResolver_SessionService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4838.         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))));
  4839.     }
  4840.     /**
  4841.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4842.      *
  4843.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4844.      */
  4845.     protected function getDebug_ArgumentResolver_VariadicService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4850.         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))));
  4851.     }
  4852.     /**
  4853.      * Gets the private 'debug.controller_resolver' shared service.
  4854.      *
  4855.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  4856.      */
  4857.     protected function getDebug_ControllerResolverService()
  4858.     {
  4859.         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))));
  4860.     }
  4861.     /**
  4862.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4863.      *
  4864.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4865.      */
  4866.     protected function getDebug_DebugHandlersListenerService()
  4867.     {
  4868.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4869.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4870.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4871.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4872.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4873.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  4874.     }
  4875.     /**
  4876.      * Gets the private 'debug.dump_listener' shared service.
  4877.      *
  4878.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4879.      */
  4880.     protected function getDebug_DumpListenerService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4884.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  4885.     }
  4886.     /**
  4887.      * Gets the private 'debug.file_link_formatter' shared service.
  4888.      *
  4889.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4890.      */
  4891.     protected function getDebug_FileLinkFormatterService()
  4892.     {
  4893.         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 () {
  4894.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4895.         });
  4896.     }
  4897.     /**
  4898.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4899.      *
  4900.      * @return \string
  4901.      */
  4902.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4903.     {
  4904.         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');
  4905.     }
  4906.     /**
  4907.      * Gets the private 'debug.log_processor' shared service.
  4908.      *
  4909.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4910.      */
  4911.     protected function getDebug_LogProcessorService()
  4912.     {
  4913.         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())));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4917.      *
  4918.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4919.      */
  4920.     protected function getDebug_Security_Access_DecisionManagerService()
  4921.     {
  4922.         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 () {
  4923.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4924.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  4925.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4926.         }, 3), 'affirmative'falsetrue));
  4927.     }
  4928.     /**
  4929.      * Gets the private 'debug.security.firewall' shared service.
  4930.      *
  4931.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4932.      */
  4933.     protected function getDebug_Security_FirewallService()
  4934.     {
  4935.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  4936.     }
  4937.     /**
  4938.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4939.      *
  4940.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4941.      */
  4942.     protected function getDebug_Security_UserValueResolverService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4947.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4948.     }
  4949.     /**
  4950.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4951.      *
  4952.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4953.      */
  4954.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4955.     {
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4959.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4963.      *
  4964.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4965.      */
  4966.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4971.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  4975.      *
  4976.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4977.      */
  4978.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  4984.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4985.     }
  4986.     /**
  4987.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4988.      *
  4989.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4990.      */
  4991.     protected function getDebug_Security_Voter_VoteListenerService()
  4992.     {
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4994.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  4995.     }
  4996.     /**
  4997.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4998.      *
  4999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5000.      */
  5001.     protected function getDoctrine_CacheClearMetadataCommandService()
  5002.     {
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5006.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5007.         $instance->setName('doctrine:cache:clear-metadata');
  5008.         return $instance;
  5009.     }
  5010.     /**
  5011.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5012.      *
  5013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5014.      */
  5015.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5016.     {
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5020.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5021.         $instance->setName('doctrine:cache:clear-query');
  5022.         return $instance;
  5023.     }
  5024.     /**
  5025.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5026.      *
  5027.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5028.      */
  5029.     protected function getDoctrine_CacheClearResultCommandService()
  5030.     {
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5034.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5035.         $instance->setName('doctrine:cache:clear-result');
  5036.         return $instance;
  5037.     }
  5038.     /**
  5039.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5040.      *
  5041.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5042.      */
  5043.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5044.     {
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5048.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5049.         $instance->setName('doctrine:cache:clear-collection-region');
  5050.         return $instance;
  5051.     }
  5052.     /**
  5053.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5054.      *
  5055.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5056.      */
  5057.     protected function getDoctrine_ClearEntityRegionCommandService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5062.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5063.         $instance->setName('doctrine:cache:clear-entity-region');
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5068.      *
  5069.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5070.      */
  5071.     protected function getDoctrine_ClearQueryRegionCommandService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5076.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5077.         $instance->setName('doctrine:cache:clear-query-region');
  5078.         return $instance;
  5079.     }
  5080.     /**
  5081.      * Gets the private 'doctrine.database_create_command' shared service.
  5082.      *
  5083.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5084.      */
  5085.     protected function getDoctrine_DatabaseCreateCommandService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5090.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5091.         $instance->setName('doctrine:database:create');
  5092.         return $instance;
  5093.     }
  5094.     /**
  5095.      * Gets the private 'doctrine.database_drop_command' shared service.
  5096.      *
  5097.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5098.      */
  5099.     protected function getDoctrine_DatabaseDropCommandService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5104.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5105.         $instance->setName('doctrine:database:drop');
  5106.         return $instance;
  5107.     }
  5108.     /**
  5109.      * Gets the private 'doctrine.database_import_command' shared service.
  5110.      *
  5111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5112.      */
  5113.     protected function getDoctrine_DatabaseImportCommandService()
  5114.     {
  5115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5118.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5119.         $instance->setName('doctrine:database:import');
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5124.      *
  5125.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5126.      */
  5127.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5132.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5133.         $instance->setName('doctrine:ensure-production-settings');
  5134.         return $instance;
  5135.     }
  5136.     /**
  5137.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5138.      *
  5139.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5140.      */
  5141.     protected function getDoctrine_MappingConvertCommandService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5146.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5147.         $instance->setName('doctrine:mapping:convert');
  5148.         return $instance;
  5149.     }
  5150.     /**
  5151.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5152.      *
  5153.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5154.      */
  5155.     protected function getDoctrine_MappingImportCommandService()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5160.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5161.         $instance->setName('doctrine:mapping:import');
  5162.         return $instance;
  5163.     }
  5164.     /**
  5165.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5166.      *
  5167.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5168.      */
  5169.     protected function getDoctrine_MappingInfoCommandService()
  5170.     {
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5174.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  5175.         $instance->setName('doctrine:mapping:info');
  5176.         return $instance;
  5177.     }
  5178.     /**
  5179.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  5180.      *
  5181.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  5182.      */
  5183.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  5187.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  5188.     }
  5189.     /**
  5190.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5191.      *
  5192.      * @return \Doctrine\Migrations\DependencyFactory
  5193.      */
  5194.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5195.     {
  5196.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  5204.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5205.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  5206.         $a->setAllOrNothing(false);
  5207.         $a->setCheckDatabasePlatform(true);
  5208.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5209.         $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()));
  5210.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  5211.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  5212.         });
  5213.         return $instance;
  5214.     }
  5215.     /**
  5216.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5217.      *
  5218.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5219.      */
  5220.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5221.     {
  5222.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);
  5223.     }
  5224.     /**
  5225.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5226.      *
  5227.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5228.      */
  5229.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5230.     {
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5232.         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()));
  5233.     }
  5234.     /**
  5235.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5236.      *
  5237.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5238.      */
  5239.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5240.     {
  5241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5242.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5243.     }
  5244.     /**
  5245.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5246.      *
  5247.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5248.      */
  5249.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5253.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5254.     }
  5255.     /**
  5256.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5257.      *
  5258.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5259.      */
  5260.     protected function getDoctrine_Orm_Validator_UniqueService()
  5261.     {
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5265.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5266.     }
  5267.     /**
  5268.      * Gets the private 'doctrine.query_dql_command' shared service.
  5269.      *
  5270.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5271.      */
  5272.     protected function getDoctrine_QueryDqlCommandService()
  5273.     {
  5274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5277.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5278.         $instance->setName('doctrine:query:dql');
  5279.         return $instance;
  5280.     }
  5281.     /**
  5282.      * Gets the private 'doctrine.query_sql_command' shared service.
  5283.      *
  5284.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5285.      */
  5286.     protected function getDoctrine_QuerySqlCommandService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5291.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5292.         $instance->setName('doctrine:query:sql');
  5293.         return $instance;
  5294.     }
  5295.     /**
  5296.      * Gets the private 'doctrine.schema_create_command' shared service.
  5297.      *
  5298.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5299.      */
  5300.     protected function getDoctrine_SchemaCreateCommandService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5306.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5307.         $instance->setName('doctrine:schema:create');
  5308.         return $instance;
  5309.     }
  5310.     /**
  5311.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5312.      *
  5313.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5314.      */
  5315.     protected function getDoctrine_SchemaDropCommandService()
  5316.     {
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5321.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5322.         $instance->setName('doctrine:schema:drop');
  5323.         return $instance;
  5324.     }
  5325.     /**
  5326.      * Gets the private 'doctrine.schema_update_command' shared service.
  5327.      *
  5328.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5329.      */
  5330.     protected function getDoctrine_SchemaUpdateCommandService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5336.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5337.         $instance->setName('doctrine:schema:update');
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5342.      *
  5343.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5344.      */
  5345.     protected function getDoctrine_SchemaValidateCommandService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5350.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  5351.         $instance->setName('doctrine:schema:validate');
  5352.         return $instance;
  5353.     }
  5354.     /**
  5355.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5356.      *
  5357.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5358.      */
  5359.     protected function getDoctrineMigrations_CurrentCommandService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5364.         $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');
  5365.         $instance->setName('doctrine:migrations:current');
  5366.         return $instance;
  5367.     }
  5368.     /**
  5369.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5370.      *
  5371.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5372.      */
  5373.     protected function getDoctrineMigrations_DiffCommandService()
  5374.     {
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5378.         $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');
  5379.         $instance->setName('doctrine:migrations:diff');
  5380.         return $instance;
  5381.     }
  5382.     /**
  5383.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5384.      *
  5385.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5386.      */
  5387.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5388.     {
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5392.         $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');
  5393.         $instance->setName('doctrine:migrations:dump-schema');
  5394.         return $instance;
  5395.     }
  5396.     /**
  5397.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5398.      *
  5399.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5400.      */
  5401.     protected function getDoctrineMigrations_ExecuteCommandService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5406.         $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');
  5407.         $instance->setName('doctrine:migrations:execute');
  5408.         return $instance;
  5409.     }
  5410.     /**
  5411.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5412.      *
  5413.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5414.      */
  5415.     protected function getDoctrineMigrations_GenerateCommandService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5420.         $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');
  5421.         $instance->setName('doctrine:migrations:generate');
  5422.         return $instance;
  5423.     }
  5424.     /**
  5425.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5426.      *
  5427.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  5428.      */
  5429.     protected function getDoctrineMigrations_LatestCommandService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5434.         $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');
  5435.         $instance->setName('doctrine:migrations:latest');
  5436.         return $instance;
  5437.     }
  5438.     /**
  5439.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5440.      *
  5441.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  5442.      */
  5443.     protected function getDoctrineMigrations_MigrateCommandService()
  5444.     {
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5448.         $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');
  5449.         $instance->setName('doctrine:migrations:migrate');
  5450.         return $instance;
  5451.     }
  5452.     /**
  5453.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5454.      *
  5455.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  5456.      */
  5457.     protected function getDoctrineMigrations_RollupCommandService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5462.         $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');
  5463.         $instance->setName('doctrine:migrations:rollup');
  5464.         return $instance;
  5465.     }
  5466.     /**
  5467.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5468.      *
  5469.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  5470.      */
  5471.     protected function getDoctrineMigrations_StatusCommandService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5476.         $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');
  5477.         $instance->setName('doctrine:migrations:status');
  5478.         return $instance;
  5479.     }
  5480.     /**
  5481.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  5482.      *
  5483.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  5484.      */
  5485.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  5490.         $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');
  5491.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  5492.         return $instance;
  5493.     }
  5494.     /**
  5495.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5496.      *
  5497.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  5498.      */
  5499.     protected function getDoctrineMigrations_UpToDateCommandService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5504.         $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');
  5505.         $instance->setName('doctrine:migrations:up-to-date');
  5506.         return $instance;
  5507.     }
  5508.     /**
  5509.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5510.      *
  5511.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  5512.      */
  5513.     protected function getDoctrineMigrations_VersionCommandService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5518.         $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');
  5519.         $instance->setName('doctrine:migrations:version');
  5520.         return $instance;
  5521.     }
  5522.     /**
  5523.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  5524.      *
  5525.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  5526.      */
  5527.     protected function getDoctrineMigrations_VersionsCommandService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  5532.         $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');
  5533.         $instance->setName('doctrine:migrations:list');
  5534.         return $instance;
  5535.     }
  5536.     /**
  5537.      * Gets the private 'easyadmin.filter.type.array' shared service.
  5538.      *
  5539.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  5540.      */
  5541.     protected function getEasyadmin_Filter_Type_ArrayService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  5549.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  5550.     }
  5551.     /**
  5552.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  5553.      *
  5554.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  5555.      */
  5556.     protected function getEasyadmin_Filter_Type_BooleanService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  5564.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  5565.     }
  5566.     /**
  5567.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  5568.      *
  5569.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  5570.      */
  5571.     protected function getEasyadmin_Filter_Type_ChoiceService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  5579.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  5580.     }
  5581.     /**
  5582.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  5583.      *
  5584.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  5585.      */
  5586.     protected function getEasyadmin_Filter_Type_ComparisonService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  5594.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  5595.     }
  5596.     /**
  5597.      * Gets the private 'easyadmin.filter.type.date' shared service.
  5598.      *
  5599.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  5600.      */
  5601.     protected function getEasyadmin_Filter_Type_DateService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  5609.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  5610.     }
  5611.     /**
  5612.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  5613.      *
  5614.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  5615.      */
  5616.     protected function getEasyadmin_Filter_Type_DateintervalService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  5624.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  5625.     }
  5626.     /**
  5627.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  5628.      *
  5629.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  5630.      */
  5631.     protected function getEasyadmin_Filter_Type_DatetimeService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  5639.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  5640.     }
  5641.     /**
  5642.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  5643.      *
  5644.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  5645.      */
  5646.     protected function getEasyadmin_Filter_Type_DecimalService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  5654.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  5655.     }
  5656.     /**
  5657.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  5658.      *
  5659.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  5660.      */
  5661.     protected function getEasyadmin_Filter_Type_EntityService()
  5662.     {
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  5669.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  5670.     }
  5671.     /**
  5672.      * Gets the private 'easyadmin.filter.type.float' shared service.
  5673.      *
  5674.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  5675.      */
  5676.     protected function getEasyadmin_Filter_Type_FloatService()
  5677.     {
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  5684.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  5685.     }
  5686.     /**
  5687.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  5688.      *
  5689.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  5690.      */
  5691.     protected function getEasyadmin_Filter_Type_IntegerService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  5699.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  5700.     }
  5701.     /**
  5702.      * Gets the private 'easyadmin.filter.type.text' shared service.
  5703.      *
  5704.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  5705.      */
  5706.     protected function getEasyadmin_Filter_Type_TextService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  5711.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  5712.     }
  5713.     /**
  5714.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  5715.      *
  5716.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  5717.      */
  5718.     protected function getEasyadmin_Filter_Type_TextareaService()
  5719.     {
  5720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  5723.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  5724.     }
  5725.     /**
  5726.      * Gets the private 'easyadmin.filter.type.time' shared service.
  5727.      *
  5728.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  5729.      */
  5730.     protected function getEasyadmin_Filter_Type_TimeService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  5738.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  5739.     }
  5740.     /**
  5741.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  5742.      *
  5743.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  5744.      */
  5745.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  5750.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5751.     }
  5752.     /**
  5753.      * Gets the private 'easyadmin.form.type' shared service.
  5754.      *
  5755.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  5756.      */
  5757.     protected function getEasyadmin_Form_TypeService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  5772.         return $this->privates['easyadmin.form.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))], ($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()));
  5773.     }
  5774.     /**
  5775.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  5776.      *
  5777.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  5778.      */
  5779.     protected function getEasyadmin_Form_Type_AutocompleteService()
  5780.     {
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  5785.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  5786.     }
  5787.     /**
  5788.      * Gets the private 'easyadmin.form.type.batch' shared service.
  5789.      *
  5790.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  5791.      */
  5792.     protected function getEasyadmin_Form_Type_BatchService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  5797.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  5798.     }
  5799.     /**
  5800.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  5801.      *
  5802.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  5803.      */
  5804.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  5808.         return $this->privates['easyadmin.form.type.configurator.type'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  5809.     }
  5810.     /**
  5811.      * Gets the private 'easyadmin.form.type.divider' shared service.
  5812.      *
  5813.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  5814.      */
  5815.     protected function getEasyadmin_Form_Type_DividerService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  5820.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  5821.     }
  5822.     /**
  5823.      * Gets the private 'easyadmin.form.type.extension' shared service.
  5824.      *
  5825.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  5826.      */
  5827.     protected function getEasyadmin_Form_Type_ExtensionService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  5832.         return $this->privates['easyadmin.form.type.extension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5833.     }
  5834.     /**
  5835.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  5836.      *
  5837.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  5838.      */
  5839.     protected function getEasyadmin_Form_Type_FileuploadService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  5845.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  5846.     }
  5847.     /**
  5848.      * Gets the private 'easyadmin.form.type.filters' shared service.
  5849.      *
  5850.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  5851.      */
  5852.     protected function getEasyadmin_Form_Type_FiltersService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  5867.         return $this->privates['easyadmin.form.type.filters'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()), [=> ($this->privates['easyadmin.form.type.configurator.code_editor'] ?? ($this->privates['easyadmin.form.type.configurator.code_editor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CodeEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.textarea'] ?? ($this->privates['easyadmin.form.type.configurator.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TextareaTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.autocomplete'] ?? ($this->privates['easyadmin.form.type.configurator.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\AutocompleteTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.collection'] ?? ($this->privates['easyadmin.form.type.configurator.collection'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CollectionTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.checkbox'] ?? ($this->privates['easyadmin.form.type.configurator.checkbox'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\CheckboxTypeConfigurator())), => ($this->privates['easyadmin.filter.type.configurator.choice'] ?? ($this->privates['easyadmin.filter.type.configurator.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\Configurator\ChoiceFilterTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.type'] ?? $this->getEasyadmin_Form_Type_Configurator_TypeService()), => ($this->privates['easyadmin.form.type.configurator.entity'] ?? ($this->privates['easyadmin.form.type.configurator.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\EntityTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.ivory_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\IvoryCKEditorTypeConfigurator())), => ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] ?? ($this->privates['easyadmin.form.type.configurator.fos_ckeditor'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\FOSCKEditorTypeConfigurator()))]);
  5868.     }
  5869.     /**
  5870.      * Gets the private 'easyadmin.form.type.group' shared service.
  5871.      *
  5872.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  5873.      */
  5874.     protected function getEasyadmin_Form_Type_GroupService()
  5875.     {
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  5879.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  5880.     }
  5881.     /**
  5882.      * Gets the private 'easyadmin.form.type.section' shared service.
  5883.      *
  5884.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  5885.      */
  5886.     protected function getEasyadmin_Form_Type_SectionService()
  5887.     {
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  5891.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  5892.     }
  5893.     /**
  5894.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5895.      *
  5896.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5897.      */
  5898.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5899.     {
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5902.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5903.         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()));
  5904.     }
  5905.     /**
  5906.      * Gets the private 'exception_listener' shared service.
  5907.      *
  5908.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5909.      */
  5910.     protected function getExceptionListenerService()
  5911.     {
  5912.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  5913.     }
  5914.     /**
  5915.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5916.      *
  5917.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5918.      */
  5919.     protected function getForm_ChoiceListFactory_CachedService()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5925.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService())));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'form.registry' shared service.
  5929.      *
  5930.      * @return \Symfony\Component\Form\FormRegistry
  5931.      */
  5932.     protected function getForm_RegistryService()
  5933.     {
  5934.         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, [
  5935.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  5936.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  5937.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  5938.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  5939.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  5940.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  5941.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  5942.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  5943.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  5944.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  5945.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  5946.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  5947.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  5948.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  5949.         ], [
  5950.             'easyadmin.filter.type.array' => '?',
  5951.             'easyadmin.filter.type.boolean' => '?',
  5952.             'easyadmin.filter.type.choice' => '?',
  5953.             'easyadmin.filter.type.comparison' => '?',
  5954.             'easyadmin.filter.type.date' => '?',
  5955.             'easyadmin.filter.type.dateinterval' => '?',
  5956.             'easyadmin.filter.type.datetime' => '?',
  5957.             'easyadmin.filter.type.decimal' => '?',
  5958.             'easyadmin.filter.type.entity' => '?',
  5959.             'easyadmin.filter.type.float' => '?',
  5960.             'easyadmin.filter.type.integer' => '?',
  5961.             'easyadmin.filter.type.text' => '?',
  5962.             'easyadmin.filter.type.textarea' => '?',
  5963.             'easyadmin.filter.type.time' => '?',
  5964.         ]), [], new RewindableGenerator(function () {
  5965.             return new \EmptyIterator();
  5966.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5967.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  5968.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  5969.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  5970.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  5971.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  5972.             'App\\Form\\Filter\\DificultyFilterType' => ['privates''App\\Form\\Filter\\DificultyFilterType''getDificultyFilterTypeService'false],
  5973.             'App\\Form\\Filter\\IntensityFilterType' => ['privates''App\\Form\\Filter\\IntensityFilterType''getIntensityFilterTypeService'false],
  5974.             'App\\Form\\Type\\DificultyType' => ['privates''App\\Form\\Type\\DificultyType''getDificultyTypeService'false],
  5975.             'App\\Form\\Type\\ExpiredAtType' => ['privates''App\\Form\\Type\\ExpiredAtType''getExpiredAtTypeService'false],
  5976.             'App\\Form\\Type\\IntensityType' => ['privates''App\\Form\\Type\\IntensityType''getIntensityTypeService'false],
  5977.             'App\\Form\\Type\\NotificationType' => ['privates''App\\Form\\Type\\NotificationType''getNotificationTypeService'false],
  5978.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  5979.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  5980.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  5981.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  5982.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  5983.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  5984.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  5985.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  5986.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5987.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5988.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5989.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5990.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  5991.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  5992.         ], [
  5993.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  5994.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  5995.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  5996.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  5997.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  5998.             'App\\Form\\Filter\\DificultyFilterType' => '?',
  5999.             'App\\Form\\Filter\\IntensityFilterType' => '?',
  6000.             'App\\Form\\Type\\DificultyType' => '?',
  6001.             'App\\Form\\Type\\ExpiredAtType' => '?',
  6002.             'App\\Form\\Type\\IntensityType' => '?',
  6003.             'App\\Form\\Type\\NotificationType' => '?',
  6004.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  6005.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  6006.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  6007.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  6008.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  6009.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  6010.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  6011.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  6012.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6013.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6014.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6015.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6016.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  6017.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  6018.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6019.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6020.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6021.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6022.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6023.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6024.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6025.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  6026.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6027.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6028.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6029.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6030.         }, 1)], new RewindableGenerator(function () {
  6031.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6032.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6033.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  6034.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6035.     }
  6036.     /**
  6037.      * Gets the private 'form.server_params' shared service.
  6038.      *
  6039.      * @return \Symfony\Component\Form\Util\ServerParams
  6040.      */
  6041.     protected function getForm_ServerParamsService()
  6042.     {
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6044.         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())));
  6045.     }
  6046.     /**
  6047.      * Gets the private 'form.type.choice' shared service.
  6048.      *
  6049.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6050.      */
  6051.     protected function getForm_Type_ChoiceService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6056.         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()));
  6057.     }
  6058.     /**
  6059.      * Gets the private 'form.type.entity' shared service.
  6060.      *
  6061.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6062.      */
  6063.     protected function getForm_Type_EntityService()
  6064.     {
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6069.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6070.     }
  6071.     /**
  6072.      * Gets the private 'form.type.form' shared service.
  6073.      *
  6074.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6075.      */
  6076.     protected function getForm_Type_FormService()
  6077.     {
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6082.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  6083.     }
  6084.     /**
  6085.      * Gets the private 'form.type_extension.csrf' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6088.      */
  6089.     protected function getForm_TypeExtension_CsrfService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6094.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6095.     }
  6096.     /**
  6097.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6100.      */
  6101.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6106.         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()));
  6107.     }
  6108.     /**
  6109.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6110.      *
  6111.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6112.      */
  6113.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6120.         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())));
  6121.     }
  6122.     /**
  6123.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6124.      *
  6125.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6126.      */
  6127.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6132.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6133.     }
  6134.     /**
  6135.      * Gets the private 'form.type_extension.form.validator' shared service.
  6136.      *
  6137.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6138.      */
  6139.     protected function getForm_TypeExtension_Form_ValidatorService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6145.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6146.     }
  6147.     /**
  6148.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6149.      *
  6150.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6151.      */
  6152.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6157.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6158.     }
  6159.     /**
  6160.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6161.      *
  6162.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6163.      */
  6164.     protected function getForm_TypeGuesser_DoctrineService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6168.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6169.     }
  6170.     /**
  6171.      * Gets the private 'form.type_guesser.validator' shared service.
  6172.      *
  6173.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6174.      */
  6175.     protected function getForm_TypeGuesser_ValidatorService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6179.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6180.     }
  6181.     /**
  6182.      * Gets the private 'fragment.renderer.inline' shared service.
  6183.      *
  6184.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6185.      */
  6186.     protected function getFragment_Renderer_InlineService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6191.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6192.         $instance->setFragmentPath('/_fragment');
  6193.         return $instance;
  6194.     }
  6195.     /**
  6196.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6197.      *
  6198.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6199.      */
  6200.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6201.     {
  6202.         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())));
  6203.     }
  6204.     /**
  6205.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6206.      *
  6207.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6208.      */
  6209.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6210.     {
  6211.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6212.     }
  6213.     /**
  6214.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  6215.      *
  6216.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  6217.      */
  6218.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  6221.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000, ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'email''refresh_token'false);
  6222.     }
  6223.     /**
  6224.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  6225.      *
  6226.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  6227.      */
  6228.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  6229.     {
  6230.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  6233.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]);
  6234.     }
  6235.     /**
  6236.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  6237.      *
  6238.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  6239.      */
  6240.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  6241.     {
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  6244.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6245.     }
  6246.     /**
  6247.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  6248.      *
  6249.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  6250.      */
  6251.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  6252.     {
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  6255.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  6256.     }
  6257.     /**
  6258.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  6259.      *
  6260.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  6261.      */
  6262.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  6268.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  6269.     }
  6270.     /**
  6271.      * Gets the private 'locale_aware_listener' shared service.
  6272.      *
  6273.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6274.      */
  6275.     protected function getLocaleAwareListenerService()
  6276.     {
  6277.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6278.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  6279.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6280.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6281.     }
  6282.     /**
  6283.      * Gets the private 'locale_listener' shared service.
  6284.      *
  6285.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6286.      */
  6287.     protected function getLocaleListenerService()
  6288.     {
  6289.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()));
  6290.     }
  6291.     /**
  6292.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6293.      *
  6294.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6295.      */
  6296.     protected function getMaker_AutoCommand_MakeAuthService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6304.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6305.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6306.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  6307.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6308.         $instance->setName('make:auth');
  6309.         return $instance;
  6310.     }
  6311.     /**
  6312.      * Gets the private 'maker.auto_command.make_command' shared service.
  6313.      *
  6314.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6315.      */
  6316.     protected function getMaker_AutoCommand_MakeCommandService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6323.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6324.         $instance->setDescription('Creates a new console command class');
  6325.         $instance->setName('make:command');
  6326.         return $instance;
  6327.     }
  6328.     /**
  6329.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6330.      *
  6331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6332.      */
  6333.     protected function getMaker_AutoCommand_MakeControllerService()
  6334.     {
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6340.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6341.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6342.         $instance->setDescription('Creates a new controller class');
  6343.         $instance->setName('make:controller');
  6344.         return $instance;
  6345.     }
  6346.     /**
  6347.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6348.      *
  6349.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6350.      */
  6351.     protected function getMaker_AutoCommand_MakeCrudService()
  6352.     {
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6358.         $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()));
  6359.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6360.         $instance->setName('make:crud');
  6361.         return $instance;
  6362.     }
  6363.     /**
  6364.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6365.      *
  6366.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6367.      */
  6368.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6375.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6376.         $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()));
  6377.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6378.         $instance->setName('make:docker:database');
  6379.         return $instance;
  6380.     }
  6381.     /**
  6382.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6383.      *
  6384.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6385.      */
  6386.     protected function getMaker_AutoCommand_MakeEntityService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6394.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6395.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6396.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  6397.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6398.         $instance->setName('make:entity');
  6399.         return $instance;
  6400.     }
  6401.     /**
  6402.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6403.      *
  6404.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6405.      */
  6406.     protected function getMaker_AutoCommand_MakeFixturesService()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6413.         $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()));
  6414.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6415.         $instance->setName('make:fixtures');
  6416.         return $instance;
  6417.     }
  6418.     /**
  6419.      * Gets the private 'maker.auto_command.make_form' shared service.
  6420.      *
  6421.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6422.      */
  6423.     protected function getMaker_AutoCommand_MakeFormService()
  6424.     {
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6430.         $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()));
  6431.         $instance->setDescription('Creates a new form class');
  6432.         $instance->setName('make:form');
  6433.         return $instance;
  6434.     }
  6435.     /**
  6436.      * Gets the private 'maker.auto_command.make_message' shared service.
  6437.      *
  6438.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6439.      */
  6440.     protected function getMaker_AutoCommand_MakeMessageService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6447.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6448.         $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()));
  6449.         $instance->setDescription('Creates a new message and handler');
  6450.         $instance->setName('make:message');
  6451.         return $instance;
  6452.     }
  6453.     /**
  6454.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6455.      *
  6456.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6457.      */
  6458.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6459.     {
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6465.         $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()));
  6466.         $instance->setDescription('Creates a new messenger middleware');
  6467.         $instance->setName('make:messenger-middleware');
  6468.         return $instance;
  6469.     }
  6470.     /**
  6471.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6472.      *
  6473.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6474.      */
  6475.     protected function getMaker_AutoCommand_MakeMigrationService()
  6476.     {
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6483.         $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()));
  6484.         $instance->setDescription('Creates a new migration based on database changes');
  6485.         $instance->setName('make:migration');
  6486.         return $instance;
  6487.     }
  6488.     /**
  6489.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6490.      *
  6491.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6492.      */
  6493.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6494.     {
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6500.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6501.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6502.         $instance->setDescription('Creates a new registration form system');
  6503.         $instance->setName('make:registration-form');
  6504.         return $instance;
  6505.     }
  6506.     /**
  6507.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6508.      *
  6509.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6510.      */
  6511.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6518.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6519.         $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()));
  6520.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6521.         $instance->setName('make:reset-password');
  6522.         return $instance;
  6523.     }
  6524.     /**
  6525.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6526.      *
  6527.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6528.      */
  6529.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6530.     {
  6531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6536.         $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()));
  6537.         $instance->setDescription('Creates a new serializer encoder class');
  6538.         $instance->setName('make:serializer:encoder');
  6539.         return $instance;
  6540.     }
  6541.     /**
  6542.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6543.      *
  6544.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6545.      */
  6546.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6547.     {
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6553.         $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()));
  6554.         $instance->setDescription('Creates a new serializer normalizer class');
  6555.         $instance->setName('make:serializer:normalizer');
  6556.         return $instance;
  6557.     }
  6558.     /**
  6559.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6560.      *
  6561.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6562.      */
  6563.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6564.     {
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6571.         $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()));
  6572.         $instance->setDescription('Creates a new event subscriber class');
  6573.         $instance->setName('make:subscriber');
  6574.         return $instance;
  6575.     }
  6576.     /**
  6577.      * Gets the private 'maker.auto_command.make_test' shared service.
  6578.      *
  6579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6580.      */
  6581.     protected function getMaker_AutoCommand_MakeTestService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6589.         $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()));
  6590.         $instance->setDescription('Creates a new test class');
  6591.         $instance->setName('make:test');
  6592.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6593.         return $instance;
  6594.     }
  6595.     /**
  6596.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6597.      *
  6598.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6599.      */
  6600.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6607.         $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()));
  6608.         $instance->setDescription('Creates a new Twig extension class');
  6609.         $instance->setName('make:twig-extension');
  6610.         return $instance;
  6611.     }
  6612.     /**
  6613.      * Gets the private 'maker.auto_command.make_user' shared service.
  6614.      *
  6615.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6616.      */
  6617.     protected function getMaker_AutoCommand_MakeUserService()
  6618.     {
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6626.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6627.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6628.         $instance->setDescription('Creates a new security user class');
  6629.         $instance->setName('make:user');
  6630.         return $instance;
  6631.     }
  6632.     /**
  6633.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6634.      *
  6635.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6636.      */
  6637.     protected function getMaker_AutoCommand_MakeValidatorService()
  6638.     {
  6639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6644.         $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()));
  6645.         $instance->setDescription('Creates a new validator and constraint class');
  6646.         $instance->setName('make:validator');
  6647.         return $instance;
  6648.     }
  6649.     /**
  6650.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6651.      *
  6652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6653.      */
  6654.     protected function getMaker_AutoCommand_MakeVoterService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6661.         $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()));
  6662.         $instance->setDescription('Creates a new security voter class');
  6663.         $instance->setName('make:voter');
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the private 'maker.doctrine_helper' shared service.
  6668.      *
  6669.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6670.      */
  6671.     protected function getMaker_DoctrineHelperService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6674.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  6675.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a]]]);
  6676.     }
  6677.     /**
  6678.      * Gets the private 'maker.entity_class_generator' shared service.
  6679.      *
  6680.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6681.      */
  6682.     protected function getMaker_EntityClassGeneratorService()
  6683.     {
  6684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6685.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6686.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  6687.         return $instance;
  6688.     }
  6689.     /**
  6690.      * Gets the private 'maker.file_manager' shared service.
  6691.      *
  6692.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6693.      */
  6694.     protected function getMaker_FileManagerService()
  6695.     {
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6701.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6702.     }
  6703.     /**
  6704.      * Gets the private 'maker.generator' shared service.
  6705.      *
  6706.      * @return \Symfony\Bundle\MakerBundle\Generator
  6707.      */
  6708.     protected function getMaker_GeneratorService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6712.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6713.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  6714.     }
  6715.     /**
  6716.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6717.      *
  6718.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6719.      */
  6720.     protected function getMaker_Renderer_FormTypeRendererService()
  6721.     {
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6723.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6724.     }
  6725.     /**
  6726.      * Gets the private 'mime_types' shared service.
  6727.      *
  6728.      * @return \Symfony\Component\Mime\MimeTypes
  6729.      */
  6730.     protected function getMimeTypesService()
  6731.     {
  6732.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  6735.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6736.         $instance->setDefault($instance);
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the private 'monolog.command.server_log' shared service.
  6741.      *
  6742.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6743.      */
  6744.     protected function getMonolog_Command_ServerLogService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6748.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6749.         $instance->setName('server:log');
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the private 'monolog.handler.console' shared service.
  6754.      *
  6755.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6756.      */
  6757.     protected function getMonolog_Handler_ConsoleService()
  6758.     {
  6759.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6760.     }
  6761.     /**
  6762.      * Gets the private 'monolog.handler.main' shared service.
  6763.      *
  6764.      * @return \Monolog\Handler\StreamHandler
  6765.      */
  6766.     protected function getMonolog_Handler_MainService()
  6767.     {
  6768.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6769.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6770.         return $instance;
  6771.     }
  6772.     /**
  6773.      * Gets the private 'monolog.logger' shared service.
  6774.      *
  6775.      * @return \Symfony\Bridge\Monolog\Logger
  6776.      */
  6777.     protected function getMonolog_LoggerService()
  6778.     {
  6779.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6780.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6781.         $instance->useMicrosecondTimestamps(true);
  6782.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6783.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6784.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6785.         return $instance;
  6786.     }
  6787.     /**
  6788.      * Gets the private 'monolog.logger.cache' shared service.
  6789.      *
  6790.      * @return \Symfony\Bridge\Monolog\Logger
  6791.      */
  6792.     protected function getMonolog_Logger_CacheService()
  6793.     {
  6794.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6795.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6796.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6797.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6798.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the private 'monolog.logger.request' shared service.
  6803.      *
  6804.      * @return \Symfony\Bridge\Monolog\Logger
  6805.      */
  6806.     protected function getMonolog_Logger_RequestService()
  6807.     {
  6808.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6809.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6810.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6811.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6812.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6813.         return $instance;
  6814.     }
  6815.     /**
  6816.      * Gets the private 'monolog.logger.security' shared service.
  6817.      *
  6818.      * @return \Symfony\Bridge\Monolog\Logger
  6819.      */
  6820.     protected function getMonolog_Logger_SecurityService()
  6821.     {
  6822.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6823.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6824.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6825.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6827.         return $instance;
  6828.     }
  6829.     /**
  6830.      * Gets the private 'parameter_bag' shared service.
  6831.      *
  6832.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6833.      */
  6834.     protected function getParameterBagService()
  6835.     {
  6836.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6837.     }
  6838.     /**
  6839.      * Gets the private 'profiler_listener' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6842.      */
  6843.     protected function getProfilerListenerService()
  6844.     {
  6845.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  6846.     }
  6847.     /**
  6848.      * Gets the private 'property_info' shared service.
  6849.      *
  6850.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6851.      */
  6852.     protected function getPropertyInfoService()
  6853.     {
  6854.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6855.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6856.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6857.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6858.         }, 3), new RewindableGenerator(function () {
  6859.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6860.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6861.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6862.         }, 3), new RewindableGenerator(function () {
  6863.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6864.         }, 1), new RewindableGenerator(function () {
  6865.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6866.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6867.         }, 2), new RewindableGenerator(function () {
  6868.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6869.         }, 1));
  6870.     }
  6871.     /**
  6872.      * Gets the private 'property_info.serializer_extractor' shared service.
  6873.      *
  6874.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6875.      */
  6876.     protected function getPropertyInfo_SerializerExtractorService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6879.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  6880.     }
  6881.     /**
  6882.      * Gets the private 'router.cache_warmer' shared service.
  6883.      *
  6884.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6885.      */
  6886.     protected function getRouter_CacheWarmerService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6890.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6891.             'router' => ['services''router''getRouterService'false],
  6892.         ], [
  6893.             'router' => '?',
  6894.         ]))->withContext('router.cache_warmer'$this));
  6895.     }
  6896.     /**
  6897.      * Gets the private 'router.request_context' shared service.
  6898.      *
  6899.      * @return \Symfony\Component\Routing\RequestContext
  6900.      */
  6901.     protected function getRouter_RequestContextService()
  6902.     {
  6903.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  6904.     }
  6905.     /**
  6906.      * Gets the private 'router_listener' shared service.
  6907.      *
  6908.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6909.      */
  6910.     protected function getRouterListenerService()
  6911.     {
  6912.         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);
  6913.     }
  6914.     /**
  6915.      * Gets the private 'security.access_listener' shared service.
  6916.      *
  6917.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6918.      */
  6919.     protected function getSecurity_AccessListenerService()
  6920.     {
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6923.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6924.     }
  6925.     /**
  6926.      * Gets the private 'security.access_map' shared service.
  6927.      *
  6928.      * @return \Symfony\Component\Security\Http\AccessMap
  6929.      */
  6930.     protected function getSecurity_AccessMapService()
  6931.     {
  6932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  6936.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6937.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6938.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  6939.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6940.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/facebook$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6941.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/google$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6942.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/login_external$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6943.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/recpass$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6944.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/config$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6945.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6946.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6947.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'ROLE_CUSTOMER'], NULL);
  6948.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6949.         return $instance;
  6950.     }
  6951.     /**
  6952.      * Gets the private 'security.authentication.guard_handler' shared service.
  6953.      *
  6954.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  6955.      */
  6956.     protected function getSecurity_Authentication_GuardHandlerService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6961.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'register_api'=> 'auth_facebook_api'=> 'auth_google_api'=> 'auth_login_external'=> 'recpass_api'=> 'config_api'=> 'login_api'=> 'refresh'=> 'api']);
  6962.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  6963.         return $instance;
  6964.     }
  6965.     /**
  6966.      * Gets the private 'security.authentication.listener.anonymous.auth_facebook_api' shared service.
  6967.      *
  6968.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6969.      */
  6970.     protected function getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService()
  6971.     {
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6974.         return $this->privates['security.authentication.listener.anonymous.auth_facebook_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6975.     }
  6976.     /**
  6977.      * Gets the private 'security.authentication.listener.anonymous.auth_google_api' shared service.
  6978.      *
  6979.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6980.      */
  6981.     protected function getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService()
  6982.     {
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6985.         return $this->privates['security.authentication.listener.anonymous.auth_google_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6986.     }
  6987.     /**
  6988.      * Gets the private 'security.authentication.listener.anonymous.auth_login_external' shared service.
  6989.      *
  6990.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6991.      */
  6992.     protected function getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService()
  6993.     {
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6996.         return $this->privates['security.authentication.listener.anonymous.auth_login_external'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6997.     }
  6998.     /**
  6999.      * Gets the private 'security.authentication.listener.anonymous.config_api' shared service.
  7000.      *
  7001.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7002.      */
  7003.     protected function getSecurity_Authentication_Listener_Anonymous_ConfigApiService()
  7004.     {
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7007.         return $this->privates['security.authentication.listener.anonymous.config_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7008.     }
  7009.     /**
  7010.      * Gets the private 'security.authentication.listener.anonymous.login_api' shared service.
  7011.      *
  7012.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7013.      */
  7014.     protected function getSecurity_Authentication_Listener_Anonymous_LoginApiService()
  7015.     {
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7018.         return $this->privates['security.authentication.listener.anonymous.login_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7019.     }
  7020.     /**
  7021.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7022.      *
  7023.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7024.      */
  7025.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7026.     {
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7029.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7030.     }
  7031.     /**
  7032.      * Gets the private 'security.authentication.listener.anonymous.recpass_api' shared service.
  7033.      *
  7034.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7035.      */
  7036.     protected function getSecurity_Authentication_Listener_Anonymous_RecpassApiService()
  7037.     {
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7040.         return $this->privates['security.authentication.listener.anonymous.recpass_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7041.     }
  7042.     /**
  7043.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  7044.      *
  7045.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7046.      */
  7047.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7051.         return $this->privates['security.authentication.listener.anonymous.refresh'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7052.     }
  7053.     /**
  7054.      * Gets the private 'security.authentication.listener.anonymous.register_api' shared service.
  7055.      *
  7056.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7057.      */
  7058.     protected function getSecurity_Authentication_Listener_Anonymous_RegisterApiService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7062.         return $this->privates['security.authentication.listener.anonymous.register_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7063.     }
  7064.     /**
  7065.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  7066.      *
  7067.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7068.      */
  7069.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  7073.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  7074.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  7075.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7076.     }
  7077.     /**
  7078.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  7079.      *
  7080.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7081.      */
  7082.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  7086.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  7087.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7088.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7089.     }
  7090.     /**
  7091.      * Gets the private 'security.authentication.listener.json.login_api' shared service.
  7092.      *
  7093.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  7094.      */
  7095.     protected function getSecurity_Authentication_Listener_Json_LoginApiService()
  7096.     {
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7105.         $this->privates['security.authentication.listener.json.login_api'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login_api', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'login_api'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/api/login_check''username_path' => 'email''use_forward' => false'require_previous_session' => false'password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  7106.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  7107.         return $instance;
  7108.     }
  7109.     /**
  7110.      * Gets the private 'security.authentication.manager' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7113.      */
  7114.     protected function getSecurity_Authentication_ManagerService()
  7115.     {
  7116.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7117.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  7118.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7119.             yield => ($this->privates['security.authentication.provider.anonymous.register_api'] ?? ($this->privates['security.authentication.provider.anonymous.register_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7120.             yield => ($this->privates['security.authentication.provider.anonymous.auth_facebook_api'] ?? ($this->privates['security.authentication.provider.anonymous.auth_facebook_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7121.             yield => ($this->privates['security.authentication.provider.anonymous.auth_google_api'] ?? ($this->privates['security.authentication.provider.anonymous.auth_google_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7122.             yield => ($this->privates['security.authentication.provider.anonymous.auth_login_external'] ?? ($this->privates['security.authentication.provider.anonymous.auth_login_external'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7123.             yield => ($this->privates['security.authentication.provider.anonymous.recpass_api'] ?? ($this->privates['security.authentication.provider.anonymous.recpass_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7124.             yield => ($this->privates['security.authentication.provider.anonymous.config_api'] ?? ($this->privates['security.authentication.provider.anonymous.config_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7125.             yield => ($this->privates['security.authentication.provider.dao.login_api'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginApiService());
  7126.             yield => ($this->privates['security.authentication.provider.anonymous.login_api'] ?? ($this->privates['security.authentication.provider.anonymous.login_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7127.             yield 10 => ($this->privates['security.authentication.provider.anonymous.refresh'] ?? ($this->privates['security.authentication.provider.anonymous.refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7128.             yield 11 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  7129.         }, 12), true);
  7130.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7131.         return $instance;
  7132.     }
  7133.     /**
  7134.      * Gets the private 'security.authentication.provider.dao.login_api' shared service.
  7135.      *
  7136.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  7137.      */
  7138.     protected function getSecurity_Authentication_Provider_Dao_LoginApiService()
  7139.     {
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7145.         return $this->privates['security.authentication.provider.dao.login_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'login_api', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  7146.     }
  7147.     /**
  7148.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  7149.      *
  7150.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7151.      */
  7152.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  7153.     {
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7158.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7159.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  7160.         }, 1), ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  7161.     }
  7162.     /**
  7163.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  7164.      *
  7165.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7166.      */
  7167.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  7168.     {
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7173.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  7174.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  7175.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  7176.     }
  7177.     /**
  7178.      * Gets the private 'security.channel_listener' shared service.
  7179.      *
  7180.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7181.      */
  7182.     protected function getSecurity_ChannelListenerService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  7188.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7189.     }
  7190.     /**
  7191.      * Gets the private 'security.command.user_password_encoder' shared service.
  7192.      *
  7193.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7194.      */
  7195.     protected function getSecurity_Command_UserPasswordEncoderService()
  7196.     {
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  7199.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User'=> 'App\\Entity\\Customer']);
  7200.         $instance->setName('security:encode-password');
  7201.         return $instance;
  7202.     }
  7203.     /**
  7204.      * Gets the private 'security.context_listener.0' shared service.
  7205.      *
  7206.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7207.      */
  7208.     protected function getSecurity_ContextListener_0Service()
  7209.     {
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7212.         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 () {
  7213.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  7214.             yield => ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService());
  7215.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  7216.     }
  7217.     /**
  7218.      * Gets the private 'security.csrf.token_storage' shared service.
  7219.      *
  7220.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  7221.      */
  7222.     protected function getSecurity_Csrf_TokenStorageService()
  7223.     {
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7227.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  7228.     }
  7229.     /**
  7230.      * Gets the private 'security.encoder_factory.generic' shared service.
  7231.      *
  7232.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7233.      */
  7234.     protected function getSecurity_EncoderFactory_GenericService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  7238.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'App\\Entity\\Customer' => ['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]]);
  7239.     }
  7240.     /**
  7241.      * Gets the private 'security.firewall.map' shared service.
  7242.      *
  7243.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7244.      */
  7245.     protected function getSecurity_Firewall_MapService()
  7246.     {
  7247.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7248.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  7249.             'security.firewall.map.context.auth_facebook_api' => ['privates''security.firewall.map.context.auth_facebook_api''getSecurity_Firewall_Map_Context_AuthFacebookApiService'false],
  7250.             'security.firewall.map.context.auth_google_api' => ['privates''security.firewall.map.context.auth_google_api''getSecurity_Firewall_Map_Context_AuthGoogleApiService'false],
  7251.             'security.firewall.map.context.auth_login_external' => ['privates''security.firewall.map.context.auth_login_external''getSecurity_Firewall_Map_Context_AuthLoginExternalService'false],
  7252.             'security.firewall.map.context.config_api' => ['privates''security.firewall.map.context.config_api''getSecurity_Firewall_Map_Context_ConfigApiService'false],
  7253.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7254.             'security.firewall.map.context.login_api' => ['privates''security.firewall.map.context.login_api''getSecurity_Firewall_Map_Context_LoginApiService'false],
  7255.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7256.             'security.firewall.map.context.recpass_api' => ['privates''security.firewall.map.context.recpass_api''getSecurity_Firewall_Map_Context_RecpassApiService'false],
  7257.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  7258.             'security.firewall.map.context.register_api' => ['privates''security.firewall.map.context.register_api''getSecurity_Firewall_Map_Context_RegisterApiService'false],
  7259.         ], [
  7260.             'security.firewall.map.context.api' => '?',
  7261.             'security.firewall.map.context.auth_facebook_api' => '?',
  7262.             'security.firewall.map.context.auth_google_api' => '?',
  7263.             'security.firewall.map.context.auth_login_external' => '?',
  7264.             'security.firewall.map.context.config_api' => '?',
  7265.             'security.firewall.map.context.dev' => '?',
  7266.             'security.firewall.map.context.login_api' => '?',
  7267.             'security.firewall.map.context.main' => '?',
  7268.             'security.firewall.map.context.recpass_api' => '?',
  7269.             'security.firewall.map.context.refresh' => '?',
  7270.             'security.firewall.map.context.register_api' => '?',
  7271.         ]), new RewindableGenerator(function () {
  7272.             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)/')));
  7273.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  7274.             yield 'security.firewall.map.context.register_api' => ($this->privates['.security.request_matcher.SZPACJr'] ?? ($this->privates['.security.request_matcher.SZPACJr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/register')));
  7275.             yield 'security.firewall.map.context.auth_facebook_api' => ($this->privates['.security.request_matcher.wBsVVsz'] ?? ($this->privates['.security.request_matcher.wBsVVsz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/facebook')));
  7276.             yield 'security.firewall.map.context.auth_google_api' => ($this->privates['.security.request_matcher.aB2P1pO'] ?? ($this->privates['.security.request_matcher.aB2P1pO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/google')));
  7277.             yield 'security.firewall.map.context.auth_login_external' => ($this->privates['.security.request_matcher.k0Gfzj1'] ?? ($this->privates['.security.request_matcher.k0Gfzj1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/login_external')));
  7278.             yield 'security.firewall.map.context.recpass_api' => ($this->privates['.security.request_matcher.CLcf2MU'] ?? ($this->privates['.security.request_matcher.CLcf2MU'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/recpass')));
  7279.             yield 'security.firewall.map.context.config_api' => ($this->privates['.security.request_matcher.GC0NWZN'] ?? ($this->privates['.security.request_matcher.GC0NWZN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/config')));
  7280.             yield 'security.firewall.map.context.login_api' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  7281.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  7282.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  7283.         }, 11));
  7284.     }
  7285.     /**
  7286.      * Gets the private 'security.firewall.map.context.api' shared service.
  7287.      *
  7288.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7289.      */
  7290.     protected function getSecurity_Firewall_Map_Context_ApiService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7296.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7297.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7298.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  7299.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7300.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.jwt_user_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  7301.     }
  7302.     /**
  7303.      * Gets the private 'security.firewall.map.context.auth_facebook_api' shared service.
  7304.      *
  7305.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7306.      */
  7307.     protected function getSecurity_Firewall_Map_Context_AuthFacebookApiService()
  7308.     {
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7313.         return $this->privates['security.firewall.map.context.auth_facebook_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7314.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7315.             yield => ($this->privates['security.authentication.listener.anonymous.auth_facebook_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService());
  7316.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7317.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'auth_facebook_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_facebook_api''security.user_checker''.security.request_matcher.wBsVVsz'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7318.     }
  7319.     /**
  7320.      * Gets the private 'security.firewall.map.context.auth_google_api' shared service.
  7321.      *
  7322.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7323.      */
  7324.     protected function getSecurity_Firewall_Map_Context_AuthGoogleApiService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7330.         return $this->privates['security.firewall.map.context.auth_google_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7331.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7332.             yield => ($this->privates['security.authentication.listener.anonymous.auth_google_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService());
  7333.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7334.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'auth_google_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_google_api''security.user_checker''.security.request_matcher.aB2P1pO'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7335.     }
  7336.     /**
  7337.      * Gets the private 'security.firewall.map.context.auth_login_external' shared service.
  7338.      *
  7339.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7340.      */
  7341.     protected function getSecurity_Firewall_Map_Context_AuthLoginExternalService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7347.         return $this->privates['security.firewall.map.context.auth_login_external'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7348.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7349.             yield => ($this->privates['security.authentication.listener.anonymous.auth_login_external'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService());
  7350.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7351.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'auth_login_external'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_login_external''security.user_checker''.security.request_matcher.k0Gfzj1'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7352.     }
  7353.     /**
  7354.      * Gets the private 'security.firewall.map.context.config_api' shared service.
  7355.      *
  7356.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7357.      */
  7358.     protected function getSecurity_Firewall_Map_Context_ConfigApiService()
  7359.     {
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7364.         return $this->privates['security.firewall.map.context.config_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7365.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7366.             yield => ($this->privates['security.authentication.listener.anonymous.config_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ConfigApiService());
  7367.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7368.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'config_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('config_api''security.user_checker''.security.request_matcher.GC0NWZN'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7369.     }
  7370.     /**
  7371.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7372.      *
  7373.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7374.      */
  7375.     protected function getSecurity_Firewall_Map_Context_DevService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7379.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7380.             return new \EmptyIterator();
  7381.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  7382.     }
  7383.     /**
  7384.      * Gets the private 'security.firewall.map.context.login_api' shared service.
  7385.      *
  7386.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7387.      */
  7388.     protected function getSecurity_Firewall_Map_Context_LoginApiService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7394.         return $this->privates['security.firewall.map.context.login_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7395.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7396.             yield => ($this->privates['security.authentication.listener.json.login_api'] ?? $this->getSecurity_Authentication_Listener_Json_LoginApiService());
  7397.             yield => ($this->privates['security.authentication.listener.anonymous.login_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginApiService());
  7398.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7399.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login_api''security.user_checker''.security.request_matcher.HeUdK73'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  7400.     }
  7401.     /**
  7402.      * Gets the private 'security.firewall.map.context.main' shared service.
  7403.      *
  7404.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  7405.      */
  7406.     protected function getSecurity_Firewall_Map_Context_MainService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7420.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7421.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  7422.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'easyadmin'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  7423.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7424.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  7425.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  7426.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7427.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7428.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7429.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7430.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7431.         }, 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'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  7432.     }
  7433.     /**
  7434.      * Gets the private 'security.firewall.map.context.recpass_api' shared service.
  7435.      *
  7436.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7437.      */
  7438.     protected function getSecurity_Firewall_Map_Context_RecpassApiService()
  7439.     {
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7444.         return $this->privates['security.firewall.map.context.recpass_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7445.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7446.             yield => ($this->privates['security.authentication.listener.anonymous.recpass_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RecpassApiService());
  7447.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7448.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'recpass_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('recpass_api''security.user_checker''.security.request_matcher.CLcf2MU'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7449.     }
  7450.     /**
  7451.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  7452.      *
  7453.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7454.      */
  7455.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  7456.     {
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7461.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7462.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7463.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  7464.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7465.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'refresh'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('refresh''security.user_checker''.security.request_matcher.UQgI.UV'truetrueNULLNULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7466.     }
  7467.     /**
  7468.      * Gets the private 'security.firewall.map.context.register_api' shared service.
  7469.      *
  7470.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7471.      */
  7472.     protected function getSecurity_Firewall_Map_Context_RegisterApiService()
  7473.     {
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7478.         return $this->privates['security.firewall.map.context.register_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7479.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7480.             yield => ($this->privates['security.authentication.listener.anonymous.register_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RegisterApiService());
  7481.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7482.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'register_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('register_api''security.user_checker''.security.request_matcher.SZPACJr'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  7483.     }
  7484.     /**
  7485.      * Gets the private 'security.helper' shared service.
  7486.      *
  7487.      * @return \Symfony\Component\Security\Core\Security
  7488.      */
  7489.     protected function getSecurity_HelperService()
  7490.     {
  7491.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7492.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  7493.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  7494.         ], [
  7495.             'security.authorization_checker' => '?',
  7496.             'security.token_storage' => '?',
  7497.         ]));
  7498.     }
  7499.     /**
  7500.      * Gets the private 'security.http_utils' shared service.
  7501.      *
  7502.      * @return \Symfony\Component\Security\Http\HttpUtils
  7503.      */
  7504.     protected function getSecurity_HttpUtilsService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7507.         $a = ($this->services['router'] ?? $this->getRouterService());
  7508.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  7509.     }
  7510.     /**
  7511.      * Gets the private 'security.logout_url_generator' shared service.
  7512.      *
  7513.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7514.      */
  7515.     protected function getSecurity_LogoutUrlGeneratorService()
  7516.     {
  7517.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7518.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  7519.         return $instance;
  7520.     }
  7521.     /**
  7522.      * Gets the private 'security.role_hierarchy' shared service.
  7523.      *
  7524.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7525.      */
  7526.     protected function getSecurity_RoleHierarchyService()
  7527.     {
  7528.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7529.     }
  7530.     /**
  7531.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7532.      *
  7533.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7534.      */
  7535.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7536.     {
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7540.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  7541.     }
  7542.     /**
  7543.      * Gets the private 'security.user.provider.concrete.jwt_user_provider' shared service.
  7544.      *
  7545.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7546.      */
  7547.     protected function getSecurity_User_Provider_Concrete_JwtUserProviderService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7552.         return $this->privates['security.user.provider.concrete.jwt_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Customer''email'NULL);
  7553.     }
  7554.     /**
  7555.      * Gets the private 'security.validator.user_password' shared service.
  7556.      *
  7557.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7558.      */
  7559.     protected function getSecurity_Validator_UserPasswordService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7564.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  7565.     }
  7566.     /**
  7567.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7568.      *
  7569.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7570.      */
  7571.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7572.     {
  7573.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7574.     }
  7575.     /**
  7576.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7577.      *
  7578.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7579.      */
  7580.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7581.     {
  7582.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7583.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7584.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7585.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7586.     }
  7587.     /**
  7588.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7589.      *
  7590.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7591.      */
  7592.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7593.     {
  7594.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7595.     }
  7596.     /**
  7597.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7598.      *
  7599.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7600.      */
  7601.     protected function getSensioFrameworkExtra_View_ListenerService()
  7602.     {
  7603.         $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))));
  7604.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7605.             'twig' => ['services''twig''getTwigService'false],
  7606.         ], [
  7607.             'twig' => 'Twig\\Environment',
  7608.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7609.         return $instance;
  7610.     }
  7611.     /**
  7612.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7613.      *
  7614.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7615.      */
  7616.     protected function getSerializer_Mapping_CacheWarmerService()
  7617.     {
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7623.         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'));
  7624.     }
  7625.     /**
  7626.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7627.      *
  7628.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7629.      */
  7630.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7638.         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()))]));
  7639.     }
  7640.     /**
  7641.      * Gets the private 'session.storage.native' shared service.
  7642.      *
  7643.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7644.      */
  7645.     protected function getSession_Storage_NativeService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  7651.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  7652.     }
  7653.     /**
  7654.      * Gets the private 'session_listener' shared service.
  7655.      *
  7656.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7657.      */
  7658.     protected function getSessionListenerService()
  7659.     {
  7660.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7661.             'initialized_session' => ['services''session'NULLfalse],
  7662.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7663.             'session' => ['services''session''getSessionService'false],
  7664.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  7665.         ], [
  7666.             'initialized_session' => '?',
  7667.             'request_stack' => '?',
  7668.             'session' => '?',
  7669.             'session_storage' => '?',
  7670.         ]));
  7671.     }
  7672.     /**
  7673.      * Gets the private 'swiftmailer.command.debug' shared service.
  7674.      *
  7675.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  7676.      */
  7677.     protected function getSwiftmailer_Command_DebugService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  7682.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  7683.         $instance->setName('debug:swiftmailer');
  7684.         return $instance;
  7685.     }
  7686.     /**
  7687.      * Gets the private 'swiftmailer.command.new_email' shared service.
  7688.      *
  7689.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  7690.      */
  7691.     protected function getSwiftmailer_Command_NewEmailService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  7696.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  7697.         $instance->setName('swiftmailer:email:send');
  7698.         return $instance;
  7699.     }
  7700.     /**
  7701.      * Gets the private 'swiftmailer.command.send_email' shared service.
  7702.      *
  7703.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  7704.      */
  7705.     protected function getSwiftmailer_Command_SendEmailService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  7710.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  7711.         $instance->setName('swiftmailer:spool:send');
  7712.         return $instance;
  7713.     }
  7714.     /**
  7715.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  7716.      *
  7717.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  7718.      */
  7719.     protected function getSwiftmailer_EmailSender_ListenerService()
  7720.     {
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  7722.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7723.     }
  7724.     /**
  7725.      * Gets the private 'translation.extractor' shared service.
  7726.      *
  7727.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7728.      */
  7729.     protected function getTranslation_ExtractorService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7736.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7737.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7738.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  7739.         return $instance;
  7740.     }
  7741.     /**
  7742.      * Gets the private 'translation.loader.csv' shared service.
  7743.      *
  7744.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7745.      */
  7746.     protected function getTranslation_Loader_CsvService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7752.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7753.     }
  7754.     /**
  7755.      * Gets the private 'translation.loader.dat' shared service.
  7756.      *
  7757.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7758.      */
  7759.     protected function getTranslation_Loader_DatService()
  7760.     {
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7764.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7765.     }
  7766.     /**
  7767.      * Gets the private 'translation.loader.ini' shared service.
  7768.      *
  7769.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7770.      */
  7771.     protected function getTranslation_Loader_IniService()
  7772.     {
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7777.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7778.     }
  7779.     /**
  7780.      * Gets the private 'translation.loader.json' shared service.
  7781.      *
  7782.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7783.      */
  7784.     protected function getTranslation_Loader_JsonService()
  7785.     {
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7790.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7791.     }
  7792.     /**
  7793.      * Gets the private 'translation.loader.mo' shared service.
  7794.      *
  7795.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7796.      */
  7797.     protected function getTranslation_Loader_MoService()
  7798.     {
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7803.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7804.     }
  7805.     /**
  7806.      * Gets the private 'translation.loader.php' shared service.
  7807.      *
  7808.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7809.      */
  7810.     protected function getTranslation_Loader_PhpService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7816.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7817.     }
  7818.     /**
  7819.      * Gets the private 'translation.loader.po' shared service.
  7820.      *
  7821.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7822.      */
  7823.     protected function getTranslation_Loader_PoService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7829.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7830.     }
  7831.     /**
  7832.      * Gets the private 'translation.loader.qt' shared service.
  7833.      *
  7834.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7835.      */
  7836.     protected function getTranslation_Loader_QtService()
  7837.     {
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7840.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7841.     }
  7842.     /**
  7843.      * Gets the private 'translation.loader.res' shared service.
  7844.      *
  7845.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7846.      */
  7847.     protected function getTranslation_Loader_ResService()
  7848.     {
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7851.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7852.     }
  7853.     /**
  7854.      * Gets the private 'translation.loader.xliff' shared service.
  7855.      *
  7856.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7857.      */
  7858.     protected function getTranslation_Loader_XliffService()
  7859.     {
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7862.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7863.     }
  7864.     /**
  7865.      * Gets the private 'translation.loader.yml' shared service.
  7866.      *
  7867.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7868.      */
  7869.     protected function getTranslation_Loader_YmlService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7875.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7876.     }
  7877.     /**
  7878.      * Gets the private 'translation.reader' shared service.
  7879.      *
  7880.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7881.      */
  7882.     protected function getTranslation_ReaderService()
  7883.     {
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7900.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7901.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7902.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7903.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7904.         $instance->addLoader('yaml'$a);
  7905.         $instance->addLoader('yml'$a);
  7906.         $instance->addLoader('xlf'$b);
  7907.         $instance->addLoader('xliff'$b);
  7908.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7909.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7910.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7911.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7912.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7913.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7914.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7915.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7916.         return $instance;
  7917.     }
  7918.     /**
  7919.      * Gets the private 'translation.warmer' shared service.
  7920.      *
  7921.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7922.      */
  7923.     protected function getTranslation_WarmerService()
  7924.     {
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7927.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7928.             'translator' => ['services''translator''getTranslatorService'false],
  7929.         ], [
  7930.             'translator' => '?',
  7931.         ]))->withContext('translation.warmer'$this));
  7932.     }
  7933.     /**
  7934.      * Gets the private 'translator.default' shared service.
  7935.      *
  7936.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7937.      */
  7938.     protected function getTranslator_DefaultService()
  7939.     {
  7940.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7941.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7942.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7943.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7944.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7945.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7946.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7947.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7948.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7949.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7950.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7951.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7952.         ], [
  7953.             'translation.loader.csv' => '?',
  7954.             'translation.loader.dat' => '?',
  7955.             'translation.loader.ini' => '?',
  7956.             'translation.loader.json' => '?',
  7957.             'translation.loader.mo' => '?',
  7958.             'translation.loader.php' => '?',
  7959.             'translation.loader.po' => '?',
  7960.             'translation.loader.qt' => '?',
  7961.             'translation.loader.res' => '?',
  7962.             'translation.loader.xliff' => '?',
  7963.             'translation.loader.yml' => '?',
  7964.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['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')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/translations/messages.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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/translations/messages.es.yml'), => (\dirname(__DIR__4).'/translations/security.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')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.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.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/translations/messages.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')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/translations/messages.pt.yml')], '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')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/lexik/jwt-authentication-bundle/translations'18 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'19 => 'vendor/knplabs/doctrine-behaviors/src/translations'20 => 'vendor/a2lix/auto-form-bundle/src/translations'21 => 'vendor/a2lix/translation-form-bundle/src/translations'22 => 'vendor/symfony/swiftmailer-bundle/translations']]]);
  7965.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7966.         $instance->setFallbackLocales([=> 'en']);
  7967.         return $instance;
  7968.     }
  7969.     /**
  7970.      * Gets the private 'twig.command.debug' shared service.
  7971.      *
  7972.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7973.      */
  7974.     protected function getTwig_Command_DebugService()
  7975.     {
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7978.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7979.         $instance->setName('debug:twig');
  7980.         return $instance;
  7981.     }
  7982.     /**
  7983.      * Gets the private 'twig.command.lint' shared service.
  7984.      *
  7985.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7986.      */
  7987.     protected function getTwig_Command_LintService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7992.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  7993.         $instance->setName('lint:twig');
  7994.         return $instance;
  7995.     }
  7996.     /**
  7997.      * Gets the private 'twig.form.renderer' shared service.
  7998.      *
  7999.      * @return \Symfony\Component\Form\FormRenderer
  8000.      */
  8001.     protected function getTwig_Form_RendererService()
  8002.     {
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8008.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8009.     }
  8010.     /**
  8011.      * Gets the private 'twig.loader.native_filesystem' shared service.
  8012.      *
  8013.      * @return \Twig\Loader\FilesystemLoader
  8014.      */
  8015.     protected function getTwig_Loader_NativeFilesystemService()
  8016.     {
  8017.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  8018.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  8019.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  8020.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  8021.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  8022.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  8023.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  8024.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  8025.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  8026.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  8027.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  8028.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  8029.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  8030.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  8031.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  8032.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  8033.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  8034.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  8035.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  8036.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  8037.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  8038.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  8039.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  8040.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  8041.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  8042.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  8043.         return $instance;
  8044.     }
  8045.     /**
  8046.      * Gets the private 'twig.mailer.message_listener' shared service.
  8047.      *
  8048.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8049.      */
  8050.     protected function getTwig_Mailer_MessageListenerService()
  8051.     {
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8055.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  8056.     }
  8057.     /**
  8058.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8059.      *
  8060.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8061.      */
  8062.     protected function getTwig_Runtime_HttpkernelService()
  8063.     {
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8067.         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, [
  8068.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8069.         ], [
  8070.             'inline' => '?',
  8071.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  8072.     }
  8073.     /**
  8074.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8075.      *
  8076.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8077.      */
  8078.     protected function getTwig_Runtime_SecurityCsrfService()
  8079.     {
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8081.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8082.     }
  8083.     /**
  8084.      * Gets the private 'twig.template_cache_warmer' shared service.
  8085.      *
  8086.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8087.      */
  8088.     protected function getTwig_TemplateCacheWarmerService()
  8089.     {
  8090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8092.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8093.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8094.             'twig' => ['services''twig''getTwigService'false],
  8095.         ], [
  8096.             'twig' => 'Twig\\Environment',
  8097.         ]))->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')));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'validator.builder' shared service.
  8101.      *
  8102.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8103.      */
  8104.     protected function getValidator_BuilderService()
  8105.     {
  8106.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8107.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8108.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8109.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8110.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8111.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8112.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8113.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8114.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8115.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8116.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8117.         ], [
  8118.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8119.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8120.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8121.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8122.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8123.             'doctrine.orm.validator.unique' => '?',
  8124.             'security.validator.user_password' => '?',
  8125.             'validator.expression' => '?',
  8126.         ])));
  8127.         if ($this->has('translator')) {
  8128.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  8129.         }
  8130.         $instance->setTranslationDomain('validators');
  8131.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8132.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8133.         $instance->addMethodMapping('loadValidatorMetadata');
  8134.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8135.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8136.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8137.         return $instance;
  8138.     }
  8139.     /**
  8140.      * Gets the private 'validator.email' shared service.
  8141.      *
  8142.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8143.      */
  8144.     protected function getValidator_EmailService()
  8145.     {
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8149.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8150.     }
  8151.     /**
  8152.      * Gets the private 'validator.expression' shared service.
  8153.      *
  8154.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8155.      */
  8156.     protected function getValidator_ExpressionService()
  8157.     {
  8158.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8161.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  8162.     }
  8163.     /**
  8164.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8165.      *
  8166.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8167.      */
  8168.     protected function getValidator_Mapping_CacheWarmerService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8173.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8174.     }
  8175.     /**
  8176.      * Gets the private 'validator.not_compromised_password' shared service.
  8177.      *
  8178.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8179.      */
  8180.     protected function getValidator_NotCompromisedPasswordService()
  8181.     {
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8183.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8185.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  8186.     }
  8187.     /**
  8188.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8189.      *
  8190.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8191.      */
  8192.     protected function getVarDumper_Command_ServerDumpService()
  8193.     {
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8197.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8200.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8201.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8202.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8203.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8204.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8205.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  8206.         $instance->setName('server:dump');
  8207.         return $instance;
  8208.     }
  8209.     /**
  8210.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8211.      *
  8212.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8213.      */
  8214.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8215.     {
  8216.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8217.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8218.         return $instance;
  8219.     }
  8220.     /**
  8221.      * Gets the private 'var_dumper.html_dumper' shared service.
  8222.      *
  8223.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8224.      */
  8225.     protected function getVarDumper_HtmlDumperService()
  8226.     {
  8227.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8228.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the private 'var_dumper.server_connection' shared service.
  8233.      *
  8234.      * @return \Symfony\Component\VarDumper\Server\Connection
  8235.      */
  8236.     protected function getVarDumper_ServerConnectionService()
  8237.     {
  8238.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  8239.     }
  8240.     /**
  8241.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  8242.      *
  8243.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  8244.      */
  8245.     protected function getVichUploader_Command_MappingDebugService()
  8246.     {
  8247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  8249.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  8250.         $instance->setName('vich:mapping:debug');
  8251.         return $instance;
  8252.     }
  8253.     /**
  8254.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  8255.      *
  8256.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  8257.      */
  8258.     protected function getVichUploader_Command_MappingDebugClassService()
  8259.     {
  8260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  8262.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  8263.         $instance->setName('vich:mapping:debug-class');
  8264.         return $instance;
  8265.     }
  8266.     /**
  8267.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  8268.      *
  8269.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  8270.      */
  8271.     protected function getVichUploader_Command_MappingListClassesService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  8275.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  8276.         $instance->setName('vich:mapping:list-classes');
  8277.         return $instance;
  8278.     }
  8279.     /**
  8280.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  8281.      *
  8282.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  8283.      */
  8284.     protected function getVichUploader_MetadataReaderService()
  8285.     {
  8286.         $a = new \Metadata\Driver\FileLocator([]);
  8287.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  8288.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  8289.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  8290.     }
  8291.     /**
  8292.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  8293.      *
  8294.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  8295.      */
  8296.     protected function getVichUploader_PropertyMappingFactoryService()
  8297.     {
  8298.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  8299.     }
  8300.     /**
  8301.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  8302.      *
  8303.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  8304.      */
  8305.     protected function getVichUploader_Storage_FileSystemService()
  8306.     {
  8307.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  8308.     }
  8309.     public function getParameter(string $name)
  8310.     {
  8311.         if (isset($this->buildParameters[$name])) {
  8312.             return $this->buildParameters[$name];
  8313.         }
  8314.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  8315.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8316.         }
  8317.         if (isset($this->loadedDynamicParameters[$name])) {
  8318.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8319.         }
  8320.         return $this->parameters[$name];
  8321.     }
  8322.     public function hasParameter(string $name): bool
  8323.     {
  8324.         if (isset($this->buildParameters[$name])) {
  8325.             return true;
  8326.         }
  8327.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  8328.     }
  8329.     public function setParameter(string $name$value): void
  8330.     {
  8331.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8332.     }
  8333.     public function getParameterBag(): ParameterBagInterface
  8334.     {
  8335.         if (null === $this->parameterBag) {
  8336.             $parameters $this->parameters;
  8337.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8338.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8339.             }
  8340.             foreach ($this->buildParameters as $name => $value) {
  8341.                 $parameters[$name] = $value;
  8342.             }
  8343.             $this->parameterBag = new FrozenParameterBag($parameters);
  8344.         }
  8345.         return $this->parameterBag;
  8346.     }
  8347.     private $loadedDynamicParameters = [
  8348.         'kernel.cache_dir' => false,
  8349.         'kernel.secret' => false,
  8350.         'session.save_path' => false,
  8351.         'validator.mapping.cache.file' => false,
  8352.         'profiler.storage.dsn' => false,
  8353.         'debug.container.dump' => false,
  8354.         'serializer.mapping.cache.file' => false,
  8355.         'doctrine.orm.proxy_dir' => false,
  8356.         'lexik_jwt_authentication.pass_phrase' => false,
  8357.     ];
  8358.     private $dynamicParameters = [];
  8359.     private function getDynamicParameter(string $name)
  8360.     {
  8361.         switch ($name) {
  8362.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8363.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8364.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8365.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8366.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8367.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  8368.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8369.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8370.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  8371.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8372.         }
  8373.         $this->loadedDynamicParameters[$name] = true;
  8374.         return $this->dynamicParameters[$name] = $value;
  8375.     }
  8376.     protected function getDefaultParameters(): array
  8377.     {
  8378.         return [
  8379.             'kernel.project_dir' => \dirname(__DIR__4),
  8380.             'kernel.environment' => 'dev',
  8381.             'kernel.debug' => true,
  8382.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8383.             'kernel.bundles' => [
  8384.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8385.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8386.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8387.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8388.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8389.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8390.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8391.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8392.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8393.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8394.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8395.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8396.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  8397.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  8398.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  8399.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  8400.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  8401.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  8402.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  8403.             ],
  8404.             'kernel.bundles_metadata' => [
  8405.                 'FrameworkBundle' => [
  8406.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8407.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8408.                 ],
  8409.                 'TwigBundle' => [
  8410.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8411.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8412.                 ],
  8413.                 'TwigExtraBundle' => [
  8414.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8415.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8416.                 ],
  8417.                 'SensioFrameworkExtraBundle' => [
  8418.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8419.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8420.                 ],
  8421.                 'DoctrineBundle' => [
  8422.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8423.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8424.                 ],
  8425.                 'DoctrineMigrationsBundle' => [
  8426.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8427.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8428.                 ],
  8429.                 'SecurityBundle' => [
  8430.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8431.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8432.                 ],
  8433.                 'WebProfilerBundle' => [
  8434.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8435.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8436.                 ],
  8437.                 'MonologBundle' => [
  8438.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8439.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8440.                 ],
  8441.                 'DebugBundle' => [
  8442.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8443.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8444.                 ],
  8445.                 'MakerBundle' => [
  8446.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8447.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8448.                 ],
  8449.                 'EasyAdminBundle' => [
  8450.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8451.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8452.                 ],
  8453.                 'LexikJWTAuthenticationBundle' => [
  8454.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  8455.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  8456.                 ],
  8457.                 'VichUploaderBundle' => [
  8458.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  8459.                     'namespace' => 'Vich\\UploaderBundle',
  8460.                 ],
  8461.                 'GesdinetJWTRefreshTokenBundle' => [
  8462.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  8463.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  8464.                 ],
  8465.                 'DoctrineBehaviorsBundle' => [
  8466.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  8467.                     'namespace' => 'Knp\\DoctrineBehaviors',
  8468.                 ],
  8469.                 'A2lixAutoFormBundle' => [
  8470.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  8471.                     'namespace' => 'A2lix\\AutoFormBundle',
  8472.                 ],
  8473.                 'A2lixTranslationFormBundle' => [
  8474.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  8475.                     'namespace' => 'A2lix\\TranslationFormBundle',
  8476.                 ],
  8477.                 'SwiftmailerBundle' => [
  8478.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  8479.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  8480.                 ],
  8481.             ],
  8482.             'kernel.charset' => 'UTF-8',
  8483.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  8484.             'container.dumper.inline_class_loader' => true,
  8485.             'container.dumper.inline_factories' => true,
  8486.             'app.path.customer_images' => '/uploads/images/customer',
  8487.             'app.path.exercise_images' => '/uploads/images/exercise',
  8488.             'app.path.player_images' => '/uploads/images/player',
  8489.             'app.path.game_images' => '/uploads/images/game',
  8490.             'app.path.country_images' => '/uploads/images/country',
  8491.             'app.path.document_images' => '/uploads/images/document',
  8492.             'app.path.collaborator_images' => '/uploads/images/collaborator',
  8493.             'app.path.membership_images' => '/uploads/images/membership',
  8494.             'app.path.position_images' => '/uploads/images/position_images',
  8495.             'event_dispatcher.event_aliases' => [
  8496.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8497.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8498.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8499.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8500.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8501.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8502.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8503.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8504.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8505.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8506.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8507.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8508.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8509.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8510.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8511.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8512.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8513.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8514.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8515.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8516.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8517.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8518.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8519.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8520.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8521.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8522.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8523.             ],
  8524.             'fragment.renderer.hinclude.global_template' => '',
  8525.             'fragment.path' => '/_fragment',
  8526.             'kernel.http_method_override' => true,
  8527.             'kernel.trusted_hosts' => [
  8528.             ],
  8529.             'kernel.default_locale' => 'es',
  8530.             'kernel.error_controller' => 'error_controller',
  8531.             'debug.file_link_format' => NULL,
  8532.             'session.metadata.storage_key' => '_sf2_meta',
  8533.             'session.storage.options' => [
  8534.                 'cache_limiter' => '0',
  8535.                 'cookie_secure' => 'auto',
  8536.                 'cookie_httponly' => true,
  8537.                 'cookie_samesite' => 'lax',
  8538.                 'gc_probability' => 1,
  8539.             ],
  8540.             'session.metadata.update_threshold' => 0,
  8541.             'form.type_extension.csrf.enabled' => true,
  8542.             'form.type_extension.csrf.field_name' => '_token',
  8543.             'asset.request_context.base_path' => '',
  8544.             'asset.request_context.secure' => false,
  8545.             'validator.translation_domain' => 'validators',
  8546.             'translator.logging' => false,
  8547.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8548.             'profiler_listener.only_exceptions' => false,
  8549.             'profiler_listener.only_master_requests' => false,
  8550.             'debug.error_handler.throw_at' => -1,
  8551.             'router.request_context.host' => 'localhost',
  8552.             'router.request_context.scheme' => 'http',
  8553.             'router.request_context.base_url' => '',
  8554.             'router.resource' => 'kernel::loadRoutes',
  8555.             'request_listener.http_port' => 80,
  8556.             'request_listener.https_port' => 443,
  8557.             'twig.form.resources' => [
  8558.                 => '@VichUploader/Form/fields.html.twig',
  8559.                 => 'form_div_layout.html.twig',
  8560.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  8561.             ],
  8562.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8563.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8564.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8565.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8566.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8567.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8568.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8569.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8570.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8571.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8572.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8573.             'doctrine.entity_managers' => [
  8574.                 'default' => 'doctrine.orm.default_entity_manager',
  8575.             ],
  8576.             'doctrine.default_entity_manager' => 'default',
  8577.             'doctrine.dbal.connection_factory.types' => [
  8578.             ],
  8579.             'doctrine.connections' => [
  8580.                 'default' => 'doctrine.dbal.default_connection',
  8581.             ],
  8582.             'doctrine.default_connection' => 'default',
  8583.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8584.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8585.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8586.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8587.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8588.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8589.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8590.             'doctrine.orm.cache.memcache_port' => 11211,
  8591.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8592.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8593.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8594.             'doctrine.orm.cache.memcached_port' => 11211,
  8595.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8596.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8597.             'doctrine.orm.cache.redis_host' => 'localhost',
  8598.             'doctrine.orm.cache.redis_port' => 6379,
  8599.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8600.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8601.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8602.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8603.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8604.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8605.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8606.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8607.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8608.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8609.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8610.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8611.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8612.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8613.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8614.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8615.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8616.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8617.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8618.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8619.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8620.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8621.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8622.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8623.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8624.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8625.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8626.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8627.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8628.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8629.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8630.             'doctrine.migrations.preferred_em' => NULL,
  8631.             'doctrine.migrations.preferred_connection' => NULL,
  8632.             'security.role_hierarchy.roles' => [
  8633.                 'ROLE_ADMIN' => [
  8634.                     => 'ROLE_USER',
  8635.                 ],
  8636.                 'ROLE_SUPER_ADMIN' => [
  8637.                     => 'ROLE_ADMIN',
  8638.                 ],
  8639.             ],
  8640.             'security.access.denied_url' => NULL,
  8641.             'security.authentication.manager.erase_credentials' => true,
  8642.             'security.authentication.session_strategy.strategy' => 'migrate',
  8643.             'security.access.always_authenticate_before_granting' => false,
  8644.             'security.authentication.hide_user_not_found' => true,
  8645.             'monolog.use_microseconds' => true,
  8646.             'monolog.swift_mailer.handlers' => [
  8647.             ],
  8648.             'monolog.handlers_to_channels' => [
  8649.                 'monolog.handler.console' => [
  8650.                     'type' => 'exclusive',
  8651.                     'elements' => [
  8652.                         => 'event',
  8653.                         => 'doctrine',
  8654.                         => 'console',
  8655.                     ],
  8656.                 ],
  8657.                 'monolog.handler.main' => [
  8658.                     'type' => 'exclusive',
  8659.                     'elements' => [
  8660.                         => 'event',
  8661.                     ],
  8662.                 ],
  8663.             ],
  8664.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8665.             'easyadmin.config' => [
  8666.                 'entities' => [
  8667.                     'Category' => [
  8668.                         'class' => 'App\\Entity\\Category',
  8669.                         'label' => 'menu.category',
  8670.                         'icon' => 'futbol-o',
  8671.                         'permission' => [
  8672.                             => 'ROLE_ADMIN',
  8673.                         ],
  8674.                         'list' => [
  8675.                             'fields' => [
  8676.                                 => [
  8677.                                     'property' => 'image',
  8678.                                     'type' => 'image',
  8679.                                     'base_path' => '/uploads/images/exercise',
  8680.                                     'sortable' => false,
  8681.                                 ],
  8682.                                 => [
  8683.                                     'property' => 'name',
  8684.                                     'label' => 'Nombre',
  8685.                                 ],
  8686.                                 => [
  8687.                                     'property' => 'description',
  8688.                                     'label' => 'Descripción',
  8689.                                 ],
  8690.                             ],
  8691.                         ],
  8692.                         'show' => [
  8693.                             'fields' => [
  8694.                                 => [
  8695.                                     'property' => 'name',
  8696.                                     'label' => 'Nombre',
  8697.                                 ],
  8698.                                 => [
  8699.                                     'property' => 'image',
  8700.                                     'type' => 'image',
  8701.                                     'base_path' => '/uploads/images/exercise',
  8702.                                 ],
  8703.                             ],
  8704.                         ],
  8705.                         'form' => [
  8706.                             'fields' => [
  8707.                                 => [
  8708.                                     'property' => 'translations',
  8709.                                     'label' => 'Traducciones',
  8710.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  8711.                                 ],
  8712.                                 => [
  8713.                                     'property' => 'imageFile',
  8714.                                     'type' => 'vich_image',
  8715.                                 ],
  8716.                             ],
  8717.                         ],
  8718.                         'name' => 'Category',
  8719.                     ],
  8720.                     'Collaborator' => [
  8721.                         'class' => 'App\\Entity\\Collaborator',
  8722.                         'label' => 'menu.collaborator',
  8723.                         'icon' => 'user-tie',
  8724.                         'permission' => [
  8725.                             => 'ROLE_ADMIN',
  8726.                         ],
  8727.                         'list' => [
  8728.                             'fields' => [
  8729.                                 => [
  8730.                                     'property' => 'image',
  8731.                                     'label' => 'Imagen',
  8732.                                     'type' => 'image',
  8733.                                     'base_path' => '/uploads/images/collaborator',
  8734.                                     'sortable' => false,
  8735.                                 ],
  8736.                                 => [
  8737.                                     'property' => 'names',
  8738.                                     'label' => 'Nombres',
  8739.                                 ],
  8740.                                 => [
  8741.                                     'property' => 'link',
  8742.                                     'label' => 'Link',
  8743.                                 ],
  8744.                                 => [
  8745.                                     'property' => 'description',
  8746.                                     'label' => 'Descripcion',
  8747.                                 ],
  8748.                             ],
  8749.                         ],
  8750.                         'show' => [
  8751.                             'fields' => [
  8752.                                 => [
  8753.                                     'property' => 'names',
  8754.                                     'label' => 'Nombres',
  8755.                                 ],
  8756.                                 => [
  8757.                                     'property' => 'link',
  8758.                                     'label' => 'Link',
  8759.                                 ],
  8760.                                 => [
  8761.                                     'property' => 'description',
  8762.                                     'label' => 'Descripcion',
  8763.                                 ],
  8764.                                 => [
  8765.                                     'property' => 'image',
  8766.                                     'label' => 'Imagen',
  8767.                                     'type' => 'image',
  8768.                                     'base_path' => '/uploads/images/collaborator',
  8769.                                 ],
  8770.                             ],
  8771.                         ],
  8772.                         'form' => [
  8773.                             'fields' => [
  8774.                                 => [
  8775.                                     'property' => 'names',
  8776.                                     'label' => 'Nombres',
  8777.                                 ],
  8778.                                 => [
  8779.                                     'property' => 'link',
  8780.                                     'label' => 'Link',
  8781.                                 ],
  8782.                                 => [
  8783.                                     'property' => 'description',
  8784.                                     'label' => 'Descripcion',
  8785.                                 ],
  8786.                                 => [
  8787.                                     'property' => 'imageFile',
  8788.                                     'label' => 'Imagen',
  8789.                                     'type' => 'vich_image',
  8790.                                 ],
  8791.                             ],
  8792.                         ],
  8793.                         'name' => 'Collaborator',
  8794.                     ],
  8795.                     'Config' => [
  8796.                         'class' => 'App\\Entity\\Config',
  8797.                         'controller' => 'App\\Controller\\ConfigController',
  8798.                         'label' => 'menu.config',
  8799.                         'icon' => 'cog',
  8800.                         'permission' => [
  8801.                             => 'ROLE_ADMIN',
  8802.                         ],
  8803.                         'disabled_actions' => [
  8804.                             => 'show',
  8805.                             => 'delete',
  8806.                             => 'new',
  8807.                         ],
  8808.                         'form' => [
  8809.                             'title' => 'label.config',
  8810.                             'fields' => [
  8811.                                 => [
  8812.                                     'type' => 'group',
  8813.                                     'columns' => 6,
  8814.                                     'label' => 'Pagos',
  8815.                                 ],
  8816.                                 => [
  8817.                                     'property' => 'timeForFree',
  8818.                                     'label' => 'Tiempo de uso gratis (dias)',
  8819.                                     'help' => 'Tiempo en dias que tiene el usuario para usar la app de forma gratuita, luego de este tiempo se le pedira pagar.',
  8820.                                 ],
  8821.                             ],
  8822.                         ],
  8823.                         'name' => 'Config',
  8824.                     ],
  8825.                     'Country' => [
  8826.                         'class' => 'App\\Entity\\Country',
  8827.                         'label' => 'menu.country',
  8828.                         'icon' => 'flag',
  8829.                         'permission' => [
  8830.                             => 'ROLE_ADMIN',
  8831.                         ],
  8832.                         'list' => [
  8833.                             'sort' => [
  8834.                                 => 'name',
  8835.                                 => 'ASC',
  8836.                             ],
  8837.                             'fields' => [
  8838.                                 => [
  8839.                                     'property' => 'flag',
  8840.                                     'label' => 'Bandera',
  8841.                                     'type' => 'image',
  8842.                                     'base_path' => '/uploads/images/country',
  8843.                                     'sortable' => false,
  8844.                                 ],
  8845.                                 => [
  8846.                                     'property' => 'name',
  8847.                                     'label' => 'Nombre',
  8848.                                 ],
  8849.                                 => [
  8850.                                     'property' => 'code',
  8851.                                     'label' => 'Codigo',
  8852.                                 ],
  8853.                             ],
  8854.                         ],
  8855.                         'show' => [
  8856.                             'fields' => [
  8857.                                 => [
  8858.                                     'property' => 'name',
  8859.                                     'label' => 'Nombre',
  8860.                                 ],
  8861.                                 => [
  8862.                                     'property' => 'code',
  8863.                                     'label' => 'Codigo',
  8864.                                 ],
  8865.                                 => [
  8866.                                     'property' => 'flag',
  8867.                                     'label' => 'Bandera',
  8868.                                     'type' => 'image',
  8869.                                     'base_path' => '/uploads/images/country',
  8870.                                 ],
  8871.                             ],
  8872.                         ],
  8873.                         'form' => [
  8874.                             'fields' => [
  8875.                                 => [
  8876.                                     'property' => 'name',
  8877.                                     'label' => 'Nombre',
  8878.                                 ],
  8879.                                 => [
  8880.                                     'property' => 'code',
  8881.                                     'label' => 'Codigo',
  8882.                                 ],
  8883.                                 => [
  8884.                                     'property' => 'flagFile',
  8885.                                     'type' => 'vich_image',
  8886.                                 ],
  8887.                             ],
  8888.                         ],
  8889.                         'name' => 'Country',
  8890.                     ],
  8891.                     'Coupon' => [
  8892.                         'class' => 'App\\Entity\\Coupon',
  8893.                         'controller' => 'App\\Controller\\CouponController',
  8894.                         'label' => 'menu.coupons',
  8895.                         'icon' => 'gift',
  8896.                         'permission' => [
  8897.                             => 'ROLE_SUPER_ADMIN',
  8898.                         ],
  8899.                         'list' => [
  8900.                             'fields' => [
  8901.                                 => [
  8902.                                     'property' => 'promoCode',
  8903.                                     'label' => 'Código Promocional',
  8904.                                 ],
  8905.                                 => [
  8906.                                     'property' => 'expiresAt',
  8907.                                     'label' => 'Expira en',
  8908.                                 ],
  8909.                                 => [
  8910.                                     'property' => 'limitUses',
  8911.                                     'label' => 'Nro Usos Límite',
  8912.                                 ],
  8913.                                 => [
  8914.                                     'property' => 'activatedUses',
  8915.                                     'label' => 'Nro Usos Activados',
  8916.                                 ],
  8917.                                 => [
  8918.                                     'property' => 'createdAt',
  8919.                                     'label' => 'Creado en',
  8920.                                 ],
  8921.                                 => [
  8922.                                     'property' => 'updatedAt',
  8923.                                     'label' => 'Editado en',
  8924.                                 ],
  8925.                             ],
  8926.                         ],
  8927.                         'show' => [
  8928.                             'fields' => [
  8929.                                 => [
  8930.                                     'property' => 'promoCode',
  8931.                                     'label' => 'Código Promocional',
  8932.                                 ],
  8933.                                 => [
  8934.                                     'property' => 'expiresAt',
  8935.                                     'label' => 'Expira en',
  8936.                                 ],
  8937.                                 => [
  8938.                                     'property' => 'limitUses',
  8939.                                     'label' => 'Nro Usos Límite',
  8940.                                 ],
  8941.                                 => [
  8942.                                     'property' => 'createdAt',
  8943.                                     'label' => 'Creado en',
  8944.                                 ],
  8945.                                 => [
  8946.                                     'property' => 'updatedAt',
  8947.                                     'label' => 'Editado en',
  8948.                                 ],
  8949.                             ],
  8950.                         ],
  8951.                         'form' => [
  8952.                             'fields' => [
  8953.                                 => [
  8954.                                     'property' => 'isGeneratedPromoCode',
  8955.                                     'label' => 'Auto Generar Promo Code',
  8956.                                     'type' => 'checkbox',
  8957.                                     'type_options' => [
  8958.                                         'attr' => [
  8959.                                             'autocomplete' => 'off',
  8960.                                             'class' => 'cb_auto_generate_promo_code',
  8961.                                         ],
  8962.                                     ],
  8963.                                 ],
  8964.                                 => [
  8965.                                     'property' => 'promoCode',
  8966.                                     'label' => 'Código Promocional',
  8967.                                     'type_options' => [
  8968.                                         'required' => true,
  8969.                                         'attr' => [
  8970.                                             'autocomplete' => 'off',
  8971.                                             'class' => 'text_promo_code',
  8972.                                             'maxlength' => 6,
  8973.                                             'style' => 'text-transform: uppercase;',
  8974.                                         ],
  8975.                                     ],
  8976.                                 ],
  8977.                                 => [
  8978.                                     'property' => 'expiresAt',
  8979.                                     'label' => 'Expira en',
  8980.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  8981.                                     'type_options' => [
  8982.                                         'attr' => [
  8983.                                             'autocomplete' => 'off',
  8984.                                         ],
  8985.                                         'required' => true,
  8986.                                     ],
  8987.                                 ],
  8988.                                 => [
  8989.                                     'property' => 'limitUses',
  8990.                                     'label' => 'Nro Usos Límite',
  8991.                                     'type_options' => [
  8992.                                         'required' => true,
  8993.                                     ],
  8994.                                 ],
  8995.                             ],
  8996.                         ],
  8997.                         'edit' => [
  8998.                             'fields' => [
  8999.                                 => [
  9000.                                     'property' => 'isGeneratedPromoCode',
  9001.                                     'label' => 'Auto Generar Promo Code',
  9002.                                     'type' => 'checkbox',
  9003.                                     'type_options' => [
  9004.                                         'attr' => [
  9005.                                             'autocomplete' => 'off',
  9006.                                             'class' => 'cb_auto_generate_promo_code',
  9007.                                         ],
  9008.                                     ],
  9009.                                 ],
  9010.                                 => [
  9011.                                     'property' => 'promoCode',
  9012.                                     'label' => 'Código Promocional',
  9013.                                     'type_options' => [
  9014.                                         'required' => true,
  9015.                                         'attr' => [
  9016.                                             'autocomplete' => 'off',
  9017.                                             'class' => 'text_promo_code',
  9018.                                             'maxlength' => 6,
  9019.                                             'style' => 'text-transform: uppercase;',
  9020.                                         ],
  9021.                                     ],
  9022.                                 ],
  9023.                                 => [
  9024.                                     'property' => 'expiresAt',
  9025.                                     'label' => 'Expira en',
  9026.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  9027.                                     'type_options' => [
  9028.                                         'attr' => [
  9029.                                             'autocomplete' => 'off',
  9030.                                         ],
  9031.                                         'required' => true,
  9032.                                     ],
  9033.                                 ],
  9034.                                 => [
  9035.                                     'property' => 'limitUses',
  9036.                                     'label' => 'Nro Usos Límite',
  9037.                                     'type_options' => [
  9038.                                         'required' => true,
  9039.                                     ],
  9040.                                 ],
  9041.                             ],
  9042.                         ],
  9043.                         'name' => 'Coupon',
  9044.                     ],
  9045.                     'Customer' => [
  9046.                         'class' => 'App\\Entity\\Customer',
  9047.                         'controller' => 'App\\Controller\\CustomerController',
  9048.                         'label' => 'menu.clients',
  9049.                         'icon' => 'user',
  9050.                         'permission' => [
  9051.                             => 'ROLE_ADMIN',
  9052.                         ],
  9053.                         'list' => [
  9054.                             'batch_actions' => [
  9055.                                 => [
  9056.                                     'name' => 'captureMail',
  9057.                                     'label' => 'Copiar Correo',
  9058.                                     'icon' => 'envelope',
  9059.                                     'css_class' => 'btn btn-secondary',
  9060.                                     'ask_confirm' => false,
  9061.                                 ],
  9062.                             ],
  9063.                             'max_results' => 100,
  9064.                             'fields' => [
  9065.                                 => [
  9066.                                     'property' => 'imageTeam',
  9067.                                     'label' => 'Imagen',
  9068.                                     'type' => 'image',
  9069.                                     'base_path' => '/uploads/images/customer',
  9070.                                     'sortable' => false,
  9071.                                 ],
  9072.                                 => [
  9073.                                     'property' => 'name',
  9074.                                     'label' => 'Nombre',
  9075.                                 ],
  9076.                                 => 'email',
  9077.                                 => [
  9078.                                     'property' => 'enabled',
  9079.                                     'label' => 'Habilitado',
  9080.                                 ],
  9081.                                 => [
  9082.                                     'property' => 'seasonActiveText',
  9083.                                     'label' => 'Temp.',
  9084.                                 ],
  9085.                                 => [
  9086.                                     'property' => 'nameTeam',
  9087.                                     'label' => 'Equipo',
  9088.                                 ],
  9089.                                 => [
  9090.                                     'property' => 'typeAccount',
  9091.                                     'label' => 'Tipo Cuenta',
  9092.                                 ],
  9093.                                 => [
  9094.                                     'property' => 'isPro',
  9095.                                     'label' => 'User Pro',
  9096.                                     'type' => 'boolean',
  9097.                                 ],
  9098.                                 => [
  9099.                                     'property' => 'couponStatus',
  9100.                                     'label' => 'Coupon Status',
  9101.                                     'type' => 'boolean',
  9102.                                 ],
  9103.                             ],
  9104.                         ],
  9105.                         'show' => [
  9106.                             'fields' => [
  9107.                                 => [
  9108.                                     'property' => 'name',
  9109.                                     'label' => 'Nombre',
  9110.                                 ],
  9111.                                 => 'email',
  9112.                                 => [
  9113.                                     'property' => 'enabled',
  9114.                                     'label' => 'Habilitado',
  9115.                                 ],
  9116.                                 => [
  9117.                                     'property' => 'typeAccount',
  9118.                                     'label' => 'Tipo Cuenta',
  9119.                                 ],
  9120.                             ],
  9121.                         ],
  9122.                         'form' => [
  9123.                             'fields' => [
  9124.                                 => [
  9125.                                     'property' => 'name',
  9126.                                     'label' => 'Nombre',
  9127.                                 ],
  9128.                                 => [
  9129.                                     'property' => 'email',
  9130.                                     'type' => 'email',
  9131.                                 ],
  9132.                                 => [
  9133.                                     'property' => 'plainPassword',
  9134.                                     'label' => 'Password',
  9135.                                     'type' => 'password',
  9136.                                     'type_options' => [
  9137.                                         'required' => true,
  9138.                                     ],
  9139.                                 ],
  9140.                             ],
  9141.                         ],
  9142.                         'edit' => [
  9143.                             'fields' => [
  9144.                                 => [
  9145.                                     'property' => 'plainPassword',
  9146.                                     'label' => 'Password',
  9147.                                     'type' => 'password',
  9148.                                     'type_options' => [
  9149.                                         'required' => false,
  9150.                                     ],
  9151.                                 ],
  9152.                                 => [
  9153.                                     'property' => 'isPro',
  9154.                                     'label' => 'User is Pro',
  9155.                                     'type' => 'checkbox',
  9156.                                 ],
  9157.                             ],
  9158.                         ],
  9159.                         'name' => 'Customer',
  9160.                     ],
  9161.                     'Exercise' => [
  9162.                         'class' => 'App\\Entity\\Exercise',
  9163.                         'label' => 'Ejercicio',
  9164.                         'icon' => 'male',
  9165.                         'permission' => [
  9166.                             => 'ROLE_ADMIN',
  9167.                         ],
  9168.                         'list' => [
  9169.                             'filters' => [
  9170.                                 => [
  9171.                                     'property' => 'updatedAt',
  9172.                                     'label' => 'label.updatedAt',
  9173.                                     'type' => 'date',
  9174.                                 ],
  9175.                                 => [
  9176.                                     'property' => 'category',
  9177.                                     'label' => 'menu.category',
  9178.                                 ],
  9179.                                 => [
  9180.                                     'property' => 'dificulty',
  9181.                                     'label' => 'label.dificulty',
  9182.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  9183.                                 ],
  9184.                                 => [
  9185.                                     'property' => 'intensity',
  9186.                                     'label' => 'label.intensity',
  9187.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  9188.                                 ],
  9189.                             ],
  9190.                             'fields' => [
  9191.                                 => [
  9192.                                     'property' => 'image',
  9193.                                     'label' => 'Imagen',
  9194.                                     'type' => 'image',
  9195.                                     'base_path' => '/uploads/images/exercise',
  9196.                                     'sortable' => false,
  9197.                                 ],
  9198.                                 => [
  9199.                                     'property' => 'name',
  9200.                                     'label' => 'Nombre',
  9201.                                 ],
  9202.                                 => [
  9203.                                     'property' => 'category',
  9204.                                     'label' => 'Categoria',
  9205.                                 ],
  9206.                                 => [
  9207.                                     'property' => 'duration',
  9208.                                     'label' => 'Tiempo',
  9209.                                 ],
  9210.                             ],
  9211.                             'max_results' => 30,
  9212.                         ],
  9213.                         'show' => [
  9214.                             'fields' => [
  9215.                                 => [
  9216.                                     'property' => 'name',
  9217.                                     'label' => 'Nombre',
  9218.                                 ],
  9219.                                 => [
  9220.                                     'property' => 'image',
  9221.                                     'label' => 'Imagen',
  9222.                                     'type' => 'image',
  9223.                                     'base_path' => '/uploads/images/exercise',
  9224.                                 ],
  9225.                                 => [
  9226.                                     'property' => 'category',
  9227.                                     'label' => 'Categoria',
  9228.                                 ],
  9229.                                 => [
  9230.                                     'property' => 'description',
  9231.                                     'label' => 'Descripcion',
  9232.                                 ],
  9233.                                 => [
  9234.                                     'property' => 'poster',
  9235.                                     'label' => 'Imagen Ejercicio',
  9236.                                     'type' => 'image',
  9237.                                     'base_path' => '/uploads/images/exercise',
  9238.                                 ],
  9239.                                 => [
  9240.                                     'property' => 'dificulty',
  9241.                                     'label' => 'label.dificulty',
  9242.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  9243.                                 ],
  9244.                                 => [
  9245.                                     'property' => 'intensity',
  9246.                                     'label' => 'label.intensity',
  9247.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  9248.                                 ],
  9249.                                 => [
  9250.                                     'property' => 'duration',
  9251.                                     'label' => 'Tiempo',
  9252.                                 ],
  9253.                             ],
  9254.                         ],
  9255.                         'form' => [
  9256.                             'fields' => [
  9257.                                 => [
  9258.                                     'property' => 'translations',
  9259.                                     'label' => 'Traducciones',
  9260.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  9261.                                     'type_options' => [
  9262.                                         'fields' => [
  9263.                                             'name' => [
  9264.                                                 'attr' => [
  9265.                                                     'style' => 'max-width: inherit;',
  9266.                                                 ],
  9267.                                             ],
  9268.                                             'description' => [
  9269.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  9270.                                                 'attr' => [
  9271.                                                     'rows' => '10',
  9272.                                                     'style' => 'max-width: inherit;',
  9273.                                                 ],
  9274.                                             ],
  9275.                                         ],
  9276.                                     ],
  9277.                                 ],
  9278.                                 => [
  9279.                                     'property' => 'imageFile',
  9280.                                     'label' => 'Imagen',
  9281.                                     'type' => 'vich_image',
  9282.                                     'help' => 'La imagen debe ser de 100x100 px',
  9283.                                 ],
  9284.                                 => [
  9285.                                     'property' => 'category',
  9286.                                     'label' => 'Categoria',
  9287.                                 ],
  9288.                                 => [
  9289.                                     'property' => 'posterFile',
  9290.                                     'label' => 'Imagen Ejercicio',
  9291.                                     'type' => 'vich_image',
  9292.                                     'help' => 'La imagen debe ser de 500x350 px',
  9293.                                 ],
  9294.                                 => [
  9295.                                     'property' => 'dificulty',
  9296.                                     'label' => 'label.dificulty',
  9297.                                     'type' => 'App\\Form\\Type\\DificultyType',
  9298.                                 ],
  9299.                                 => [
  9300.                                     'property' => 'intensity',
  9301.                                     'label' => 'label.intensity',
  9302.                                     'type' => 'App\\Form\\Type\\IntensityType',
  9303.                                 ],
  9304.                                 => [
  9305.                                     'property' => 'duration',
  9306.                                     'label' => 'Tiempo',
  9307.                                     'help' => 'Tiempo en minutos',
  9308.                                     'type_options' => [
  9309.                                         'attr' => [
  9310.                                             'min' => 1,
  9311.                                             'max' => 999,
  9312.                                         ],
  9313.                                     ],
  9314.                                 ],
  9315.                                 => [
  9316.                                     'property' => 'materials',
  9317.                                     'label' => 'Material',
  9318.                                     'type_options' => [
  9319.                                         'multiple' => true,
  9320.                                         'class' => 'App\\Entity\\Material',
  9321.                                     ],
  9322.                                 ],
  9323.                             ],
  9324.                         ],
  9325.                         'search' => [
  9326.                             'fields' => [
  9327.                                 => 'category',
  9328.                                 => 'translations.name',
  9329.                             ],
  9330.                         ],
  9331.                         'name' => 'Exercise',
  9332.                     ],
  9333.                     'Material' => [
  9334.                         'class' => 'App\\Entity\\Material',
  9335.                         'label' => 'menu.material',
  9336.                         'icon' => 'futbol-o',
  9337.                         'permission' => [
  9338.                             => 'ROLE_ADMIN',
  9339.                         ],
  9340.                         'list' => [
  9341.                             'fields' => [
  9342.                                 => [
  9343.                                     'property' => 'name',
  9344.                                     'label' => 'Nombre',
  9345.                                 ],
  9346.                             ],
  9347.                         ],
  9348.                         'show' => [
  9349.                             'fields' => [
  9350.                                 => [
  9351.                                     'property' => 'name',
  9352.                                     'label' => 'Nombre',
  9353.                                 ],
  9354.                             ],
  9355.                         ],
  9356.                         'form' => [
  9357.                             'fields' => [
  9358.                                 => [
  9359.                                     'property' => 'translations',
  9360.                                     'label' => 'Traducciones',
  9361.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  9362.                                 ],
  9363.                             ],
  9364.                         ],
  9365.                         'name' => 'Material',
  9366.                     ],
  9367.                     'Membership' => [
  9368.                         'class' => 'App\\Entity\\Membership',
  9369.                         'label' => 'Membresia Texto e Imagen',
  9370.                         'icon' => 'user-tie',
  9371.                         'permission' => [
  9372.                             => 'ROLE_ADMIN',
  9373.                         ],
  9374.                         'list' => [
  9375.                             'fields' => [
  9376.                                 => [
  9377.                                     'property' => 'image',
  9378.                                     'label' => 'Imagen222',
  9379.                                     'type' => 'image',
  9380.                                     'base_path' => '/uploads/images/membership',
  9381.                                     'sortable' => false,
  9382.                                 ],
  9383.                                 => [
  9384.                                     'property' => 'title',
  9385.                                     'label' => 'Título',
  9386.                                 ],
  9387.                                 => [
  9388.                                     'property' => 'description',
  9389.                                     'label' => 'Descripcion',
  9390.                                 ],
  9391.                             ],
  9392.                         ],
  9393.                         'show' => [
  9394.                             'fields' => [
  9395.                                 => [
  9396.                                     'property' => 'image',
  9397.                                     'label' => 'Imagen',
  9398.                                     'type' => 'image',
  9399.                                     'base_path' => '/uploads/images/membership',
  9400.                                 ],
  9401.                                 => [
  9402.                                     'property' => 'title',
  9403.                                     'label' => 'Título',
  9404.                                 ],
  9405.                                 => [
  9406.                                     'property' => 'description',
  9407.                                     'label' => 'Descripcion',
  9408.                                 ],
  9409.                             ],
  9410.                         ],
  9411.                         'form' => [
  9412.                             'fields' => [
  9413.                                 => [
  9414.                                     'property' => 'translations',
  9415.                                     'label' => 'Traducciones',
  9416.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  9417.                                     'type_options' => [
  9418.                                         'fields' => [
  9419.                                             'title' => [
  9420.                                                 'attr' => [
  9421.                                                     'style' => 'max-width: inherit;',
  9422.                                                 ],
  9423.                                             ],
  9424.                                             'description' => [
  9425.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  9426.                                                 'attr' => [
  9427.                                                     'rows' => '10',
  9428.                                                     'style' => 'max-width: inherit;',
  9429.                                                 ],
  9430.                                             ],
  9431.                                         ],
  9432.                                     ],
  9433.                                 ],
  9434.                                 => [
  9435.                                     'property' => 'imageFile',
  9436.                                     'label' => 'Imagen',
  9437.                                     'type' => 'vich_image',
  9438.                                 ],
  9439.                             ],
  9440.                         ],
  9441.                         'name' => 'Membership',
  9442.                     ],
  9443.                     'Notification' => [
  9444.                         'class' => 'App\\Entity\\Notification',
  9445.                         'controller' => 'App\\Controller\\NotificationController',
  9446.                         'label' => 'Notificación',
  9447.                         'icon' => 'male',
  9448.                         'permission' => [
  9449.                             => 'ROLE_ADMIN',
  9450.                         ],
  9451.                         'list' => [
  9452.                             'filters' => [
  9453.                                 => [
  9454.                                     'property' => 'createdAt',
  9455.                                     'label' => 'label.createdAt',
  9456.                                     'type' => 'date',
  9457.                                 ],
  9458.                             ],
  9459.                             'fields' => [
  9460.                                 => [
  9461.                                     'property' => 'title',
  9462.                                     'label' => 'Titulo',
  9463.                                 ],
  9464.                                 => [
  9465.                                     'property' => 'body',
  9466.                                     'label' => 'Cuerpo',
  9467.                                 ],
  9468.                             ],
  9469.                             'max_results' => 30,
  9470.                         ],
  9471.                         'show' => [
  9472.                             'fields' => [
  9473.                                 => [
  9474.                                     'property' => 'title',
  9475.                                     'label' => 'Titulo',
  9476.                                 ],
  9477.                                 => [
  9478.                                     'property' => 'body',
  9479.                                     'label' => 'Cuerpo',
  9480.                                 ],
  9481.                             ],
  9482.                         ],
  9483.                         'form' => [
  9484.                             'fields' => [
  9485.                                 => [
  9486.                                     'property' => 'translations',
  9487.                                     'label' => 'Traducciones',
  9488.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  9489.                                     'type_options' => [
  9490.                                         'fields' => [
  9491.                                             'title' => [
  9492.                                                 'attr' => [
  9493.                                                     'style' => 'max-width: inherit;',
  9494.                                                 ],
  9495.                                             ],
  9496.                                             'body' => [
  9497.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  9498.                                                 'attr' => [
  9499.                                                     'rows' => '10',
  9500.                                                     'style' => 'max-width: inherit;',
  9501.                                                 ],
  9502.                                             ],
  9503.                                         ],
  9504.                                     ],
  9505.                                 ],
  9506.                                 => [
  9507.                                     'property' => 'type',
  9508.                                     'label' => 'Tipo de notificacion',
  9509.                                     'type' => 'App\\Form\\Type\\NotificationType',
  9510.                                 ],
  9511.                             ],
  9512.                         ],
  9513.                         'name' => 'Notification',
  9514.                     ],
  9515.                     'Position' => [
  9516.                         'class' => 'App\\Entity\\Position',
  9517.                         'label' => 'menu.position',
  9518.                         'icon' => 'futbol-o',
  9519.                         'permission' => [
  9520.                             => 'ROLE_ADMIN',
  9521.                         ],
  9522.                         'list' => [
  9523.                             'fields' => [
  9524.                                 => [
  9525.                                     'property' => 'image',
  9526.                                     'type' => 'image',
  9527.                                     'base_path' => '/uploads/images/position_images',
  9528.                                     'sortable' => false,
  9529.                                 ],
  9530.                                 => [
  9531.                                     'property' => 'name',
  9532.                                     'label' => 'Nombre',
  9533.                                 ],
  9534.                                 => [
  9535.                                     'property' => 'slug',
  9536.                                     'label' => 'Prefijo',
  9537.                                 ],
  9538.                                 => [
  9539.                                     'property' => 'field_position',
  9540.                                     'label' => 'Posición Num',
  9541.                                 ],
  9542.                             ],
  9543.                         ],
  9544.                         'show' => [
  9545.                             'fields' => [
  9546.                                 => [
  9547.                                     'property' => 'name',
  9548.                                     'label' => 'Nombre',
  9549.                                 ],
  9550.                                 => [
  9551.                                     'property' => 'slug',
  9552.                                     'label' => 'Prefijo',
  9553.                                 ],
  9554.                                 => [
  9555.                                     'property' => 'field_position',
  9556.                                     'label' => 'Posición Num',
  9557.                                 ],
  9558.                                 => [
  9559.                                     'property' => 'image',
  9560.                                     'type' => 'image',
  9561.                                     'base_path' => '/uploads/images/position_images',
  9562.                                 ],
  9563.                             ],
  9564.                         ],
  9565.                         'form' => [
  9566.                             'fields' => [
  9567.                                 => [
  9568.                                     'property' => 'translations',
  9569.                                     'label' => 'Traducciones',
  9570.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  9571.                                 ],
  9572.                                 => [
  9573.                                     'property' => 'slug',
  9574.                                     'label' => 'Prefijo',
  9575.                                 ],
  9576.                                 => [
  9577.                                     'property' => 'field_position',
  9578.                                     'label' => 'Posición Num',
  9579.                                 ],
  9580.                                 => [
  9581.                                     'property' => 'imageFile',
  9582.                                     'type' => 'vich_image',
  9583.                                 ],
  9584.                             ],
  9585.                         ],
  9586.                         'name' => 'Position',
  9587.                     ],
  9588.                     'Suggestion' => [
  9589.                         'class' => 'App\\Entity\\Suggestion',
  9590.                         'label' => 'menu.suggestion',
  9591.                         'icon' => 'comments',
  9592.                         'permission' => [
  9593.                             => 'ROLE_ADMIN',
  9594.                         ],
  9595.                         'disabled_actions' => [
  9596.                             => 'new',
  9597.                             => 'edit',
  9598.                         ],
  9599.                         'list' => [
  9600.                             'sort' => [
  9601.                                 => 'createdAt',
  9602.                                 => 'DESC',
  9603.                             ],
  9604.                             'fields' => [
  9605.                                 => [
  9606.                                     'property' => 'createdAt',
  9607.                                     'label' => 'Fecha',
  9608.                                 ],
  9609.                                 => [
  9610.                                     'property' => 'customer',
  9611.                                     'label' => 'Usuario',
  9612.                                 ],
  9613.                                 => [
  9614.                                     'property' => 'value',
  9615.                                     'label' => 'Sugerencia',
  9616.                                 ],
  9617.                             ],
  9618.                         ],
  9619.                         'show' => [
  9620.                             'fields' => [
  9621.                                 => [
  9622.                                     'property' => 'customer',
  9623.                                     'label' => 'Usuario',
  9624.                                 ],
  9625.                                 => [
  9626.                                     'property' => 'value',
  9627.                                     'label' => 'Sugerencia',
  9628.                                 ],
  9629.                                 => [
  9630.                                     'property' => 'createdAt',
  9631.                                     'label' => 'Fecha',
  9632.                                 ],
  9633.                             ],
  9634.                         ],
  9635.                         'name' => 'Suggestion',
  9636.                     ],
  9637.                     'Team' => [
  9638.                         'class' => 'App\\Entity\\Team',
  9639.                         'label' => 'menu.teams',
  9640.                         'icon' => 'user',
  9641.                         'permission' => [
  9642.                             => 'ROLE_ADMIN',
  9643.                         ],
  9644.                         'list' => [
  9645.                             'fields' => [
  9646.                                 => [
  9647.                                     'property' => 'image',
  9648.                                     'type' => 'image',
  9649.                                     'base_path' => '/uploads/images/customer',
  9650.                                     'sortable' => false,
  9651.                                 ],
  9652.                                 => [
  9653.                                     'property' => 'name',
  9654.                                     'label' => 'Nombre',
  9655.                                 ],
  9656.                             ],
  9657.                         ],
  9658.                         'show' => [
  9659.                             'fields' => [
  9660.                                 => [
  9661.                                     'property' => 'name',
  9662.                                     'label' => 'Nombre',
  9663.                                 ],
  9664.                                 => [
  9665.                                     'property' => 'image',
  9666.                                     'type' => 'image',
  9667.                                     'base_path' => '/uploads/images/customer',
  9668.                                 ],
  9669.                             ],
  9670.                         ],
  9671.                         'form' => [
  9672.                             'fields' => [
  9673.                                 => [
  9674.                                     'property' => 'name',
  9675.                                     'label' => 'Nombre',
  9676.                                 ],
  9677.                                 => [
  9678.                                     'property' => 'imageFile',
  9679.                                     'type' => 'vich_image',
  9680.                                 ],
  9681.                             ],
  9682.                         ],
  9683.                         'name' => 'Team',
  9684.                     ],
  9685.                     'User' => [
  9686.                         'class' => 'App\\Entity\\User',
  9687.                         'controller' => 'App\\Controller\\UserController',
  9688.                         'label' => 'menu.admins',
  9689.                         'icon' => 'user-shield',
  9690.                         'permission' => [
  9691.                             => 'ROLE_SUPER_ADMIN',
  9692.                         ],
  9693.                         'list' => [
  9694.                             'fields' => [
  9695.                                 => [
  9696.                                     'property' => 'name',
  9697.                                     'label' => 'Nombre',
  9698.                                 ],
  9699.                                 => 'email',
  9700.                                 => 'celular',
  9701.                                 => [
  9702.                                     'property' => 'enabled',
  9703.                                     'label' => 'Habilitado',
  9704.                                 ],
  9705.                             ],
  9706.                         ],
  9707.                         'show' => [
  9708.                             'fields' => [
  9709.                                 => [
  9710.                                     'property' => 'name',
  9711.                                     'label' => 'Nombre',
  9712.                                 ],
  9713.                                 => 'email',
  9714.                                 => 'celular',
  9715.                                 => [
  9716.                                     'property' => 'enabled',
  9717.                                     'label' => 'Habilitado',
  9718.                                 ],
  9719.                             ],
  9720.                         ],
  9721.                         'form' => [
  9722.                             'fields' => [
  9723.                                 => [
  9724.                                     'property' => 'name',
  9725.                                     'label' => 'Nombre',
  9726.                                 ],
  9727.                                 => [
  9728.                                     'property' => 'email',
  9729.                                     'type' => 'email',
  9730.                                 ],
  9731.                                 => 'celular',
  9732.                                 => [
  9733.                                     'property' => 'plainPassword',
  9734.                                     'label' => 'Password',
  9735.                                     'type' => 'password',
  9736.                                     'type_options' => [
  9737.                                         'required' => true,
  9738.                                     ],
  9739.                                 ],
  9740.                             ],
  9741.                         ],
  9742.                         'edit' => [
  9743.                             'fields' => [
  9744.                                 => [
  9745.                                     'property' => 'plainPassword',
  9746.                                     'label' => 'Password',
  9747.                                     'type' => 'password',
  9748.                                     'type_options' => [
  9749.                                         'required' => false,
  9750.                                     ],
  9751.                                 ],
  9752.                             ],
  9753.                         ],
  9754.                         'name' => 'User',
  9755.                     ],
  9756.                 ],
  9757.                 'site_name' => 'Gol Manager',
  9758.                 'design' => [
  9759.                     'form_theme' => [
  9760.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  9761.                         => 'default/form.html.twig',
  9762.                     ],
  9763.                     'assets' => [
  9764.                         'css' => [
  9765.                             => 'assets/css/mycore.css',
  9766.                             => 'assets/css/color.css',
  9767.                         ],
  9768.                         'js' => [
  9769.                             => 'assets/js/mycore.js?v=1.0',
  9770.                         ],
  9771.                         'favicon' => [
  9772.                             'path' => 'favicon.ico',
  9773.                             'mime_type' => 'image/x-icon',
  9774.                         ],
  9775.                     ],
  9776.                     'menu' => [
  9777.                         => [
  9778.                             'label' => 'Navegacion',
  9779.                         ],
  9780.                         => [
  9781.                             'label' => 'Home',
  9782.                             'icon' => 'home',
  9783.                             'url' => 'dashboard',
  9784.                             'default' => true,
  9785.                         ],
  9786.                         => [
  9787.                             'label' => 'Menu',
  9788.                         ],
  9789.                         => [
  9790.                             'label' => 'menu.admins',
  9791.                             'entity' => 'User',
  9792.                             'icon' => 'user-shield',
  9793.                             'permission' => 'ROLE_ADMIN',
  9794.                         ],
  9795.                         => [
  9796.                             'label' => 'menu.clients',
  9797.                             'entity' => 'Customer',
  9798.                             'icon' => 'user',
  9799.                             'permission' => 'ROLE_ADMIN',
  9800.                         ],
  9801.                         => [
  9802.                             'label' => 'menu.coupons',
  9803.                             'entity' => 'Coupon',
  9804.                             'icon' => 'gift',
  9805.                             'permission' => 'ROLE_ADMIN',
  9806.                         ],
  9807.                         => [
  9808.                             'label' => 'Categorias Entrenamiento',
  9809.                             'entity' => 'Category',
  9810.                             'icon' => 'futbol-o',
  9811.                             'permission' => 'ROLE_ADMIN',
  9812.                         ],
  9813.                         => [
  9814.                             'label' => 'Materiales Entrenamiento',
  9815.                             'entity' => 'Material',
  9816.                             'icon' => 'stack-exchange',
  9817.                             'permission' => 'ROLE_ADMIN',
  9818.                         ],
  9819.                         => [
  9820.                             'label' => 'menu.trainings',
  9821.                             'entity' => 'Exercise',
  9822.                             'icon' => 'male',
  9823.                             'permission' => 'ROLE_ADMIN',
  9824.                         ],
  9825.                         => [
  9826.                             'label' => 'menu.suggestions',
  9827.                             'entity' => 'Suggestion',
  9828.                             'icon' => 'comments',
  9829.                             'permission' => 'ROLE_ADMIN',
  9830.                         ],
  9831.                         10 => [
  9832.                             'label' => 'menu.collaborators',
  9833.                             'entity' => 'Collaborator',
  9834.                             'icon' => 'user-tie',
  9835.                             'permission' => 'ROLE_ADMIN',
  9836.                         ],
  9837.                         11 => [
  9838.                             'label' => 'Membresia',
  9839.                             'entity' => 'Membership',
  9840.                             'icon' => 'tags',
  9841.                             'permission' => 'ROLE_ADMIN',
  9842.                         ],
  9843.                         12 => [
  9844.                             'label' => 'Notificaciones',
  9845.                             'entity' => 'Notification',
  9846.                             'icon' => 'bell',
  9847.                             'permission' => 'ROLE_ADMIN',
  9848.                         ],
  9849.                         13 => [
  9850.                             'label' => 'menu.settings',
  9851.                             'icon' => 'cogs',
  9852.                             'children' => [
  9853.                                 => [
  9854.                                     'label' => 'menu.country',
  9855.                                     'entity' => 'Country',
  9856.                                     'icon' => 'flag',
  9857.                                     'permission' => 'ROLE_ADMIN',
  9858.                                 ],
  9859.                                 => [
  9860.                                     'label' => 'menu.position',
  9861.                                     'entity' => 'Position',
  9862.                                     'icon' => 'futbol-o',
  9863.                                     'permission' => 'ROLE_ADMIN',
  9864.                                 ],
  9865.                             ],
  9866.                         ],
  9867.                     ],
  9868.                     'brand_color' => 'hsl(230, 55%, 60%)',
  9869.                 ],
  9870.                 'formats' => [
  9871.                     'date' => 'd/m/Y',
  9872.                     'time' => 'H:i',
  9873.                     'datetime' => 'd/m/Y H:i:s',
  9874.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  9875.                 ],
  9876.                 'list' => [
  9877.                     'collapse_actions' => false,
  9878.                     'actions' => [
  9879.                         => [
  9880.                             'name' => 'show',
  9881.                             'icon' => 'eye',
  9882.                             'label' => false,
  9883.                             'title' => 'action.show',
  9884.                             'css_class' => 'btn btn-default',
  9885.                         ],
  9886.                         => [
  9887.                             'name' => 'edit',
  9888.                             'icon' => 'pencil',
  9889.                             'label' => false,
  9890.                             'title' => 'action.edit',
  9891.                             'css_class' => 'btn btn-success',
  9892.                         ],
  9893.                         => [
  9894.                             'name' => 'delete',
  9895.                             'icon' => 'trash',
  9896.                             'label' => false,
  9897.                             'title' => 'action.delete',
  9898.                             'css_class' => 'btn btn-danger',
  9899.                         ],
  9900.                     ],
  9901.                     'batch_actions' => [
  9902.                     ],
  9903.                     'max_results' => 15,
  9904.                     'item_permission' => NULL,
  9905.                 ],
  9906.                 'disabled_actions' => [
  9907.                 ],
  9908.                 'translation_domain' => 'messages',
  9909.                 'user' => [
  9910.                     'display_name' => true,
  9911.                     'display_avatar' => true,
  9912.                     'name_property_path' => '__toString',
  9913.                     'avatar_property_path' => NULL,
  9914.                 ],
  9915.                 'search' => [
  9916.                 ],
  9917.                 'edit' => [
  9918.                     'actions' => [
  9919.                     ],
  9920.                     'item_permission' => NULL,
  9921.                 ],
  9922.                 'new' => [
  9923.                     'actions' => [
  9924.                     ],
  9925.                     'item_permission' => NULL,
  9926.                 ],
  9927.                 'show' => [
  9928.                     'actions' => [
  9929.                     ],
  9930.                     'max_results' => 10,
  9931.                     'item_permission' => NULL,
  9932.                 ],
  9933.             ],
  9934.             'lexik_jwt_authentication.token_ttl' => 36000,
  9935.             'lexik_jwt_authentication.clock_skew' => 0,
  9936.             'lexik_jwt_authentication.user_identity_field' => 'username',
  9937.             'lexik_jwt_authentication.user_id_claim' => 'username',
  9938.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  9939.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  9940.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  9941.             'vich_uploader.mappings' => [
  9942.                 'customer_images' => [
  9943.                     'uri_prefix' => '/uploads/images/customer',
  9944.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/customer'),
  9945.                     'namer' => [
  9946.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images',
  9947.                         'options' => [
  9948.                         ],
  9949.                     ],
  9950.                     'directory_namer' => [
  9951.                         'service' => NULL,
  9952.                         'options' => NULL,
  9953.                     ],
  9954.                     'delete_on_remove' => true,
  9955.                     'delete_on_update' => true,
  9956.                     'inject_on_load' => false,
  9957.                     'db_driver' => 'orm',
  9958.                 ],
  9959.                 'exercise_images' => [
  9960.                     'uri_prefix' => '/uploads/images/exercise',
  9961.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/exercise'),
  9962.                     'namer' => [
  9963.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.exercise_images',
  9964.                         'options' => [
  9965.                         ],
  9966.                     ],
  9967.                     'directory_namer' => [
  9968.                         'service' => NULL,
  9969.                         'options' => NULL,
  9970.                     ],
  9971.                     'delete_on_remove' => true,
  9972.                     'delete_on_update' => true,
  9973.                     'inject_on_load' => false,
  9974.                     'db_driver' => 'orm',
  9975.                 ],
  9976.                 'player_images' => [
  9977.                     'uri_prefix' => '/uploads/images/player',
  9978.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/player'),
  9979.                     'namer' => [
  9980.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images',
  9981.                         'options' => [
  9982.                         ],
  9983.                     ],
  9984.                     'directory_namer' => [
  9985.                         'service' => NULL,
  9986.                         'options' => NULL,
  9987.                     ],
  9988.                     'delete_on_remove' => true,
  9989.                     'delete_on_update' => true,
  9990.                     'inject_on_load' => false,
  9991.                     'db_driver' => 'orm',
  9992.                 ],
  9993.                 'game_images' => [
  9994.                     'uri_prefix' => '/uploads/images/game',
  9995.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/game'),
  9996.                     'namer' => [
  9997.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images',
  9998.                         'options' => [
  9999.                         ],
  10000.                     ],
  10001.                     'directory_namer' => [
  10002.                         'service' => NULL,
  10003.                         'options' => NULL,
  10004.                     ],
  10005.                     'delete_on_remove' => true,
  10006.                     'delete_on_update' => true,
  10007.                     'inject_on_load' => false,
  10008.                     'db_driver' => 'orm',
  10009.                 ],
  10010.                 'country_images' => [
  10011.                     'uri_prefix' => '/uploads/images/country',
  10012.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/country'),
  10013.                     'namer' => [
  10014.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images',
  10015.                         'options' => [
  10016.                         ],
  10017.                     ],
  10018.                     'directory_namer' => [
  10019.                         'service' => NULL,
  10020.                         'options' => NULL,
  10021.                     ],
  10022.                     'delete_on_remove' => true,
  10023.                     'delete_on_update' => true,
  10024.                     'inject_on_load' => false,
  10025.                     'db_driver' => 'orm',
  10026.                 ],
  10027.                 'document_images' => [
  10028.                     'uri_prefix' => '/uploads/images/document',
  10029.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/document'),
  10030.                     'namer' => [
  10031.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images',
  10032.                         'options' => [
  10033.                         ],
  10034.                     ],
  10035.                     'directory_namer' => [
  10036.                         'service' => NULL,
  10037.                         'options' => NULL,
  10038.                     ],
  10039.                     'delete_on_remove' => true,
  10040.                     'delete_on_update' => true,
  10041.                     'inject_on_load' => false,
  10042.                     'db_driver' => 'orm',
  10043.                 ],
  10044.                 'collaborator_images' => [
  10045.                     'uri_prefix' => '/uploads/images/collaborator',
  10046.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/collaborator'),
  10047.                     'namer' => [
  10048.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images',
  10049.                         'options' => [
  10050.                         ],
  10051.                     ],
  10052.                     'directory_namer' => [
  10053.                         'service' => NULL,
  10054.                         'options' => NULL,
  10055.                     ],
  10056.                     'delete_on_remove' => true,
  10057.                     'delete_on_update' => true,
  10058.                     'inject_on_load' => false,
  10059.                     'db_driver' => 'orm',
  10060.                 ],
  10061.                 'membership_images' => [
  10062.                     'uri_prefix' => '/uploads/images/membership',
  10063.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/membership'),
  10064.                     'namer' => [
  10065.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images',
  10066.                         'options' => [
  10067.                         ],
  10068.                     ],
  10069.                     'directory_namer' => [
  10070.                         'service' => NULL,
  10071.                         'options' => NULL,
  10072.                     ],
  10073.                     'delete_on_remove' => true,
  10074.                     'delete_on_update' => true,
  10075.                     'inject_on_load' => false,
  10076.                     'db_driver' => 'orm',
  10077.                 ],
  10078.                 'position_images' => [
  10079.                     'uri_prefix' => '/uploads/images/position_images',
  10080.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/position_images'),
  10081.                     'namer' => [
  10082.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images',
  10083.                         'options' => [
  10084.                         ],
  10085.                     ],
  10086.                     'directory_namer' => [
  10087.                         'service' => NULL,
  10088.                         'options' => NULL,
  10089.                     ],
  10090.                     'delete_on_remove' => true,
  10091.                     'delete_on_update' => true,
  10092.                     'inject_on_load' => false,
  10093.                     'db_driver' => 'orm',
  10094.                 ],
  10095.             ],
  10096.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  10097.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  10098.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  10099.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  10100.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.jwt_user_provider',
  10101.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  10102.             'gesdinet_jwt_refresh_token.single_use' => false,
  10103.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  10104.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  10105.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  10106.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  10107.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  10108.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  10109.             'doctrine_behaviors_blameable_user_entity' => NULL,
  10110.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  10111.             'a2lix_translation_form.locale_provider' => 'default',
  10112.             'a2lix_translation_form.locales' => [
  10113.                 => 'es',
  10114.                 => 'pt',
  10115.                 => 'en',
  10116.                 => 'de',
  10117.                 => 'it',
  10118.                 => 'fr',
  10119.             ],
  10120.             'a2lix_translation_form.required_locales' => [
  10121.                 => 'es',
  10122.                 => 'pt',
  10123.                 => 'en',
  10124.                 => 'de',
  10125.                 => 'it',
  10126.                 => 'fr',
  10127.             ],
  10128.             'a2lix_translation_form.default_locale' => 'es',
  10129.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  10130.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  10131.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  10132.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  10133.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  10134.             'swiftmailer.mailer.default.transport.smtp.username' => '[email protected]',
  10135.             'swiftmailer.mailer.default.transport.smtp.password' => 'olsmjgoipqhauvze',
  10136.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  10137.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  10138.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  10139.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  10140.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  10141.             ],
  10142.             'swiftmailer.mailer.default.spool.enabled' => false,
  10143.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  10144.             'swiftmailer.mailer.default.single_address' => NULL,
  10145.             'swiftmailer.mailer.default.delivery.enabled' => true,
  10146.             'swiftmailer.spool.enabled' => false,
  10147.             'swiftmailer.delivery.enabled' => true,
  10148.             'swiftmailer.single_address' => NULL,
  10149.             'swiftmailer.mailers' => [
  10150.                 'default' => 'swiftmailer.mailer.default',
  10151.             ],
  10152.             'swiftmailer.default_mailer' => 'default',
  10153.             'data_collector.templates' => [
  10154.                 'data_collector.request' => [
  10155.                     => 'request',
  10156.                     => '@WebProfiler/Collector/request.html.twig',
  10157.                 ],
  10158.                 'data_collector.time' => [
  10159.                     => 'time',
  10160.                     => '@WebProfiler/Collector/time.html.twig',
  10161.                 ],
  10162.                 'data_collector.memory' => [
  10163.                     => 'memory',
  10164.                     => '@WebProfiler/Collector/memory.html.twig',
  10165.                 ],
  10166.                 'data_collector.validator' => [
  10167.                     => 'validator',
  10168.                     => '@WebProfiler/Collector/validator.html.twig',
  10169.                 ],
  10170.                 'data_collector.ajax' => [
  10171.                     => 'ajax',
  10172.                     => '@WebProfiler/Collector/ajax.html.twig',
  10173.                 ],
  10174.                 'data_collector.form' => [
  10175.                     => 'form',
  10176.                     => '@WebProfiler/Collector/form.html.twig',
  10177.                 ],
  10178.                 'data_collector.exception' => [
  10179.                     => 'exception',
  10180.                     => '@WebProfiler/Collector/exception.html.twig',
  10181.                 ],
  10182.                 'data_collector.logger' => [
  10183.                     => 'logger',
  10184.                     => '@WebProfiler/Collector/logger.html.twig',
  10185.                 ],
  10186.                 'data_collector.events' => [
  10187.                     => 'events',
  10188.                     => '@WebProfiler/Collector/events.html.twig',
  10189.                 ],
  10190.                 'data_collector.router' => [
  10191.                     => 'router',
  10192.                     => '@WebProfiler/Collector/router.html.twig',
  10193.                 ],
  10194.                 'data_collector.cache' => [
  10195.                     => 'cache',
  10196.                     => '@WebProfiler/Collector/cache.html.twig',
  10197.                 ],
  10198.                 'data_collector.translation' => [
  10199.                     => 'translation',
  10200.                     => '@WebProfiler/Collector/translation.html.twig',
  10201.                 ],
  10202.                 'data_collector.security' => [
  10203.                     => 'security',
  10204.                     => '@Security/Collector/security.html.twig',
  10205.                 ],
  10206.                 'data_collector.twig' => [
  10207.                     => 'twig',
  10208.                     => '@WebProfiler/Collector/twig.html.twig',
  10209.                 ],
  10210.                 'data_collector.http_client' => [
  10211.                     => 'http_client',
  10212.                     => '@WebProfiler/Collector/http_client.html.twig',
  10213.                 ],
  10214.                 'data_collector.doctrine' => [
  10215.                     => 'db',
  10216.                     => '@Doctrine/Collector/db.html.twig',
  10217.                 ],
  10218.                 'swiftmailer.data_collector' => [
  10219.                     => 'swiftmailer',
  10220.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  10221.                 ],
  10222.                 'data_collector.dump' => [
  10223.                     => 'dump',
  10224.                     => '@Debug/Profiler/dump.html.twig',
  10225.                 ],
  10226.                 'mailer.data_collector' => [
  10227.                     => 'mailer',
  10228.                     => '@WebProfiler/Collector/mailer.html.twig',
  10229.                 ],
  10230.                 'easyadmin.data_collector' => [
  10231.                     => 'easyadmin',
  10232.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  10233.                 ],
  10234.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  10235.                     => 'vich_uploader.mapping_collector',
  10236.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  10237.                 ],
  10238.                 'data_collector.config' => [
  10239.                     => 'config',
  10240.                     => '@WebProfiler/Collector/config.html.twig',
  10241.                 ],
  10242.             ],
  10243.             'console.command.ids' => [
  10244.             ],
  10245.         ];
  10246.     }
  10247.     protected function throw($message)
  10248.     {
  10249.         throw new RuntimeException($message);
  10250.     }
  10251. }