var/cache/dev/ContainerHtW5gj0/App_KernelDevDebugContainer.php line 3896

Open in your IDE?
  1. <?php
  2. namespace ContainerHtW5gj0;
  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.EventListener.exception_listener' => 'getApp_EventListener_ExceptionListenerService',
  37.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  38.             'App\\Controller\\Api\\AdminClubController' => 'getAdminClubControllerService',
  39.             'App\\Controller\\Api\\ApiController' => 'getApiControllerService',
  40.             'App\\Controller\\Api\\AppModuleController' => 'getAppModuleControllerService',
  41.             'App\\Controller\\Api\\AuthController' => 'getAuthControllerService',
  42.             'App\\Controller\\Api\\CalendarController' => 'getCalendarControllerService',
  43.             'App\\Controller\\Api\\CategoryController' => 'getCategoryControllerService',
  44.             'App\\Controller\\Api\\ClubMonthlyPaymentsController' => 'getClubMonthlyPaymentsControllerService',
  45.             'App\\Controller\\Api\\CollaboratorController' => 'getCollaboratorControllerService',
  46.             'App\\Controller\\Api\\CompetitionController' => 'getCompetitionControllerService',
  47.             'App\\Controller\\Api\\ConfigController' => 'getConfigControllerService',
  48.             'App\\Controller\\Api\\CountryController' => 'getCountryControllerService',
  49.             'App\\Controller\\Api\\CustomerController' => 'getCustomerControllerService',
  50.             'App\\Controller\\Api\\DifficultyController' => 'getDifficultyControllerService',
  51.             'App\\Controller\\Api\\DocumentController' => 'getDocumentControllerService',
  52.             'App\\Controller\\Api\\ExerciseController' => 'getExerciseControllerService',
  53.             'App\\Controller\\Api\\ExerciseQualificationController' => 'getExerciseQualificationControllerService',
  54.             'App\\Controller\\Api\\ExerciseUserController' => 'getExerciseUserControllerService',
  55.             'App\\Controller\\Api\\GameController' => 'getGameControllerService',
  56.             'App\\Controller\\Api\\JustificationTypeController' => 'getJustificationTypeControllerService',
  57.             'App\\Controller\\Api\\KitPaymentsController' => 'getKitPaymentsControllerService',
  58.             'App\\Controller\\Api\\LocalityController' => 'getLocalityControllerService',
  59.             'App\\Controller\\Api\\MediaGameController' => 'getMediaGameControllerService',
  60.             'App\\Controller\\Api\\MembershipAttrController' => 'getMembershipAttrControllerService',
  61.             'App\\Controller\\Api\\MembershipController' => 'getMembershipControllerService',
  62.             'App\\Controller\\Api\\MembershipDescController' => 'getMembershipDescControllerService',
  63.             'App\\Controller\\Api\\NoteExerciseController' => 'getNoteExerciseControllerService',
  64.             'App\\Controller\\Api\\NoteGameController' => 'getNoteGameControllerService',
  65.             'App\\Controller\\Api\\NotePlayerController' => 'getNotePlayerControllerService',
  66.             'App\\Controller\\Api\\NotificationAutomaticController' => 'getNotificationAutomaticControllerService',
  67.             'App\\Controller\\Api\\NotificationAutomaticMessageController' => 'getNotificationAutomaticMessageControllerService',
  68.             'App\\Controller\\Api\\NotificationController' => 'getNotificationControllerService',
  69.             'App\\Controller\\Api\\OtherPaymentsController' => 'getOtherPaymentsControllerService',
  70.             'App\\Controller\\Api\\PlayerController' => 'getPlayerControllerService',
  71.             'App\\Controller\\Api\\PlayerSportsInjuriesController' => 'getPlayerSportsInjuriesControllerService',
  72.             'App\\Controller\\Api\\PlayerWeightController' => 'getPlayerWeightControllerService',
  73.             'App\\Controller\\Api\\PositionController' => 'getPositionControllerService',
  74.             'App\\Controller\\Api\\ReportController' => 'getReportControllerService',
  75.             'App\\Controller\\Api\\ReportTeamController' => 'getReportTeamControllerService',
  76.             'App\\Controller\\Api\\SeasonController' => 'getSeasonControllerService',
  77.             'App\\Controller\\Api\\SharePlayerController' => 'getSharePlayerControllerService',
  78.             'App\\Controller\\Api\\StrategyController' => 'getStrategyControllerService',
  79.             'App\\Controller\\Api\\SubscriptionController' => 'getSubscriptionControllerService',
  80.             'App\\Controller\\Api\\SuggestionController' => 'getSuggestionControllerService',
  81.             'App\\Controller\\Api\\SupportController' => 'getSupportControllerService',
  82.             'App\\Controller\\Api\\TrainerCustomerController' => 'getTrainerCustomerControllerService',
  83.             'App\\Controller\\Api\\TypeSoccerController' => 'getTypeSoccerControllerService',
  84.             'App\\Controller\\AppModuleController' => 'getAppModuleController2Service',
  85.             'App\\Controller\\CompetitionController' => 'getCompetitionController2Service',
  86.             'App\\Controller\\ConfigController' => 'getConfigController2Service',
  87.             'App\\Controller\\CouponController' => 'getCouponControllerService',
  88.             'App\\Controller\\CouponCustomerController' => 'getCouponCustomerControllerService',
  89.             'App\\Controller\\CustomerController' => 'getCustomerController2Service',
  90.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  91.             'App\\Controller\\DifficultyController' => 'getDifficultyController2Service',
  92.             'App\\Controller\\ExerciseSharedController' => 'getExerciseSharedControllerService',
  93.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  94.             'App\\Controller\\JustificationTypeController' => 'getJustificationTypeController2Service',
  95.             'App\\Controller\\LocalityController' => 'getLocalityController2Service',
  96.             'App\\Controller\\MembershipAttrController' => 'getMembershipAttrController2Service',
  97.             'App\\Controller\\MembershipController' => 'getMembershipController2Service',
  98.             'App\\Controller\\MembershipItemsController' => 'getMembershipItemsControllerService',
  99.             'App\\Controller\\NotificationAutomaticMessageController' => 'getNotificationAutomaticMessageController2Service',
  100.             'App\\Controller\\NotificationAutomaticTranslationController' => 'getNotificationAutomaticTranslationControllerService',
  101.             'App\\Controller\\NotificationController' => 'getNotificationController2Service',
  102.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  103.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  104.             'App\\Controller\\SuggestionController' => 'getSuggestionController2Service',
  105.             'App\\Controller\\SupportController' => 'getSupportController2Service',
  106.             'App\\Controller\\TacticController' => 'getTacticControllerService',
  107.             'App\\Controller\\TypeNotificationController' => 'getTypeNotificationControllerService',
  108.             'App\\Controller\\TypeSoccerController' => 'getTypeSoccerController2Service',
  109.             'App\\Controller\\UserController' => 'getUserControllerService',
  110.             'App\\EventListener\\ExceptionListener' => 'getExceptionListenerService',
  111.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  112.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  113.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  114.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  115.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  116.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  117.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  118.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  119.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  120.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  121.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  122.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  123.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  124.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  125.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  126.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  127.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  128.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  129.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  130.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  131.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  132.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  133.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  134.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images' => 'getUniqidNamer_CollaboratorImagesService',
  135.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.competition_images' => 'getUniqidNamer_CompetitionImagesService',
  136.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images' => 'getUniqidNamer_CountryImagesService',
  137.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images' => 'getUniqidNamer_CustomerImagesService',
  138.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images' => 'getUniqidNamer_DocumentImagesService',
  139.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images' => 'getUniqidNamer_GameImagesService',
  140.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.locality_images' => 'getUniqidNamer_LocalityImagesService',
  141.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images' => 'getUniqidNamer_MembershipImagesService',
  142.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images' => 'getUniqidNamer_PlayerImagesService',
  143.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images' => 'getUniqidNamer_PositionImagesService',
  144.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.strategies' => 'getUniqidNamer_StrategiesService',
  145.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.support_files' => 'getUniqidNamer_SupportFilesService',
  146.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.type_notification_images' => 'getUniqidNamer_TypeNotificationImagesService',
  147.             'cache.app' => 'getCache_AppService',
  148.             'cache.app_clearer' => 'getCache_AppClearerService',
  149.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  150.             'cache.system' => 'getCache_SystemService',
  151.             'cache.system_clearer' => 'getCache_SystemClearerService',
  152.             'cache_clearer' => 'getCacheClearerService',
  153.             'cache_warmer' => 'getCacheWarmerService',
  154.             'console.command_loader' => 'getConsole_CommandLoaderService',
  155.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  156.             'data_collector.dump' => 'getDataCollector_DumpService',
  157.             'doctrine' => 'getDoctrineService',
  158.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  159.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  160.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  161.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  162.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  163.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  164.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  165.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  166.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  167.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  168.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  169.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  170.             'easyadmin.router' => 'getEasyadmin_RouterService',
  171.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  172.             'error_controller' => 'getErrorControllerService',
  173.             'event_dispatcher' => 'getEventDispatcherService',
  174.             'filesystem' => 'getFilesystemService',
  175.             'form.factory' => 'getForm_FactoryService',
  176.             'form.type.file' => 'getForm_Type_FileService',
  177.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  178.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  179.             'http_kernel' => 'getHttpKernelService',
  180.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  181.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  182.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  183.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  184.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  185.             'profiler' => 'getProfilerService',
  186.             'request_stack' => 'getRequestStackService',
  187.             'router' => 'getRouterService',
  188.             'routing.loader' => 'getRouting_LoaderService',
  189.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  190.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  191.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  192.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  193.             'security.token_storage' => 'getSecurity_TokenStorageService',
  194.             'serializer' => 'getSerializerService',
  195.             'services_resetter' => 'getServicesResetterService',
  196.             'session' => 'getSessionService',
  197.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  198.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  199.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  200.             'translator' => 'getTranslatorService',
  201.             'twig' => 'getTwigService',
  202.             'validator' => 'getValidatorService',
  203.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  204.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  205.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  206.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  207.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  208.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  209.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  210.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  211.         ];
  212.         $this->aliases = [
  213.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  214.             'database_connection' => 'doctrine.dbal.default_connection',
  215.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  216.             'mailer' => 'swiftmailer.mailer.default',
  217.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  218.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  219.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  220.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  221.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  222.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  223.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  224.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  225.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  226.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  227.         ];
  228.         $this->privates['service_container'] = function () {
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  235.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  237.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  249.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  315.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  408.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  428.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  431.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  450.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  454.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  519.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  532.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  533.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  535.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  536.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  537.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  538.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  539.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  540.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  541.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  542.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  543.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  545.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  547.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  551.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  557.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  564.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  565.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  566.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  570.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  572.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  573.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  576.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  577.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  578.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  579.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  580.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  581.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  582.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  583.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  585.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  587.             include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  604.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  611.         };
  612.     }
  613.     public function compile(): void
  614.     {
  615.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  616.     }
  617.     public function isCompiled(): bool
  618.     {
  619.         return true;
  620.     }
  621.     public function getRemovedIds(): array
  622.     {
  623.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  624.     }
  625.     /**
  626.      * Gets the public 'App.EventListener.exception_listener' shared autowired service.
  627.      *
  628.      * @return \App\EventListener\ExceptionListener
  629.      */
  630.     protected function getApp_EventListener_ExceptionListenerService()
  631.     {
  632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  633.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  634.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionListener.php';
  635.         $this->services['App.EventListener.exception_listener'] = $instance = new \App\EventListener\ExceptionListener(($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))));
  636.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App.EventListener.exception_listener'$this));
  637.         return $instance;
  638.     }
  639.     /**
  640.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  641.      *
  642.      * @return \App\Controller\AdminController
  643.      */
  644.     protected function getAdminControllerService()
  645.     {
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  647.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  648.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  649.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  650.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  651.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\AdminController'$this));
  652.         return $instance;
  653.     }
  654.     /**
  655.      * Gets the public 'App\Controller\Api\AdminClubController' shared autowired service.
  656.      *
  657.      * @return \App\Controller\Api\AdminClubController
  658.      */
  659.     protected function getAdminClubControllerService()
  660.     {
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  662.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  663.         include_once \dirname(__DIR__4).'/src/Controller/Api/AdminClubController.php';
  664.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  665.         include_once \dirname(__DIR__4).'/src/Services/Api/CustomerManager.php';
  666.         include_once \dirname(__DIR__4).'/src/Services/Api/AdminClubManager.php';
  667.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  668.         $this->services['App\\Controller\\Api\\AdminClubController'] = $instance = new \App\Controller\Api\AdminClubController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\AdminClubManager($a, ($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())));
  669.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\AdminClubController'$this));
  670.         return $instance;
  671.     }
  672.     /**
  673.      * Gets the public 'App\Controller\Api\ApiController' shared autowired service.
  674.      *
  675.      * @return \App\Controller\Api\ApiController
  676.      */
  677.     protected function getApiControllerService()
  678.     {
  679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  680.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  681.         $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))));
  682.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ApiController'$this));
  683.         return $instance;
  684.     }
  685.     /**
  686.      * Gets the public 'App\Controller\Api\AppModuleController' shared autowired service.
  687.      *
  688.      * @return \App\Controller\Api\AppModuleController
  689.      */
  690.     protected function getAppModuleControllerService()
  691.     {
  692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  693.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  694.         include_once \dirname(__DIR__4).'/src/Controller/Api/AppModuleController.php';
  695.         $this->services['App\\Controller\\Api\\AppModuleController'] = $instance = new \App\Controller\Api\AppModuleController(($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\\SupportManager'] ?? $this->getSupportManagerService()));
  696.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\AppModuleController'$this));
  697.         return $instance;
  698.     }
  699.     /**
  700.      * Gets the public 'App\Controller\Api\AuthController' shared autowired service.
  701.      *
  702.      * @return \App\Controller\Api\AuthController
  703.      */
  704.     protected function getAuthControllerService()
  705.     {
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  707.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  708.         include_once \dirname(__DIR__4).'/src/Controller/Api/AuthController.php';
  709.         $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()));
  710.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\AuthController'$this));
  711.         return $instance;
  712.     }
  713.     /**
  714.      * Gets the public 'App\Controller\Api\CalendarController' shared autowired service.
  715.      *
  716.      * @return \App\Controller\Api\CalendarController
  717.      */
  718.     protected function getCalendarControllerService()
  719.     {
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  721.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  722.         include_once \dirname(__DIR__4).'/src/Controller/Api/CalendarController.php';
  723.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  724.         include_once \dirname(__DIR__4).'/src/Services/Api/CalendarManager.php';
  725.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  726.         $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())));
  727.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CalendarController'$this));
  728.         return $instance;
  729.     }
  730.     /**
  731.      * Gets the public 'App\Controller\Api\CategoryController' shared autowired service.
  732.      *
  733.      * @return \App\Controller\Api\CategoryController
  734.      */
  735.     protected function getCategoryControllerService()
  736.     {
  737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  738.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  739.         include_once \dirname(__DIR__4).'/src/Controller/Api/CategoryController.php';
  740.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  741.         include_once \dirname(__DIR__4).'/src/Services/Api/CategoryManager.php';
  742.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  743.         $this->services['App\\Controller\\Api\\CategoryController'] = $instance = new \App\Controller\Api\CategoryController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\CategoryManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  744.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CategoryController'$this));
  745.         return $instance;
  746.     }
  747.     /**
  748.      * Gets the public 'App\Controller\Api\ClubMonthlyPaymentsController' shared autowired service.
  749.      *
  750.      * @return \App\Controller\Api\ClubMonthlyPaymentsController
  751.      */
  752.     protected function getClubMonthlyPaymentsControllerService()
  753.     {
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  755.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  756.         include_once \dirname(__DIR__4).'/src/Controller/Api/ClubMonthlyPaymentsController.php';
  757.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  758.         include_once \dirname(__DIR__4).'/src/Services/Api/ClubMonthlyPaymentsManager.php';
  759.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  760.         $this->services['App\\Controller\\Api\\ClubMonthlyPaymentsController'] = $instance = new \App\Controller\Api\ClubMonthlyPaymentsController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\ClubMonthlyPaymentsManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  761.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ClubMonthlyPaymentsController'$this));
  762.         return $instance;
  763.     }
  764.     /**
  765.      * Gets the public 'App\Controller\Api\CollaboratorController' shared autowired service.
  766.      *
  767.      * @return \App\Controller\Api\CollaboratorController
  768.      */
  769.     protected function getCollaboratorControllerService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  772.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  773.         include_once \dirname(__DIR__4).'/src/Controller/Api/CollaboratorController.php';
  774.         $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))));
  775.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CollaboratorController'$this));
  776.         return $instance;
  777.     }
  778.     /**
  779.      * Gets the public 'App\Controller\Api\CompetitionController' shared autowired service.
  780.      *
  781.      * @return \App\Controller\Api\CompetitionController
  782.      */
  783.     protected function getCompetitionControllerService()
  784.     {
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  786.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  787.         include_once \dirname(__DIR__4).'/src/Controller/Api/CompetitionController.php';
  788.         $this->services['App\\Controller\\Api\\CompetitionController'] = $instance = new \App\Controller\Api\CompetitionController(($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\\CompetitionManager'] ?? $this->getCompetitionManagerService()));
  789.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CompetitionController'$this));
  790.         return $instance;
  791.     }
  792.     /**
  793.      * Gets the public 'App\Controller\Api\ConfigController' shared autowired service.
  794.      *
  795.      * @return \App\Controller\Api\ConfigController
  796.      */
  797.     protected function getConfigControllerService()
  798.     {
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  800.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  801.         include_once \dirname(__DIR__4).'/src/Controller/Api/ConfigController.php';
  802.         $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()));
  803.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ConfigController'$this));
  804.         return $instance;
  805.     }
  806.     /**
  807.      * Gets the public 'App\Controller\Api\CountryController' shared autowired service.
  808.      *
  809.      * @return \App\Controller\Api\CountryController
  810.      */
  811.     protected function getCountryControllerService()
  812.     {
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  814.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  815.         include_once \dirname(__DIR__4).'/src/Controller/Api/CountryController.php';
  816.         $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))));
  817.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CountryController'$this));
  818.         return $instance;
  819.     }
  820.     /**
  821.      * Gets the public 'App\Controller\Api\CustomerController' shared autowired service.
  822.      *
  823.      * @return \App\Controller\Api\CustomerController
  824.      */
  825.     protected function getCustomerControllerService()
  826.     {
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  828.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  829.         include_once \dirname(__DIR__4).'/src/Controller/Api/CustomerController.php';
  830.         $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()));
  831.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\CustomerController'$this));
  832.         return $instance;
  833.     }
  834.     /**
  835.      * Gets the public 'App\Controller\Api\DifficultyController' shared autowired service.
  836.      *
  837.      * @return \App\Controller\Api\DifficultyController
  838.      */
  839.     protected function getDifficultyControllerService()
  840.     {
  841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  842.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  843.         include_once \dirname(__DIR__4).'/src/Controller/Api/DifficultyController.php';
  844.         $this->services['App\\Controller\\Api\\DifficultyController'] = $instance = new \App\Controller\Api\DifficultyController(($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\\DifficultyManager'] ?? $this->getDifficultyManagerService()));
  845.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\DifficultyController'$this));
  846.         return $instance;
  847.     }
  848.     /**
  849.      * Gets the public 'App\Controller\Api\DocumentController' shared autowired service.
  850.      *
  851.      * @return \App\Controller\Api\DocumentController
  852.      */
  853.     protected function getDocumentControllerService()
  854.     {
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  857.         include_once \dirname(__DIR__4).'/src/Controller/Api/DocumentController.php';
  858.         $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()));
  859.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\DocumentController'$this));
  860.         return $instance;
  861.     }
  862.     /**
  863.      * Gets the public 'App\Controller\Api\ExerciseController' shared autowired service.
  864.      *
  865.      * @return \App\Controller\Api\ExerciseController
  866.      */
  867.     protected function getExerciseControllerService()
  868.     {
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  871.         include_once \dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php';
  872.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  873.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  874.         include_once \dirname(__DIR__4).'/src/Services/Api/ExerciseManager.php';
  875.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  876.         $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())));
  877.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ExerciseController'$this));
  878.         return $instance;
  879.     }
  880.     /**
  881.      * Gets the public 'App\Controller\Api\ExerciseQualificationController' shared autowired service.
  882.      *
  883.      * @return \App\Controller\Api\ExerciseQualificationController
  884.      */
  885.     protected function getExerciseQualificationControllerService()
  886.     {
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  888.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  889.         include_once \dirname(__DIR__4).'/src/Controller/Api/ExerciseQualificationController.php';
  890.         $this->services['App\\Controller\\Api\\ExerciseQualificationController'] = $instance = new \App\Controller\Api\ExerciseQualificationController(($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\\NoteGameManager'] ?? $this->getNoteGameManagerService()));
  891.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ExerciseQualificationController'$this));
  892.         return $instance;
  893.     }
  894.     /**
  895.      * Gets the public 'App\Controller\Api\ExerciseUserController' shared autowired service.
  896.      *
  897.      * @return \App\Controller\Api\ExerciseUserController
  898.      */
  899.     protected function getExerciseUserControllerService()
  900.     {
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  902.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  903.         include_once \dirname(__DIR__4).'/src/Controller/Api/ExerciseUserController.php';
  904.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  905.         include_once \dirname(__DIR__4).'/src/Services/Api/ExerciseUserManager.php';
  906.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  907.         $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())));
  908.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ExerciseUserController'$this));
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'App\Controller\Api\GameController' shared autowired service.
  913.      *
  914.      * @return \App\Controller\Api\GameController
  915.      */
  916.     protected function getGameControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  919.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  920.         include_once \dirname(__DIR__4).'/src/Controller/Api/GameController.php';
  921.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  922.         include_once \dirname(__DIR__4).'/src/Services/Api/GameManager.php';
  923.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  924.         $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()));
  925.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\GameController'$this));
  926.         return $instance;
  927.     }
  928.     /**
  929.      * Gets the public 'App\Controller\Api\JustificationTypeController' shared autowired service.
  930.      *
  931.      * @return \App\Controller\Api\JustificationTypeController
  932.      */
  933.     protected function getJustificationTypeControllerService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  936.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  937.         include_once \dirname(__DIR__4).'/src/Controller/Api/JustificationTypeController.php';
  938.         $this->services['App\\Controller\\Api\\JustificationTypeController'] = $instance = new \App\Controller\Api\JustificationTypeController(($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\\JustificationTypeManager'] ?? $this->getJustificationTypeManagerService()));
  939.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\JustificationTypeController'$this));
  940.         return $instance;
  941.     }
  942.     /**
  943.      * Gets the public 'App\Controller\Api\KitPaymentsController' shared autowired service.
  944.      *
  945.      * @return \App\Controller\Api\KitPaymentsController
  946.      */
  947.     protected function getKitPaymentsControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  950.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  951.         include_once \dirname(__DIR__4).'/src/Controller/Api/KitPaymentsController.php';
  952.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  953.         include_once \dirname(__DIR__4).'/src/Services/Api/KitPaymentsManager.php';
  954.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  955.         $this->services['App\\Controller\\Api\\KitPaymentsController'] = $instance = new \App\Controller\Api\KitPaymentsController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\KitPaymentsManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  956.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\KitPaymentsController'$this));
  957.         return $instance;
  958.     }
  959.     /**
  960.      * Gets the public 'App\Controller\Api\LocalityController' shared autowired service.
  961.      *
  962.      * @return \App\Controller\Api\LocalityController
  963.      */
  964.     protected function getLocalityControllerService()
  965.     {
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  967.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  968.         include_once \dirname(__DIR__4).'/src/Controller/Api/LocalityController.php';
  969.         $this->services['App\\Controller\\Api\\LocalityController'] = $instance = new \App\Controller\Api\LocalityController(($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\\LocalityManager'] ?? $this->getLocalityManagerService()));
  970.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\LocalityController'$this));
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'App\Controller\Api\MediaGameController' shared autowired service.
  975.      *
  976.      * @return \App\Controller\Api\MediaGameController
  977.      */
  978.     protected function getMediaGameControllerService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  981.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  982.         include_once \dirname(__DIR__4).'/src/Controller/Api/MediaGameController.php';
  983.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  984.         include_once \dirname(__DIR__4).'/src/Services/Api/MediaGameManager.php';
  985.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  986.         $this->services['App\\Controller\\Api\\MediaGameController'] = $instance = new \App\Controller\Api\MediaGameController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\MediaGameManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  987.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\MediaGameController'$this));
  988.         return $instance;
  989.     }
  990.     /**
  991.      * Gets the public 'App\Controller\Api\MembershipAttrController' shared autowired service.
  992.      *
  993.      * @return \App\Controller\Api\MembershipAttrController
  994.      */
  995.     protected function getMembershipAttrControllerService()
  996.     {
  997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  998.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  999.         include_once \dirname(__DIR__4).'/src/Controller/Api/MembershipAttrController.php';
  1000.         $this->services['App\\Controller\\Api\\MembershipAttrController'] = $instance = new \App\Controller\Api\MembershipAttrController(($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))));
  1001.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\MembershipAttrController'$this));
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'App\Controller\Api\MembershipController' shared autowired service.
  1006.      *
  1007.      * @return \App\Controller\Api\MembershipController
  1008.      */
  1009.     protected function getMembershipControllerService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1012.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1013.         include_once \dirname(__DIR__4).'/src/Controller/Api/MembershipController.php';
  1014.         $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))));
  1015.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\MembershipController'$this));
  1016.         return $instance;
  1017.     }
  1018.     /**
  1019.      * Gets the public 'App\Controller\Api\MembershipDescController' shared autowired service.
  1020.      *
  1021.      * @return \App\Controller\Api\MembershipDescController
  1022.      */
  1023.     protected function getMembershipDescControllerService()
  1024.     {
  1025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1026.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1027.         include_once \dirname(__DIR__4).'/src/Controller/Api/MembershipDescController.php';
  1028.         $this->services['App\\Controller\\Api\\MembershipDescController'] = $instance = new \App\Controller\Api\MembershipDescController(($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))));
  1029.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\MembershipDescController'$this));
  1030.         return $instance;
  1031.     }
  1032.     /**
  1033.      * Gets the public 'App\Controller\Api\NoteExerciseController' shared autowired service.
  1034.      *
  1035.      * @return \App\Controller\Api\NoteExerciseController
  1036.      */
  1037.     protected function getNoteExerciseControllerService()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1041.         include_once \dirname(__DIR__4).'/src/Controller/Api/NoteExerciseController.php';
  1042.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1043.         include_once \dirname(__DIR__4).'/src/Services/Api/NoteExerciseManager.php';
  1044.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1045.         $this->services['App\\Controller\\Api\\NoteExerciseController'] = $instance = new \App\Controller\Api\NoteExerciseController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\NoteExerciseManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1046.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NoteExerciseController'$this));
  1047.         return $instance;
  1048.     }
  1049.     /**
  1050.      * Gets the public 'App\Controller\Api\NoteGameController' shared autowired service.
  1051.      *
  1052.      * @return \App\Controller\Api\NoteGameController
  1053.      */
  1054.     protected function getNoteGameControllerService()
  1055.     {
  1056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1057.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1058.         include_once \dirname(__DIR__4).'/src/Controller/Api/NoteGameController.php';
  1059.         $this->services['App\\Controller\\Api\\NoteGameController'] = $instance = new \App\Controller\Api\NoteGameController(($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\\NoteGameManager'] ?? $this->getNoteGameManagerService()));
  1060.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NoteGameController'$this));
  1061.         return $instance;
  1062.     }
  1063.     /**
  1064.      * Gets the public 'App\Controller\Api\NotePlayerController' shared autowired service.
  1065.      *
  1066.      * @return \App\Controller\Api\NotePlayerController
  1067.      */
  1068.     protected function getNotePlayerControllerService()
  1069.     {
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1071.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1072.         include_once \dirname(__DIR__4).'/src/Controller/Api/NotePlayerController.php';
  1073.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1074.         include_once \dirname(__DIR__4).'/src/Services/Api/NotePlayerManager.php';
  1075.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1076.         $this->services['App\\Controller\\Api\\NotePlayerController'] = $instance = new \App\Controller\Api\NotePlayerController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\NotePlayerManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1077.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NotePlayerController'$this));
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the public 'App\Controller\Api\NotificationAutomaticController' shared autowired service.
  1082.      *
  1083.      * @return \App\Controller\Api\NotificationAutomaticController
  1084.      */
  1085.     protected function getNotificationAutomaticControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1088.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1089.         include_once \dirname(__DIR__4).'/src/Controller/Api/NotificationAutomaticController.php';
  1090.         $this->services['App\\Controller\\Api\\NotificationAutomaticController'] = $instance = new \App\Controller\Api\NotificationAutomaticController(($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\\NotificationAutomaticManager'] ?? $this->getNotificationAutomaticManagerService()));
  1091.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NotificationAutomaticController'$this));
  1092.         return $instance;
  1093.     }
  1094.     /**
  1095.      * Gets the public 'App\Controller\Api\NotificationAutomaticMessageController' shared autowired service.
  1096.      *
  1097.      * @return \App\Controller\Api\NotificationAutomaticMessageController
  1098.      */
  1099.     protected function getNotificationAutomaticMessageControllerService()
  1100.     {
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1102.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Controller/Api/NotificationAutomaticMessageController.php';
  1104.         $this->services['App\\Controller\\Api\\NotificationAutomaticMessageController'] = $instance = new \App\Controller\Api\NotificationAutomaticMessageController(($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\\NotificationManager'] ?? $this->getNotificationManagerService()));
  1105.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NotificationAutomaticMessageController'$this));
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\Api\NotificationController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\Api\NotificationController
  1112.      */
  1113.     protected function getNotificationControllerService()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1116.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/Api/NotificationController.php';
  1118.         $this->services['App\\Controller\\Api\\NotificationController'] = $instance = new \App\Controller\Api\NotificationController(($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\\NotificationManager'] ?? $this->getNotificationManagerService()));
  1119.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\NotificationController'$this));
  1120.         return $instance;
  1121.     }
  1122.     /**
  1123.      * Gets the public 'App\Controller\Api\OtherPaymentsController' shared autowired service.
  1124.      *
  1125.      * @return \App\Controller\Api\OtherPaymentsController
  1126.      */
  1127.     protected function getOtherPaymentsControllerService()
  1128.     {
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1130.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/Api/OtherPaymentsController.php';
  1132.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1133.         include_once \dirname(__DIR__4).'/src/Services/Api/OtherPaymentsManager.php';
  1134.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1135.         $this->services['App\\Controller\\Api\\OtherPaymentsController'] = $instance = new \App\Controller\Api\OtherPaymentsController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\OtherPaymentsManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1136.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\OtherPaymentsController'$this));
  1137.         return $instance;
  1138.     }
  1139.     /**
  1140.      * Gets the public 'App\Controller\Api\PlayerController' shared autowired service.
  1141.      *
  1142.      * @return \App\Controller\Api\PlayerController
  1143.      */
  1144.     protected function getPlayerControllerService()
  1145.     {
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1147.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1148.         include_once \dirname(__DIR__4).'/src/Controller/Api/PlayerController.php';
  1149.         $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()));
  1150.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PlayerController'$this));
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public 'App\Controller\Api\PlayerSportsInjuriesController' shared autowired service.
  1155.      *
  1156.      * @return \App\Controller\Api\PlayerSportsInjuriesController
  1157.      */
  1158.     protected function getPlayerSportsInjuriesControllerService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1161.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1162.         include_once \dirname(__DIR__4).'/src/Controller/Api/PlayerSportsInjuriesController.php';
  1163.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1164.         include_once \dirname(__DIR__4).'/src/Services/Api/PlayerSportsInjuriesManager.php';
  1165.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1166.         $this->services['App\\Controller\\Api\\PlayerSportsInjuriesController'] = $instance = new \App\Controller\Api\PlayerSportsInjuriesController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\PlayerSportsInjuriesManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1167.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PlayerSportsInjuriesController'$this));
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\Controller\Api\PlayerWeightController' shared autowired service.
  1172.      *
  1173.      * @return \App\Controller\Api\PlayerWeightController
  1174.      */
  1175.     protected function getPlayerWeightControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1178.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1179.         include_once \dirname(__DIR__4).'/src/Controller/Api/PlayerWeightController.php';
  1180.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1181.         include_once \dirname(__DIR__4).'/src/Services/Api/PlayerWeightManager.php';
  1182.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1183.         $this->services['App\\Controller\\Api\\PlayerWeightController'] = $instance = new \App\Controller\Api\PlayerWeightController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\PlayerWeightManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1184.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PlayerWeightController'$this));
  1185.         return $instance;
  1186.     }
  1187.     /**
  1188.      * Gets the public 'App\Controller\Api\PositionController' shared autowired service.
  1189.      *
  1190.      * @return \App\Controller\Api\PositionController
  1191.      */
  1192.     protected function getPositionControllerService()
  1193.     {
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1195.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1196.         include_once \dirname(__DIR__4).'/src/Controller/Api/PositionController.php';
  1197.         $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))));
  1198.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\PositionController'$this));
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the public 'App\Controller\Api\ReportController' shared autowired service.
  1203.      *
  1204.      * @return \App\Controller\Api\ReportController
  1205.      */
  1206.     protected function getReportControllerService()
  1207.     {
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1209.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1210.         include_once \dirname(__DIR__4).'/src/Controller/Api/ReportController.php';
  1211.         $this->services['App\\Controller\\Api\\ReportController'] = $instance = new \App\Controller\Api\ReportController(($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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1212.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ReportController'$this));
  1213.         return $instance;
  1214.     }
  1215.     /**
  1216.      * Gets the public 'App\Controller\Api\ReportTeamController' shared autowired service.
  1217.      *
  1218.      * @return \App\Controller\Api\ReportTeamController
  1219.      */
  1220.     protected function getReportTeamControllerService()
  1221.     {
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1223.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1224.         include_once \dirname(__DIR__4).'/src/Controller/Api/ReportTeamController.php';
  1225.         $this->services['App\\Controller\\Api\\ReportTeamController'] = $instance = new \App\Controller\Api\ReportTeamController(($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))));
  1226.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\ReportTeamController'$this));
  1227.         return $instance;
  1228.     }
  1229.     /**
  1230.      * Gets the public 'App\Controller\Api\SeasonController' shared autowired service.
  1231.      *
  1232.      * @return \App\Controller\Api\SeasonController
  1233.      */
  1234.     protected function getSeasonControllerService()
  1235.     {
  1236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1237.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1238.         include_once \dirname(__DIR__4).'/src/Controller/Api/SeasonController.php';
  1239.         $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()));
  1240.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SeasonController'$this));
  1241.         return $instance;
  1242.     }
  1243.     /**
  1244.      * Gets the public 'App\Controller\Api\SharePlayerController' shared autowired service.
  1245.      *
  1246.      * @return \App\Controller\Api\SharePlayerController
  1247.      */
  1248.     protected function getSharePlayerControllerService()
  1249.     {
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1251.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1252.         include_once \dirname(__DIR__4).'/src/Controller/Api/SharePlayerController.php';
  1253.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1254.         include_once \dirname(__DIR__4).'/src/Services/Api/SharePlayerManager.php';
  1255.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1256.         $this->services['App\\Controller\\Api\\SharePlayerController'] = $instance = new \App\Controller\Api\SharePlayerController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\SharePlayerManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1257.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SharePlayerController'$this));
  1258.         return $instance;
  1259.     }
  1260.     /**
  1261.      * Gets the public 'App\Controller\Api\StrategyController' shared autowired service.
  1262.      *
  1263.      * @return \App\Controller\Api\StrategyController
  1264.      */
  1265.     protected function getStrategyControllerService()
  1266.     {
  1267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1268.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1269.         include_once \dirname(__DIR__4).'/src/Controller/Api/StrategyController.php';
  1270.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1271.         include_once \dirname(__DIR__4).'/src/Services/Api/StrategyManager.php';
  1272.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1273.         $this->services['App\\Controller\\Api\\StrategyController'] = $instance = new \App\Controller\Api\StrategyController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\StrategyManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1274.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\StrategyController'$this));
  1275.         return $instance;
  1276.     }
  1277.     /**
  1278.      * Gets the public 'App\Controller\Api\SubscriptionController' shared autowired service.
  1279.      *
  1280.      * @return \App\Controller\Api\SubscriptionController
  1281.      */
  1282.     protected function getSubscriptionControllerService()
  1283.     {
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1285.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1286.         include_once \dirname(__DIR__4).'/src/Controller/Api/SubscriptionController.php';
  1287.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1288.         include_once \dirname(__DIR__4).'/src/Services/Api/SubscriptionManager.php';
  1289.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1290.         $this->services['App\\Controller\\Api\\SubscriptionController'] = $instance = new \App\Controller\Api\SubscriptionController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\SubscriptionManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService())));
  1291.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SubscriptionController'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\Controller\Api\SuggestionController' shared autowired service.
  1296.      *
  1297.      * @return \App\Controller\Api\SuggestionController
  1298.      */
  1299.     protected function getSuggestionControllerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1302.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1303.         include_once \dirname(__DIR__4).'/src/Controller/Api/SuggestionController.php';
  1304.         $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()));
  1305.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SuggestionController'$this));
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'App\Controller\Api\SupportController' shared autowired service.
  1310.      *
  1311.      * @return \App\Controller\Api\SupportController
  1312.      */
  1313.     protected function getSupportControllerService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1316.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1317.         include_once \dirname(__DIR__4).'/src/Controller/Api/SupportController.php';
  1318.         $this->services['App\\Controller\\Api\\SupportController'] = $instance = new \App\Controller\Api\SupportController(($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\\SupportManager'] ?? $this->getSupportManagerService()));
  1319.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\SupportController'$this));
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public 'App\Controller\Api\TrainerCustomerController' shared autowired service.
  1324.      *
  1325.      * @return \App\Controller\Api\TrainerCustomerController
  1326.      */
  1327.     protected function getTrainerCustomerControllerService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1330.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1331.         include_once \dirname(__DIR__4).'/src/Controller/Api/TrainerCustomerController.php';
  1332.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1333.         include_once \dirname(__DIR__4).'/src/Services/Api/CustomerManager.php';
  1334.         include_once \dirname(__DIR__4).'/src/Services/Api/TrainerCustomerManager.php';
  1335.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1336.         $this->services['App\\Controller\\Api\\TrainerCustomerController'] = $instance = new \App\Controller\Api\TrainerCustomerController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\TrainerCustomerManager($a, ($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())));
  1337.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\TrainerCustomerController'$this));
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the public 'App\Controller\Api\TypeSoccerController' shared autowired service.
  1342.      *
  1343.      * @return \App\Controller\Api\TypeSoccerController
  1344.      */
  1345.     protected function getTypeSoccerControllerService()
  1346.     {
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1348.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1349.         include_once \dirname(__DIR__4).'/src/Controller/Api/TypeSoccerController.php';
  1350.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1351.         include_once \dirname(__DIR__4).'/src/Services/Api/TypeSoccerManager.php';
  1352.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1353.         $this->services['App\\Controller\\Api\\TypeSoccerController'] = $instance = new \App\Controller\Api\TypeSoccerController($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), new \App\Services\Api\TypeSoccerManager($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1354.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\Api\\TypeSoccerController'$this));
  1355.         return $instance;
  1356.     }
  1357.     /**
  1358.      * Gets the public 'App\Controller\AppModuleController' shared autowired service.
  1359.      *
  1360.      * @return \App\Controller\AppModuleController
  1361.      */
  1362.     protected function getAppModuleController2Service()
  1363.     {
  1364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1365.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1367.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1369.         include_once \dirname(__DIR__4).'/src/Controller/AppModuleController.php';
  1370.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1371.         include_once \dirname(__DIR__4).'/src/Services/Api/AppModuleManager.php';
  1372.         $this->services['App\\Controller\\AppModuleController'] = $instance = new \App\Controller\AppModuleController(new \App\Services\Api\AppModuleManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1373.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\AppModuleController'$this));
  1374.         return $instance;
  1375.     }
  1376.     /**
  1377.      * Gets the public 'App\Controller\CompetitionController' shared autowired service.
  1378.      *
  1379.      * @return \App\Controller\CompetitionController
  1380.      */
  1381.     protected function getCompetitionController2Service()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1386.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1388.         include_once \dirname(__DIR__4).'/src/Controller/CompetitionController.php';
  1389.         $this->services['App\\Controller\\CompetitionController'] = $instance = new \App\Controller\CompetitionController(($this->privates['App\\Services\\Api\\CompetitionManager'] ?? $this->getCompetitionManagerService()));
  1390.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CompetitionController'$this));
  1391.         return $instance;
  1392.     }
  1393.     /**
  1394.      * Gets the public 'App\Controller\ConfigController' shared autowired service.
  1395.      *
  1396.      * @return \App\Controller\ConfigController
  1397.      */
  1398.     protected function getConfigController2Service()
  1399.     {
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1403.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1404.         include_once \dirname(__DIR__4).'/src/Controller/ConfigController.php';
  1405.         $this->services['App\\Controller\\ConfigController'] = $instance = new \App\Controller\ConfigController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Services\\ConfigManager'] ?? $this->getConfigManagerService()));
  1406.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\ConfigController'$this));
  1407.         return $instance;
  1408.     }
  1409.     /**
  1410.      * Gets the public 'App\Controller\CouponController' shared autowired service.
  1411.      *
  1412.      * @return \App\Controller\CouponController
  1413.      */
  1414.     protected function getCouponControllerService()
  1415.     {
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1419.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1420.         include_once \dirname(__DIR__4).'/src/Controller/CouponController.php';
  1421.         $this->services['App\\Controller\\CouponController'] = $instance = new \App\Controller\CouponController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Services\\CouponManager'] ?? $this->getCouponManagerService()));
  1422.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CouponController'$this));
  1423.         return $instance;
  1424.     }
  1425.     /**
  1426.      * Gets the public 'App\Controller\CouponCustomerController' shared autowired service.
  1427.      *
  1428.      * @return \App\Controller\CouponCustomerController
  1429.      */
  1430.     protected function getCouponCustomerControllerService()
  1431.     {
  1432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1433.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1434.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1435.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1436.         include_once \dirname(__DIR__4).'/src/Controller/CouponCustomerController.php';
  1437.         $this->services['App\\Controller\\CouponCustomerController'] = $instance = new \App\Controller\CouponCustomerController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Services\\CouponManager'] ?? $this->getCouponManagerService()));
  1438.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CouponCustomerController'$this));
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the public 'App\Controller\CustomerController' shared autowired service.
  1443.      *
  1444.      * @return \App\Controller\CustomerController
  1445.      */
  1446.     protected function getCustomerController2Service()
  1447.     {
  1448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1451.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1452.         include_once \dirname(__DIR__4).'/src/Controller/CustomerController.php';
  1453.         $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()));
  1454.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\CustomerController'$this));
  1455.         return $instance;
  1456.     }
  1457.     /**
  1458.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  1459.      *
  1460.      * @return \App\Controller\DashboardController
  1461.      */
  1462.     protected function getDashboardControllerService()
  1463.     {
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1467.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1468.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  1469.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1470.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\DashboardController'$this));
  1471.         return $instance;
  1472.     }
  1473.     /**
  1474.      * Gets the public 'App\Controller\DifficultyController' shared autowired service.
  1475.      *
  1476.      * @return \App\Controller\DifficultyController
  1477.      */
  1478.     protected function getDifficultyController2Service()
  1479.     {
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1483.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1485.         include_once \dirname(__DIR__4).'/src/Controller/DifficultyController.php';
  1486.         $this->services['App\\Controller\\DifficultyController'] = $instance = new \App\Controller\DifficultyController(($this->privates['App\\Services\\Api\\DifficultyManager'] ?? $this->getDifficultyManagerService()));
  1487.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\DifficultyController'$this));
  1488.         return $instance;
  1489.     }
  1490.     /**
  1491.      * Gets the public 'App\Controller\ExerciseSharedController' shared autowired service.
  1492.      *
  1493.      * @return \App\Controller\ExerciseSharedController
  1494.      */
  1495.     protected function getExerciseSharedControllerService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1499.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1500.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1501.         include_once \dirname(__DIR__4).'/src/Controller/ExerciseSharedController.php';
  1502.         $this->services['App\\Controller\\ExerciseSharedController'] = $instance = new \App\Controller\ExerciseSharedController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1503.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\ExerciseSharedController'$this));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  1508.      *
  1509.      * @return \App\Controller\IndexController
  1510.      */
  1511.     protected function getIndexControllerService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1514.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  1515.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  1516.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\IndexController'$this));
  1517.         return $instance;
  1518.     }
  1519.     /**
  1520.      * Gets the public 'App\Controller\JustificationTypeController' shared autowired service.
  1521.      *
  1522.      * @return \App\Controller\JustificationTypeController
  1523.      */
  1524.     protected function getJustificationTypeController2Service()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1529.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1531.         include_once \dirname(__DIR__4).'/src/Controller/JustificationTypeController.php';
  1532.         $this->services['App\\Controller\\JustificationTypeController'] = $instance = new \App\Controller\JustificationTypeController(($this->privates['App\\Services\\Api\\JustificationTypeManager'] ?? $this->getJustificationTypeManagerService()));
  1533.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\JustificationTypeController'$this));
  1534.         return $instance;
  1535.     }
  1536.     /**
  1537.      * Gets the public 'App\Controller\LocalityController' shared autowired service.
  1538.      *
  1539.      * @return \App\Controller\LocalityController
  1540.      */
  1541.     protected function getLocalityController2Service()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1546.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1548.         include_once \dirname(__DIR__4).'/src/Controller/LocalityController.php';
  1549.         $this->services['App\\Controller\\LocalityController'] = $instance = new \App\Controller\LocalityController(($this->privates['App\\Services\\Api\\LocalityManager'] ?? $this->getLocalityManagerService()));
  1550.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\LocalityController'$this));
  1551.         return $instance;
  1552.     }
  1553.     /**
  1554.      * Gets the public 'App\Controller\MembershipAttrController' shared autowired service.
  1555.      *
  1556.      * @return \App\Controller\MembershipAttrController
  1557.      */
  1558.     protected function getMembershipAttrController2Service()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1563.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1565.         include_once \dirname(__DIR__4).'/src/Controller/MembershipAttrController.php';
  1566.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  1567.         include_once \dirname(__DIR__4).'/src/Services/Api/MembershipAttrManager.php';
  1568.         $this->services['App\\Controller\\MembershipAttrController'] = $instance = new \App\Controller\MembershipAttrController(new \App\Services\Api\MembershipAttrManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService())));
  1569.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\MembershipAttrController'$this));
  1570.         return $instance;
  1571.     }
  1572.     /**
  1573.      * Gets the public 'App\Controller\MembershipController' shared autowired service.
  1574.      *
  1575.      * @return \App\Controller\MembershipController
  1576.      */
  1577.     protected function getMembershipController2Service()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1582.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/neidercode/translator-php/src/Traits/TranslateTrait.php';
  1584.         include_once \dirname(__DIR__4).'/src/Controller/MembershipController.php';
  1585.         $this->services['App\\Controller\\MembershipController'] = $instance = new \App\Controller\MembershipController(($this->privates['App\\Services\\Api\\DifficultyManager'] ?? $this->getDifficultyManagerService()));
  1586.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\MembershipController'$this));
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'App\Controller\MembershipItemsController' shared autowired service.
  1591.      *
  1592.      * @return \App\Controller\MembershipItemsController
  1593.      */
  1594.     protected function getMembershipItemsControllerService()
  1595.     {
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1597.         include_once \dirname(__DIR__4).'/src/Controller/MembershipItemsController.php';
  1598.         $this->services['App\\Controller\\MembershipItemsController'] = $instance = new \App\Controller\MembershipItemsController();
  1599.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\MembershipItemsController'$this));
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'App\Controller\NotificationAutomaticMessageController' shared autowired service.
  1604.      *
  1605.      * @return \App\Controller\NotificationAutomaticMessageController
  1606.      */
  1607.     protected function getNotificationAutomaticMessageController2Service()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1612.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1613.         include_once \dirname(__DIR__4).'/src/Controller/NotificationAutomaticMessageController.php';
  1614.         $this->services['App\\Controller\\NotificationAutomaticMessageController'] = $instance = new \App\Controller\NotificationAutomaticMessageController(($this->privates['App\\Services\\Api\\NotificationAutomaticManager'] ?? $this->getNotificationAutomaticManagerService()));
  1615.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\NotificationAutomaticMessageController'$this));
  1616.         return $instance;
  1617.     }
  1618.     /**
  1619.      * Gets the public 'App\Controller\NotificationAutomaticTranslationController' shared autowired service.
  1620.      *
  1621.      * @return \App\Controller\NotificationAutomaticTranslationController
  1622.      */
  1623.     protected function getNotificationAutomaticTranslationControllerService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1628.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1629.         include_once \dirname(__DIR__4).'/src/Controller/NotificationAutomaticTranslationController.php';
  1630.         $this->services['App\\Controller\\NotificationAutomaticTranslationController'] = $instance = new \App\Controller\NotificationAutomaticTranslationController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1631.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\NotificationAutomaticTranslationController'$this));
  1632.         return $instance;
  1633.     }
  1634.     /**
  1635.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  1636.      *
  1637.      * @return \App\Controller\NotificationController
  1638.      */
  1639.     protected function getNotificationController2Service()
  1640.     {
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1644.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1645.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  1646.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1647.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\NotificationController'$this));
  1648.         return $instance;
  1649.     }
  1650.     /**
  1651.      * Gets the public 'App\Controller\ResetPasswordController' shared autowired service.
  1652.      *
  1653.      * @return \App\Controller\ResetPasswordController
  1654.      */
  1655.     protected function getResetPasswordControllerService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  1659.         include_once \dirname(__DIR__4).'/src/Controller/ResetPasswordController.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  1664.         $this->services['App\\Controller\\ResetPasswordController'] = $instance = new \App\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1665.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\ResetPasswordController'$this));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1670.      *
  1671.      * @return \App\Controller\SecurityController
  1672.      */
  1673.     protected function getSecurityControllerService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1676.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1677.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1678.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\SecurityController'$this));
  1679.         return $instance;
  1680.     }
  1681.     /**
  1682.      * Gets the public 'App\Controller\SuggestionController' shared autowired service.
  1683.      *
  1684.      * @return \App\Controller\SuggestionController
  1685.      */
  1686.     protected function getSuggestionController2Service()
  1687.     {
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1691.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1692.         include_once \dirname(__DIR__4).'/src/Controller/SuggestionController.php';
  1693.         include_once \dirname(__DIR__4).'/src/Services/SuggestionManager.php';
  1694.         $this->services['App\\Controller\\SuggestionController'] = $instance = new \App\Controller\SuggestionController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Services\SuggestionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  1695.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\SuggestionController'$this));
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the public 'App\Controller\SupportController' shared autowired service.
  1700.      *
  1701.      * @return \App\Controller\SupportController
  1702.      */
  1703.     protected function getSupportController2Service()
  1704.     {
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1708.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1709.         include_once \dirname(__DIR__4).'/src/Controller/SupportController.php';
  1710.         include_once \dirname(__DIR__4).'/src/Services/SupportManager.php';
  1711.         $this->services['App\\Controller\\SupportController'] = $instance = new \App\Controller\SupportController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Services\SupportManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  1712.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\SupportController'$this));
  1713.         return $instance;
  1714.     }
  1715.     /**
  1716.      * Gets the public 'App\Controller\TacticController' shared autowired service.
  1717.      *
  1718.      * @return \App\Controller\TacticController
  1719.      */
  1720.     protected function getTacticControllerService()
  1721.     {
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1725.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1726.         include_once \dirname(__DIR__4).'/src/Controller/TacticController.php';
  1727.         include_once \dirname(__DIR__4).'/src/Services/TacticManager.php';
  1728.         $this->services['App\\Controller\\TacticController'] = $instance = new \App\Controller\TacticController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Services\TacticManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  1729.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\TacticController'$this));
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'App\Controller\TypeNotificationController' shared autowired service.
  1734.      *
  1735.      * @return \App\Controller\TypeNotificationController
  1736.      */
  1737.     protected function getTypeNotificationControllerService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1742.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1743.         include_once \dirname(__DIR__4).'/src/Controller/TypeNotificationController.php';
  1744.         $this->services['App\\Controller\\TypeNotificationController'] = $instance = new \App\Controller\TypeNotificationController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1745.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\TypeNotificationController'$this));
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the public 'App\Controller\TypeSoccerController' shared autowired service.
  1750.      *
  1751.      * @return \App\Controller\TypeSoccerController
  1752.      */
  1753.     protected function getTypeSoccerController2Service()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1758.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1759.         include_once \dirname(__DIR__4).'/src/Controller/TypeSoccerController.php';
  1760.         include_once \dirname(__DIR__4).'/src/Services/TypeSoccerManager.php';
  1761.         $this->services['App\\Controller\\TypeSoccerController'] = $instance = new \App\Controller\TypeSoccerController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Services\TypeSoccerManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  1762.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\TypeSoccerController'$this));
  1763.         return $instance;
  1764.     }
  1765.     /**
  1766.      * Gets the public 'App\Controller\UserController' shared autowired service.
  1767.      *
  1768.      * @return \App\Controller\UserController
  1769.      */
  1770.     protected function getUserControllerService()
  1771.     {
  1772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1773.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1774.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1775.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  1776.         include_once \dirname(__DIR__4).'/src/Controller/UserController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Services/UserManager.php';
  1778.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1779.         $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));
  1780.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('App\\Controller\\UserController'$this));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'App\EventListener\ExceptionListener' shared autowired service.
  1785.      *
  1786.      * @return \App\EventListener\ExceptionListener
  1787.      */
  1788.     protected function getExceptionListenerService()
  1789.     {
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791.         include_once \dirname(__DIR__4).'/src/Controller/Api/ApiController.php';
  1792.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionListener.php';
  1793.         $this->services['App\\EventListener\\ExceptionListener'] = $instance = new \App\EventListener\ExceptionListener(($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))));
  1794.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\EventListener\\ExceptionListener'$this));
  1795.         return $instance;
  1796.     }
  1797.     /**
  1798.      * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController' shared autowired service.
  1799.      *
  1800.      * @return \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController
  1801.      */
  1802.     protected function getEasyAdminControllerService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AdminControllerTrait.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Controller/EasyAdminController.php';
  1807.         $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController();
  1808.         $instance->setContainer(($this->privates['.service_locator.obF_qQp'] ?? $this->get_ServiceLocator_ObFQQpService())->withContext('EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController'$this));
  1809.         return $instance;
  1810.     }
  1811.     /**
  1812.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  1813.      *
  1814.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  1815.      */
  1816.     protected function getBlameableEventSubscriberService()
  1817.     {
  1818.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1819.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  1820.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  1821.         }
  1822.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService()), $a);
  1823.     }
  1824.     /**
  1825.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  1826.      *
  1827.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  1828.      */
  1829.     protected function getLoggableEventSubscriberService()
  1830.     {
  1831.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1832.     }
  1833.     /**
  1834.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  1835.      *
  1836.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  1837.      */
  1838.     protected function getSluggableEventSubscriberService()
  1839.     {
  1840.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1841.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1842.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1843.         }
  1844.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  1845.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  1846.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  1847.         }
  1848.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  1849.     }
  1850.     /**
  1851.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  1852.      *
  1853.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  1854.      */
  1855.     protected function getSoftDeletableEventSubscriberService()
  1856.     {
  1857.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  1858.     }
  1859.     /**
  1860.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  1861.      *
  1862.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  1863.      */
  1864.     protected function getTimestampableEventSubscriberService()
  1865.     {
  1866.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  1867.     }
  1868.     /**
  1869.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  1870.      *
  1871.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  1872.      */
  1873.     protected function getTranslatableEventSubscriberService()
  1874.     {
  1875.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  1876.     }
  1877.     /**
  1878.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  1879.      *
  1880.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  1881.      */
  1882.     protected function getTreeEventSubscriberService()
  1883.     {
  1884.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  1885.     }
  1886.     /**
  1887.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  1888.      *
  1889.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  1890.      */
  1891.     protected function getUuidableEventSubscriberService()
  1892.     {
  1893.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  1894.     }
  1895.     /**
  1896.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  1897.      *
  1898.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  1899.      */
  1900.     protected function getLocaleProviderService()
  1901.     {
  1902.         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()));
  1903.     }
  1904.     /**
  1905.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  1906.      *
  1907.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  1908.      */
  1909.     protected function getUserProviderService()
  1910.     {
  1911.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1912.     }
  1913.     /**
  1914.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  1915.      *
  1916.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  1917.      */
  1918.     protected function getDefaultSluggableRepositoryService()
  1919.     {
  1920.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1921.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  1922.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  1923.         }
  1924.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  1925.     }
  1926.     /**
  1927.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1928.      *
  1929.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1930.      */
  1931.     protected function getRedirectControllerService()
  1932.     {
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1934.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1935.     }
  1936.     /**
  1937.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1938.      *
  1939.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1940.      */
  1941.     protected function getTemplateControllerService()
  1942.     {
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1944.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  1945.     }
  1946.     /**
  1947.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1948.      *
  1949.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1950.      */
  1951.     protected function getBase64NamerService()
  1952.     {
  1953.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1957.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1958.     }
  1959.     /**
  1960.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1961.      *
  1962.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1963.      */
  1964.     protected function getCurrentDateTimeDirectoryNamerService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1971.         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()));
  1972.     }
  1973.     /**
  1974.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1975.      *
  1976.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1977.      */
  1978.     protected function getHashNamerService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1984.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1985.     }
  1986.     /**
  1987.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1988.      *
  1989.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1990.      */
  1991.     protected function getOrignameNamerService()
  1992.     {
  1993.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1996.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1997.     }
  1998.     /**
  1999.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  2000.      *
  2001.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  2002.      */
  2003.     protected function getPropertyDirectoryNamerService()
  2004.     {
  2005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  2007.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  2008.         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()));
  2009.     }
  2010.     /**
  2011.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  2012.      *
  2013.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  2014.      */
  2015.     protected function getPropertyNamerService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  2021.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  2025.      *
  2026.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  2027.      */
  2028.     protected function getSmartUniqueNamerService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  2032.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  2033.     }
  2034.     /**
  2035.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  2036.      *
  2037.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  2038.      */
  2039.     protected function getSubdirDirectoryNamerService()
  2040.     {
  2041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  2044.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  2045.     }
  2046.     /**
  2047.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  2048.      *
  2049.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2050.      */
  2051.     protected function getUniqidNamerService()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2056.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2057.     }
  2058.     /**
  2059.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.collaborator_images' shared service.
  2060.      *
  2061.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2062.      */
  2063.     protected function getUniqidNamer_CollaboratorImagesService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2068.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2069.     }
  2070.     /**
  2071.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.competition_images' shared service.
  2072.      *
  2073.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2074.      */
  2075.     protected function getUniqidNamer_CompetitionImagesService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2080.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.competition_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2081.     }
  2082.     /**
  2083.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.country_images' shared service.
  2084.      *
  2085.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2086.      */
  2087.     protected function getUniqidNamer_CountryImagesService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2092.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2093.     }
  2094.     /**
  2095.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.customer_images' shared service.
  2096.      *
  2097.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2098.      */
  2099.     protected function getUniqidNamer_CustomerImagesService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2104.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2105.     }
  2106.     /**
  2107.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.document_images' shared service.
  2108.      *
  2109.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2110.      */
  2111.     protected function getUniqidNamer_DocumentImagesService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2116.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2117.     }
  2118.     /**
  2119.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.game_images' shared service.
  2120.      *
  2121.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2122.      */
  2123.     protected function getUniqidNamer_GameImagesService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2128.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2129.     }
  2130.     /**
  2131.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.locality_images' shared service.
  2132.      *
  2133.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2134.      */
  2135.     protected function getUniqidNamer_LocalityImagesService()
  2136.     {
  2137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2140.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.locality_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2141.     }
  2142.     /**
  2143.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.membership_images' shared service.
  2144.      *
  2145.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2146.      */
  2147.     protected function getUniqidNamer_MembershipImagesService()
  2148.     {
  2149.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2152.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2153.     }
  2154.     /**
  2155.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.player_images' shared service.
  2156.      *
  2157.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2158.      */
  2159.     protected function getUniqidNamer_PlayerImagesService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2164.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2165.     }
  2166.     /**
  2167.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.position_images' shared service.
  2168.      *
  2169.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2170.      */
  2171.     protected function getUniqidNamer_PositionImagesService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2176.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2177.     }
  2178.     /**
  2179.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.strategies' shared service.
  2180.      *
  2181.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2182.      */
  2183.     protected function getUniqidNamer_StrategiesService()
  2184.     {
  2185.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2188.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.strategies'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2189.     }
  2190.     /**
  2191.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.support_files' shared service.
  2192.      *
  2193.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2194.      */
  2195.     protected function getUniqidNamer_SupportFilesService()
  2196.     {
  2197.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2200.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.support_files'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2201.     }
  2202.     /**
  2203.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.type_notification_images' shared service.
  2204.      *
  2205.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  2206.      */
  2207.     protected function getUniqidNamer_TypeNotificationImagesService()
  2208.     {
  2209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  2212.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.type_notification_images'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  2213.     }
  2214.     /**
  2215.      * Gets the public 'cache.app' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2218.      */
  2219.     protected function getCache_AppService()
  2220.     {
  2221.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ev8usGKNKw'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  2222.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2223.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2224.     }
  2225.     /**
  2226.      * Gets the public 'cache.app_clearer' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2229.      */
  2230.     protected function getCache_AppClearerService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2234.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2235.     }
  2236.     /**
  2237.      * Gets the public 'cache.global_clearer' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2240.      */
  2241.     protected function getCache_GlobalClearerService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2245.         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())]);
  2246.     }
  2247.     /**
  2248.      * Gets the public 'cache.system' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2251.      */
  2252.     protected function getCache_SystemService()
  2253.     {
  2254.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G9s3MBbvz0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2255.     }
  2256.     /**
  2257.      * Gets the public 'cache.system_clearer' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2260.      */
  2261.     protected function getCache_SystemClearerService()
  2262.     {
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2265.         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())]);
  2266.     }
  2267.     /**
  2268.      * Gets the public 'cache_clearer' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2271.      */
  2272.     protected function getCacheClearerService()
  2273.     {
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2276.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2277.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2278.         }, 1));
  2279.     }
  2280.     /**
  2281.      * Gets the public 'cache_warmer' shared service.
  2282.      *
  2283.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2284.      */
  2285.     protected function getCacheWarmerService()
  2286.     {
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2289.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2290.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2291.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2292.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2293.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2294.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2295.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2296.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2297.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  2298.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2299.     }
  2300.     /**
  2301.      * Gets the public 'console.command_loader' shared service.
  2302.      *
  2303.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2304.      */
  2305.     protected function getConsole_CommandLoaderService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2309.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2310.             'App\\Command\\BackupDatabaseCommand' => ['privates''App\\Command\\BackupDatabaseCommand''getBackupDatabaseCommandService'false],
  2311.             'App\\Command\\CopyTranslateExerciseCommand' => ['privates''App\\Command\\CopyTranslateExerciseCommand''getCopyTranslateExerciseCommandService'false],
  2312.             'App\\Command\\CreateUserCommand' => ['privates''App\\Command\\CreateUserCommand''getCreateUserCommandService'false],
  2313.             'App\\Command\\ExtractCountryCommand' => ['privates''App\\Command\\ExtractCountryCommand''getExtractCountryCommandService'false],
  2314.             'App\\Command\\InjuredPlayersCommand' => ['privates''App\\Command\\InjuredPlayersCommand''getInjuredPlayersCommandService'false],
  2315.             'App\\Command\\LastResultCommand' => ['privates''App\\Command\\LastResultCommand''getLastResultCommandService'false],
  2316.             'App\\Command\\LastTrainingCommand' => ['privates''App\\Command\\LastTrainingCommand''getLastTrainingCommandService'false],
  2317.             'App\\Command\\MostAbsencedPlayerCommand' => ['privates''App\\Command\\MostAbsencedPlayerCommand''getMostAbsencedPlayerCommandService'false],
  2318.             'App\\Command\\NextMatchCommand' => ['privates''App\\Command\\NextMatchCommand''getNextMatchCommandService'false],
  2319.             'App\\Command\\QTYTrainingCommand' => ['privates''App\\Command\\QTYTrainingCommand''getQTYTrainingCommandService'false],
  2320.             'App\\Command\\SubscriptionsCreateCommand' => ['privates''App\\Command\\SubscriptionsCreateCommand''getSubscriptionsCreateCommandService'false],
  2321.             'App\\Command\\TestEmailCommand' => ['privates''App\\Command\\TestEmailCommand''getTestEmailCommandService'false],
  2322.             'App\\Services\\Api\\CallAndroid' => ['privates''App\\Services\\Api\\CallAndroid''getCallAndroidService'false],
  2323.             'App\\Services\\Api\\CallApple' => ['privates''App\\Services\\Api\\CallApple''getCallAppleService'false],
  2324.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2325.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  2326.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  2327.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  2328.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2329.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2330.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2331.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2332.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2333.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2334.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2335.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2336.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2337.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2338.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2339.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2340.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2341.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2342.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2343.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2344.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2345.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2346.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2347.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2348.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2349.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2350.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2351.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2352.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2353.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2354.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2355.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2356.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2357.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2358.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2359.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2360.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2361.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2362.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2363.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2364.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2365.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2366.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2367.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2368.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2369.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2370.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2371.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2372.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2373.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2374.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2375.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2376.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2377.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2378.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2379.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2380.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2381.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2382.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2383.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2384.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2385.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2386.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2387.             'easyadmin.command.make_admin_migration' => ['services''easyadmin.command.make_admin_migration''getEasyadmin_Command_MakeAdminMigrationService'false],
  2388.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2389.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2390.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2391.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2392.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2393.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2394.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  2395.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2396.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2397.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2398.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2399.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2400.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2401.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2402.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2403.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2404.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2405.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2406.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  2407.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2408.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2409.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2410.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2411.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  2412.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2413.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2414.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2415.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2416.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2417.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2418.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  2419.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  2420.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  2421.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  2422.         ], [
  2423.             'App\\Command\\BackupDatabaseCommand' => 'App\\Command\\BackupDatabaseCommand',
  2424.             'App\\Command\\CopyTranslateExerciseCommand' => 'App\\Command\\CopyTranslateExerciseCommand',
  2425.             'App\\Command\\CreateUserCommand' => 'App\\Command\\CreateUserCommand',
  2426.             'App\\Command\\ExtractCountryCommand' => 'App\\Command\\ExtractCountryCommand',
  2427.             'App\\Command\\InjuredPlayersCommand' => 'App\\Command\\InjuredPlayersCommand',
  2428.             'App\\Command\\LastResultCommand' => 'App\\Command\\LastResultCommand',
  2429.             'App\\Command\\LastTrainingCommand' => 'App\\Command\\LastTrainingCommand',
  2430.             'App\\Command\\MostAbsencedPlayerCommand' => 'App\\Command\\MostAbsencedPlayerCommand',
  2431.             'App\\Command\\NextMatchCommand' => 'App\\Command\\NextMatchCommand',
  2432.             'App\\Command\\QTYTrainingCommand' => 'App\\Command\\QTYTrainingCommand',
  2433.             'App\\Command\\SubscriptionsCreateCommand' => 'App\\Command\\SubscriptionsCreateCommand',
  2434.             'App\\Command\\TestEmailCommand' => 'App\\Command\\TestEmailCommand',
  2435.             'App\\Services\\Api\\CallAndroid' => 'App\\Services\\Api\\CallAndroid',
  2436.             'App\\Services\\Api\\CallApple' => 'App\\Services\\Api\\CallApple',
  2437.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2438.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2439.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2440.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  2441.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2442.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2443.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2444.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2445.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2446.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2447.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2448.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2449.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2450.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2451.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2452.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2453.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2454.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2455.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2456.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2457.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2458.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2459.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2460.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2461.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2462.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2463.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2464.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2465.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2466.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2467.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2468.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2469.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2470.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2471.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2472.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2473.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2474.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2475.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2476.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2477.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2478.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2479.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2480.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2481.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2482.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2483.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2484.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2485.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2486.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2487.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2488.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2489.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2490.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2491.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2492.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2493.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2494.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2495.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2496.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2497.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2498.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2499.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2500.             'easyadmin.command.make_admin_migration' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand',
  2501.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2502.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2503.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2504.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2505.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2506.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2507.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2508.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2509.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2510.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2511.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2512.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2513.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2514.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2515.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2516.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2517.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2518.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2519.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2520.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2521.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2522.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2523.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2524.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  2525.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2526.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2527.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2528.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2529.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2530.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2531.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  2532.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  2533.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  2534.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  2535.         ]), ['app:backup-database' => 'App\\Command\\BackupDatabaseCommand''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:last-result' => 'App\\Command\\LastResultCommand''app:players:last-training' => 'App\\Command\\LastTrainingCommand''app:players:most-absenced-player' => 'App\\Command\\MostAbsencedPlayerCommand''app:players:next-match' => 'App\\Command\\NextMatchCommand''app:players:qtytraining' => 'App\\Command\\QTYTrainingCommand''app:subscriptions:create' => 'App\\Command\\SubscriptionsCreateCommand''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''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''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']);
  2536.     }
  2537.     /**
  2538.      * Gets the public 'container.env_var_processors_locator' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2541.      */
  2542.     protected function getContainer_EnvVarProcessorsLocatorService()
  2543.     {
  2544.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2545.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2546.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2547.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2548.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2549.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2550.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2551.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2552.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2553.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2554.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2555.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2556.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2557.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2558.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2559.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2560.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2561.         ], [
  2562.             'base64' => '?',
  2563.             'bool' => '?',
  2564.             'const' => '?',
  2565.             'csv' => '?',
  2566.             'default' => '?',
  2567.             'file' => '?',
  2568.             'float' => '?',
  2569.             'int' => '?',
  2570.             'json' => '?',
  2571.             'key' => '?',
  2572.             'query_string' => '?',
  2573.             'require' => '?',
  2574.             'resolve' => '?',
  2575.             'string' => '?',
  2576.             'trim' => '?',
  2577.             'url' => '?',
  2578.         ]);
  2579.     }
  2580.     /**
  2581.      * Gets the public 'data_collector.dump' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2584.      */
  2585.     protected function getDataCollector_DumpService()
  2586.     {
  2587.         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()));
  2588.     }
  2589.     /**
  2590.      * Gets the public 'doctrine' shared service.
  2591.      *
  2592.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2593.      */
  2594.     protected function getDoctrineService()
  2595.     {
  2596.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2597.     }
  2598.     /**
  2599.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2600.      *
  2601.      * @return \Doctrine\DBAL\Connection
  2602.      */
  2603.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2604.     {
  2605.         $a = new \Doctrine\DBAL\Configuration();
  2606.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2607.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2608.         $b->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  2609.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2610.         $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()))]));
  2611.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2612.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2613.         ], [
  2614.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2615.         ]));
  2616.         $d = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  2617.         $e = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  2618.         $f = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  2619.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''dbname' => 'golmanager''user' => 'root''password' => 'fastback28''url' => $this->getEnv('resolve:DATABASE_URL'), 'port' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  2620.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('customer_images'$d$e$f));
  2621.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('justification_icons'$d$e$f));
  2622.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('difficulty'$d$e$f));
  2623.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('exercise_images'$d$e$f));
  2624.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('game_files'$d$e$f));
  2625.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('support_files'$d$e$f));
  2626.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('player_images'$d$e$f));
  2627.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('game_images'$d$e$f));
  2628.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('country_images'$d$e$f));
  2629.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('document_images'$d$e$f));
  2630.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('collaborator_images'$d$e$f));
  2631.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('notification_automatic_message_images'$d$e$f));
  2632.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('type_notification_images'$d$e$f));
  2633.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('membership_images'$d$e$f));
  2634.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('competition_images'$d$e$f));
  2635.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('locality_images'$d$e$f));
  2636.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('membership_videos'$d$e$f));
  2637.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('position_images'$d$e$f));
  2638.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('material_images'$d$e$f));
  2639.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('strategies'$d$e$f));
  2640.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('customer_images'$d$e$f));
  2641.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('customer_images'$d$e$f));
  2642.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('justification_icons'$d$e$f));
  2643.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('justification_icons'$d$e$f));
  2644.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('difficulty'$d$e$f));
  2645.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('difficulty'$d$e$f));
  2646.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('exercise_images'$d$e$f));
  2647.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('exercise_images'$d$e$f));
  2648.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('game_files'$d$e$f));
  2649.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('game_files'$d$e$f));
  2650.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('support_files'$d$e$f));
  2651.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('support_files'$d$e$f));
  2652.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('player_images'$d$e$f));
  2653.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('player_images'$d$e$f));
  2654.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('game_images'$d$e$f));
  2655.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('game_images'$d$e$f));
  2656.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('country_images'$d$e$f));
  2657.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('country_images'$d$e$f));
  2658.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('document_images'$d$e$f));
  2659.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('document_images'$d$e$f));
  2660.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('collaborator_images'$d$e$f));
  2661.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('collaborator_images'$d$e$f));
  2662.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('notification_automatic_message_images'$d$e$f));
  2663.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('notification_automatic_message_images'$d$e$f));
  2664.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('type_notification_images'$d$e$f));
  2665.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('type_notification_images'$d$e$f));
  2666.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('membership_images'$d$e$f));
  2667.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('membership_images'$d$e$f));
  2668.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('competition_images'$d$e$f));
  2669.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('competition_images'$d$e$f));
  2670.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('locality_images'$d$e$f));
  2671.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('locality_images'$d$e$f));
  2672.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('membership_videos'$d$e$f));
  2673.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('membership_videos'$d$e$f));
  2674.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('position_images'$d$e$f));
  2675.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('position_images'$d$e$f));
  2676.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('material_images'$d$e$f));
  2677.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('material_images'$d$e$f));
  2678.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('strategies'$d$e$f));
  2679.         $c->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('strategies'$d$e$f));
  2680.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] ?? $this->getBlameableEventSubscriberService()));
  2681.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] ?? $this->getLoggableEventSubscriberService()));
  2682.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] ?? $this->getSluggableEventSubscriberService()));
  2683.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber())));
  2684.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime'))));
  2685.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] ?? $this->getTranslatableEventSubscriberService()));
  2686.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber())));
  2687.         $c->addEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] ?? ($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber())));
  2688.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2689.         return $instance;
  2690.     }
  2691.     /**
  2692.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2693.      *
  2694.      * @return \Doctrine\ORM\EntityManager
  2695.      */
  2696.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2697.     {
  2698.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2699.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  2700.             return $this->services['doctrine.orm.default_entity_manager'];
  2701.         }
  2702.         $b = new \Doctrine\ORM\Configuration();
  2703.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2704.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  2705.         $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'));
  2706.         $c->addDriver($d'App\\Entity');
  2707.         $c->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2708.         $c->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2709.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2710.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2711.         $b->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  2712.         $b->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2713.         $b->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2714.         $b->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2715.         $b->setMetadataDriverImpl($c);
  2716.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2717.         $b->setProxyNamespace('Proxies');
  2718.         $b->setAutoGenerateProxyClasses(true);
  2719.         $b->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2720.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2721.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2722.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2723.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2724.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2725.             'App\\Repository\\AppModuleRepository' => ['privates''App\\Repository\\AppModuleRepository''getAppModuleRepositoryService'false],
  2726.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  2727.             'App\\Repository\\ClubMonthlyPaymentsRepository' => ['privates''App\\Repository\\ClubMonthlyPaymentsRepository''getClubMonthlyPaymentsRepositoryService'false],
  2728.             'App\\Repository\\CollaboratorRepository' => ['privates''App\\Repository\\CollaboratorRepository''getCollaboratorRepositoryService'false],
  2729.             'App\\Repository\\CompetitionRepository' => ['privates''App\\Repository\\CompetitionRepository''getCompetitionRepositoryService'false],
  2730.             'App\\Repository\\CompetitionTranslationRepository' => ['privates''App\\Repository\\CompetitionTranslationRepository''getCompetitionTranslationRepositoryService'false],
  2731.             'App\\Repository\\ConfigRepository' => ['privates''App\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  2732.             'App\\Repository\\ConvocatoriaRepository' => ['privates''App\\Repository\\ConvocatoriaRepository''getConvocatoriaRepositoryService'false],
  2733.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  2734.             'App\\Repository\\CouponCustomerRepository' => ['privates''App\\Repository\\CouponCustomerRepository''getCouponCustomerRepositoryService'false],
  2735.             'App\\Repository\\CouponRepository' => ['privates''App\\Repository\\CouponRepository''getCouponRepositoryService'false],
  2736.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  2737.             'App\\Repository\\DifficultyRepository' => ['privates''App\\Repository\\DifficultyRepository''getDifficultyRepositoryService'false],
  2738.             'App\\Repository\\DifficultyTranslationRepository' => ['privates''App\\Repository\\DifficultyTranslationRepository''getDifficultyTranslationRepositoryService'false],
  2739.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  2740.             'App\\Repository\\ExerciseCalendarRepository' => ['privates''App\\Repository\\ExerciseCalendarRepository''getExerciseCalendarRepositoryService'false],
  2741.             'App\\Repository\\ExerciseQualificationRepository' => ['privates''App\\Repository\\ExerciseQualificationRepository''getExerciseQualificationRepositoryService'false],
  2742.             'App\\Repository\\ExerciseRepository' => ['privates''App\\Repository\\ExerciseRepository''getExerciseRepositoryService'false],
  2743.             'App\\Repository\\ExerciseTranslationRepository' => ['privates''App\\Repository\\ExerciseTranslationRepository''getExerciseTranslationRepositoryService'false],
  2744.             'App\\Repository\\ExerciseUserRepository' => ['privates''App\\Repository\\ExerciseUserRepository''getExerciseUserRepositoryService'false],
  2745.             'App\\Repository\\GameAlignmentRepository' => ['privates''App\\Repository\\GameAlignmentRepository''getGameAlignmentRepositoryService'false],
  2746.             'App\\Repository\\GamePlayerStatisticsRepository' => ['privates''App\\Repository\\GamePlayerStatisticsRepository''getGamePlayerStatisticsRepositoryService'false],
  2747.             'App\\Repository\\GameRepository' => ['privates''App\\Repository\\GameRepository''getGameRepositoryService'false],
  2748.             'App\\Repository\\GoalAssistancesRepository' => ['privates''App\\Repository\\GoalAssistancesRepository''getGoalAssistancesRepositoryService'false],
  2749.             'App\\Repository\\GoalsRepository' => ['privates''App\\Repository\\GoalsRepository''getGoalsRepositoryService'false],
  2750.             'App\\Repository\\JustificationTypeRepository' => ['privates''App\\Repository\\JustificationTypeRepository''getJustificationTypeRepositoryService'false],
  2751.             'App\\Repository\\JustificationTypeTranslationRepository' => ['privates''App\\Repository\\JustificationTypeTranslationRepository''getJustificationTypeTranslationRepositoryService'false],
  2752.             'App\\Repository\\KilometersTraveledRepository' => ['privates''App\\Repository\\KilometersTraveledRepository''getKilometersTraveledRepositoryService'false],
  2753.             'App\\Repository\\KitPaymentsRepository' => ['privates''App\\Repository\\KitPaymentsRepository''getKitPaymentsRepositoryService'false],
  2754.             'App\\Repository\\LocalityRepository' => ['privates''App\\Repository\\LocalityRepository''getLocalityRepositoryService'false],
  2755.             'App\\Repository\\LocalityTranslationRepository' => ['privates''App\\Repository\\LocalityTranslationRepository''getLocalityTranslationRepositoryService'false],
  2756.             'App\\Repository\\MaterialRepository' => ['privates''App\\Repository\\MaterialRepository''getMaterialRepositoryService'false],
  2757.             'App\\Repository\\MediaGameRepository' => ['privates''App\\Repository\\MediaGameRepository''getMediaGameRepositoryService'false],
  2758.             'App\\Repository\\MembershipAttrRepository' => ['privates''App\\Repository\\MembershipAttrRepository''getMembershipAttrRepositoryService'false],
  2759.             'App\\Repository\\MembershipAttrTranslationRepository' => ['privates''App\\Repository\\MembershipAttrTranslationRepository''getMembershipAttrTranslationRepositoryService'false],
  2760.             'App\\Repository\\MembershipDescRepository' => ['privates''App\\Repository\\MembershipDescRepository''getMembershipDescRepositoryService'false],
  2761.             'App\\Repository\\MembershipDescTranslationRepository' => ['privates''App\\Repository\\MembershipDescTranslationRepository''getMembershipDescTranslationRepositoryService'false],
  2762.             'App\\Repository\\MembershipItemsRepository' => ['privates''App\\Repository\\MembershipItemsRepository''getMembershipItemsRepositoryService'false],
  2763.             'App\\Repository\\MembershipRepository' => ['privates''App\\Repository\\MembershipRepository''getMembershipRepositoryService'false],
  2764.             'App\\Repository\\MembershipTranslationRepository' => ['privates''App\\Repository\\MembershipTranslationRepository''getMembershipTranslationRepositoryService'false],
  2765.             'App\\Repository\\MinutesRepository' => ['privates''App\\Repository\\MinutesRepository''getMinutesRepositoryService'false],
  2766.             'App\\Repository\\NoteExerciseRepository' => ['privates''App\\Repository\\NoteExerciseRepository''getNoteExerciseRepositoryService'false],
  2767.             'App\\Repository\\NoteGameRepository' => ['privates''App\\Repository\\NoteGameRepository''getNoteGameRepositoryService'false],
  2768.             'App\\Repository\\NotePlayerRepository' => ['privates''App\\Repository\\NotePlayerRepository''getNotePlayerRepositoryService'false],
  2769.             'App\\Repository\\NotificationAutomaticMessageRepository' => ['privates''App\\Repository\\NotificationAutomaticMessageRepository''getNotificationAutomaticMessageRepositoryService'false],
  2770.             'App\\Repository\\NotificationAutomaticRepository' => ['privates''App\\Repository\\NotificationAutomaticRepository''getNotificationAutomaticRepositoryService'false],
  2771.             'App\\Repository\\NotificationAutomaticTranslationRepository' => ['privates''App\\Repository\\NotificationAutomaticTranslationRepository''getNotificationAutomaticTranslationRepositoryService'false],
  2772.             'App\\Repository\\NotificationReadsRepository' => ['privates''App\\Repository\\NotificationReadsRepository''getNotificationReadsRepositoryService'false],
  2773.             'App\\Repository\\NotificationRemovesRepository' => ['privates''App\\Repository\\NotificationRemovesRepository''getNotificationRemovesRepositoryService'false],
  2774.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  2775.             'App\\Repository\\OtherPaymentsRepository' => ['privates''App\\Repository\\OtherPaymentsRepository''getOtherPaymentsRepositoryService'false],
  2776.             'App\\Repository\\PlayerJustificationRepository' => ['privates''App\\Repository\\PlayerJustificationRepository''getPlayerJustificationRepositoryService'false],
  2777.             'App\\Repository\\PlayerRepository' => ['privates''App\\Repository\\PlayerRepository''getPlayerRepositoryService'false],
  2778.             'App\\Repository\\PlayerSportsInjuriesRepository' => ['privates''App\\Repository\\PlayerSportsInjuriesRepository''getPlayerSportsInjuriesRepositoryService'false],
  2779.             'App\\Repository\\PlayerWeightRepository' => ['privates''App\\Repository\\PlayerWeightRepository''getPlayerWeightRepositoryService'false],
  2780.             'App\\Repository\\PositionRepository' => ['privates''App\\Repository\\PositionRepository''getPositionRepositoryService'false],
  2781.             'App\\Repository\\RedCardsRepository' => ['privates''App\\Repository\\RedCardsRepository''getRedCardsRepositoryService'false],
  2782.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  2783.             'App\\Repository\\ResetPasswordTokenRequestRepository' => ['privates''App\\Repository\\ResetPasswordTokenRequestRepository''getResetPasswordTokenRequestRepositoryService'false],
  2784.             'App\\Repository\\SeasonPlayerRepository' => ['privates''App\\Repository\\SeasonPlayerRepository''getSeasonPlayerRepositoryService'false],
  2785.             'App\\Repository\\SeasonRepository' => ['privates''App\\Repository\\SeasonRepository''getSeasonRepositoryService'false],
  2786.             'App\\Repository\\SharePlayerRepository' => ['privates''App\\Repository\\SharePlayerRepository''getSharePlayerRepositoryService'false],
  2787.             'App\\Repository\\ShotsOnGoalRepository' => ['privates''App\\Repository\\ShotsOnGoalRepository''getShotsOnGoalRepositoryService'false],
  2788.             'App\\Repository\\StrategyRepository' => ['privates''App\\Repository\\StrategyRepository''getStrategyRepositoryService'false],
  2789.             'App\\Repository\\SubscriptionCustomerRepository' => ['privates''App\\Repository\\SubscriptionCustomerRepository''getSubscriptionCustomerRepositoryService'false],
  2790.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  2791.             'App\\Repository\\SuggestionRepository' => ['privates''App\\Repository\\SuggestionRepository''getSuggestionRepositoryService'false],
  2792.             'App\\Repository\\SupportFileRepository' => ['privates''App\\Repository\\SupportFileRepository''getSupportFileRepositoryService'false],
  2793.             'App\\Repository\\SupportRepository' => ['privates''App\\Repository\\SupportRepository''getSupportRepositoryService'false],
  2794.             'App\\Repository\\TacticRepository' => ['privates''App\\Repository\\TacticRepository''getTacticRepositoryService'false],
  2795.             'App\\Repository\\TeamRepository' => ['privates''App\\Repository\\TeamRepository''getTeamRepositoryService'false],
  2796.             'App\\Repository\\TitularsRepository' => ['privates''App\\Repository\\TitularsRepository''getTitularsRepositoryService'false],
  2797.             'App\\Repository\\TrainingAsistRepository' => ['privates''App\\Repository\\TrainingAsistRepository''getTrainingAsistRepositoryService'false],
  2798.             'App\\Repository\\TypeNotificationRepository' => ['privates''App\\Repository\\TypeNotificationRepository''getTypeNotificationRepositoryService'false],
  2799.             'App\\Repository\\TypeSoccerRepository' => ['privates''App\\Repository\\TypeSoccerRepository''getTypeSoccerRepositoryService'false],
  2800.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2801.             'App\\Repository\\YellowCardsRepository' => ['privates''App\\Repository\\YellowCardsRepository''getYellowCardsRepositoryService'false],
  2802.         ], [
  2803.             'App\\Repository\\AppModuleRepository' => '?',
  2804.             'App\\Repository\\CategoryRepository' => '?',
  2805.             'App\\Repository\\ClubMonthlyPaymentsRepository' => '?',
  2806.             'App\\Repository\\CollaboratorRepository' => '?',
  2807.             'App\\Repository\\CompetitionRepository' => '?',
  2808.             'App\\Repository\\CompetitionTranslationRepository' => '?',
  2809.             'App\\Repository\\ConfigRepository' => '?',
  2810.             'App\\Repository\\ConvocatoriaRepository' => '?',
  2811.             'App\\Repository\\CountryRepository' => '?',
  2812.             'App\\Repository\\CouponCustomerRepository' => '?',
  2813.             'App\\Repository\\CouponRepository' => '?',
  2814.             'App\\Repository\\CustomerRepository' => '?',
  2815.             'App\\Repository\\DifficultyRepository' => '?',
  2816.             'App\\Repository\\DifficultyTranslationRepository' => '?',
  2817.             'App\\Repository\\DocumentRepository' => '?',
  2818.             'App\\Repository\\ExerciseCalendarRepository' => '?',
  2819.             'App\\Repository\\ExerciseQualificationRepository' => '?',
  2820.             'App\\Repository\\ExerciseRepository' => '?',
  2821.             'App\\Repository\\ExerciseTranslationRepository' => '?',
  2822.             'App\\Repository\\ExerciseUserRepository' => '?',
  2823.             'App\\Repository\\GameAlignmentRepository' => '?',
  2824.             'App\\Repository\\GamePlayerStatisticsRepository' => '?',
  2825.             'App\\Repository\\GameRepository' => '?',
  2826.             'App\\Repository\\GoalAssistancesRepository' => '?',
  2827.             'App\\Repository\\GoalsRepository' => '?',
  2828.             'App\\Repository\\JustificationTypeRepository' => '?',
  2829.             'App\\Repository\\JustificationTypeTranslationRepository' => '?',
  2830.             'App\\Repository\\KilometersTraveledRepository' => '?',
  2831.             'App\\Repository\\KitPaymentsRepository' => '?',
  2832.             'App\\Repository\\LocalityRepository' => '?',
  2833.             'App\\Repository\\LocalityTranslationRepository' => '?',
  2834.             'App\\Repository\\MaterialRepository' => '?',
  2835.             'App\\Repository\\MediaGameRepository' => '?',
  2836.             'App\\Repository\\MembershipAttrRepository' => '?',
  2837.             'App\\Repository\\MembershipAttrTranslationRepository' => '?',
  2838.             'App\\Repository\\MembershipDescRepository' => '?',
  2839.             'App\\Repository\\MembershipDescTranslationRepository' => '?',
  2840.             'App\\Repository\\MembershipItemsRepository' => '?',
  2841.             'App\\Repository\\MembershipRepository' => '?',
  2842.             'App\\Repository\\MembershipTranslationRepository' => '?',
  2843.             'App\\Repository\\MinutesRepository' => '?',
  2844.             'App\\Repository\\NoteExerciseRepository' => '?',
  2845.             'App\\Repository\\NoteGameRepository' => '?',
  2846.             'App\\Repository\\NotePlayerRepository' => '?',
  2847.             'App\\Repository\\NotificationAutomaticMessageRepository' => '?',
  2848.             'App\\Repository\\NotificationAutomaticRepository' => '?',
  2849.             'App\\Repository\\NotificationAutomaticTranslationRepository' => '?',
  2850.             'App\\Repository\\NotificationReadsRepository' => '?',
  2851.             'App\\Repository\\NotificationRemovesRepository' => '?',
  2852.             'App\\Repository\\NotificationRepository' => '?',
  2853.             'App\\Repository\\OtherPaymentsRepository' => '?',
  2854.             'App\\Repository\\PlayerJustificationRepository' => '?',
  2855.             'App\\Repository\\PlayerRepository' => '?',
  2856.             'App\\Repository\\PlayerSportsInjuriesRepository' => '?',
  2857.             'App\\Repository\\PlayerWeightRepository' => '?',
  2858.             'App\\Repository\\PositionRepository' => '?',
  2859.             'App\\Repository\\RedCardsRepository' => '?',
  2860.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  2861.             'App\\Repository\\ResetPasswordTokenRequestRepository' => '?',
  2862.             'App\\Repository\\SeasonPlayerRepository' => '?',
  2863.             'App\\Repository\\SeasonRepository' => '?',
  2864.             'App\\Repository\\SharePlayerRepository' => '?',
  2865.             'App\\Repository\\ShotsOnGoalRepository' => '?',
  2866.             'App\\Repository\\StrategyRepository' => '?',
  2867.             'App\\Repository\\SubscriptionCustomerRepository' => '?',
  2868.             'App\\Repository\\SubscriptionRepository' => '?',
  2869.             'App\\Repository\\SuggestionRepository' => '?',
  2870.             'App\\Repository\\SupportFileRepository' => '?',
  2871.             'App\\Repository\\SupportRepository' => '?',
  2872.             'App\\Repository\\TacticRepository' => '?',
  2873.             'App\\Repository\\TeamRepository' => '?',
  2874.             'App\\Repository\\TitularsRepository' => '?',
  2875.             'App\\Repository\\TrainingAsistRepository' => '?',
  2876.             'App\\Repository\\TypeNotificationRepository' => '?',
  2877.             'App\\Repository\\TypeSoccerRepository' => '?',
  2878.             'App\\Repository\\UserRepository' => '?',
  2879.             'App\\Repository\\YellowCardsRepository' => '?',
  2880.         ])));
  2881.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create($a$b);
  2882.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the public 'easyadmin.autocomplete' shared service.
  2887.      *
  2888.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete
  2889.      */
  2890.     protected function getEasyadmin_AutocompleteService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Autocomplete.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Finder.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  2895.         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()));
  2896.     }
  2897.     /**
  2898.      * Gets the public 'easyadmin.command.make_admin_migration' shared service.
  2899.      *
  2900.      * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand
  2901.      */
  2902.     protected function getEasyadmin_Command_MakeAdminMigrationService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminMigrationCommand.php';
  2906.         $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));
  2907.         $instance->setName('make:admin:migration');
  2908.         return $instance;
  2909.     }
  2910.     /**
  2911.      * Gets the public 'easyadmin.config.manager' shared service.
  2912.      *
  2913.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  2914.      */
  2915.     protected function getEasyadmin_Config_ManagerService()
  2916.     {
  2917.         $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()));
  2918.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  2919.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  2920.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('es'));
  2921.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  2922.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  2923.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2924.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  2925.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  2926.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  2927.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  2928.         return $instance;
  2929.     }
  2930.     /**
  2931.      * Gets the public 'easyadmin.filter.registry' shared service.
  2932.      *
  2933.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  2934.      */
  2935.     protected function getEasyadmin_Filter_RegistryService()
  2936.     {
  2937.         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 () {
  2938.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->getEasyadmin_Filter_TypeGuesser_DoctrineService());
  2939.         }, 1));
  2940.     }
  2941.     /**
  2942.      * Gets the public 'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' shared service.
  2943.      *
  2944.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser
  2945.      */
  2946.     protected function getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Guesser/MissingDoctrineOrmTypeGuesser.php';
  2951.         return $this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Guesser\MissingDoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2952.     }
  2953.     /**
  2954.      * Gets the public 'easyadmin.listener.controller' shared service.
  2955.      *
  2956.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  2957.      */
  2958.     protected function getEasyadmin_Listener_ControllerService()
  2959.     {
  2960.         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()));
  2961.     }
  2962.     /**
  2963.      * Gets the public 'easyadmin.listener.request_post_initialize' shared service.
  2964.      *
  2965.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\RequestPostInitializeListener
  2966.      */
  2967.     protected function getEasyadmin_Listener_RequestPostInitializeService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/RequestPostInitializeListener.php';
  2970.         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())));
  2971.     }
  2972.     /**
  2973.      * Gets the public 'easyadmin.paginator' shared service.
  2974.      *
  2975.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator
  2976.      */
  2977.     protected function getEasyadmin_PaginatorService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/Paginator.php';
  2980.         return $this->services['easyadmin.paginator'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\Paginator();
  2981.     }
  2982.     /**
  2983.      * Gets the public 'easyadmin.property_accessor' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2986.      */
  2987.     protected function getEasyadmin_PropertyAccessorService()
  2988.     {
  2989.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2990.     }
  2991.     /**
  2992.      * Gets the public 'easyadmin.query_builder' shared service.
  2993.      *
  2994.      * @return \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder
  2995.      */
  2996.     protected function getEasyadmin_QueryBuilderService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Search/QueryBuilder.php';
  2999.         return $this->services['easyadmin.query_builder'] = new \EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3000.     }
  3001.     /**
  3002.      * Gets the public 'easyadmin.router' shared service.
  3003.      *
  3004.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  3005.      */
  3006.     protected function getEasyadmin_RouterService()
  3007.     {
  3008.         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())));
  3009.     }
  3010.     /**
  3011.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  3012.      *
  3013.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  3014.      */
  3015.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  3016.     {
  3017.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3018.     }
  3019.     /**
  3020.      * Gets the public 'error_controller' shared service.
  3021.      *
  3022.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3023.      */
  3024.     protected function getErrorControllerService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3031.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3032.         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)));
  3033.     }
  3034.     /**
  3035.      * Gets the public 'event_dispatcher' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3038.      */
  3039.     protected function getEventDispatcherService()
  3040.     {
  3041.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3042.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3043.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  3044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3045.         $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())));
  3046.         $instance->addListener('kernel.exception', [=> function () {
  3047.             return ($this->services['App.EventListener.exception_listener'] ?? $this->getApp_EventListener_ExceptionListenerService());
  3048.         }, => 'onKernelException'], 0);
  3049.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  3050.             return ($this->privates['app.event.authentication_success_listener'] ?? ($this->privates['app.event.authentication_success_listener'] = new \App\EventListener\AuthenticationSuccessListener()));
  3051.         }, => 'onAuthenticationSuccessResponse'], 0);
  3052.         $instance->addListener('lexik_jwt_authentication.on_jwt_decoded', [=> function () {
  3053.             return ($this->privates['app.event.jwt_decoded_listener'] ?? $this->getApp_Event_JwtDecodedListenerService());
  3054.         }, => 'onJWTDecoded'], 0);
  3055.         $instance->addListener('lexik_jwt_authentication.on_jwt_invalid', [=> function () {
  3056.             return ($this->privates['app.event.jwt_invalid_listener'] ?? $this->getApp_Event_JwtInvalidListenerService());
  3057.         }, => 'onJWTInvalid'], 0);
  3058.         $instance->addListener('kernel.controller', [=> function () {
  3059.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3060.         }, => 'onKernelController'], 0);
  3061.         $instance->addListener('kernel.controller', [=> function () {
  3062.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  3063.         }, => 'onKernelController'], 0);
  3064.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  3065.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->getEasyadmin_Listener_RequestPostInitializeService());
  3066.         }, => 'initializeRequest'], 0);
  3067.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  3068.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  3069.         }, => 'attachRefreshToken'], 0);
  3070.         $instance->addListener('kernel.request', [=> function () {
  3071.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('es')));
  3072.         }, => 'onKernelRequest'], 20);
  3073.         $instance->addListener('kernel.response', [=> function () {
  3074.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  3075.         }, => 'onKernelResponse'], 0);
  3076.         $instance->addListener('kernel.response', [=> function () {
  3077.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3078.         }, => 'onKernelResponse'], -1024);
  3079.         $instance->addListener('kernel.request', [=> function () {
  3080.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3081.         }, => 'setDefaultLocale'], 100);
  3082.         $instance->addListener('kernel.request', [=> function () {
  3083.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3084.         }, => 'onKernelRequest'], 16);
  3085.         $instance->addListener('kernel.finish_request', [=> function () {
  3086.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3087.         }, => 'onKernelFinishRequest'], 0);
  3088.         $instance->addListener('kernel.request', [=> function () {
  3089.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3090.         }, => 'onKernelRequest'], 256);
  3091.         $instance->addListener('kernel.response', [=> function () {
  3092.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3093.         }, => 'onResponse'], -255);
  3094.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3095.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3096.         }, => 'onControllerArguments'], 0);
  3097.         $instance->addListener('kernel.exception', [=> function () {
  3098.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3099.         }, => 'logKernelException'], 0);
  3100.         $instance->addListener('kernel.exception', [=> function () {
  3101.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  3102.         }, => 'onKernelException'], -128);
  3103.         $instance->addListener('kernel.request', [=> function () {
  3104.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3105.         }, => 'onKernelRequest'], 15);
  3106.         $instance->addListener('kernel.finish_request', [=> function () {
  3107.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3108.         }, => 'onKernelFinishRequest'], -15);
  3109.         $instance->addListener('console.error', [=> function () {
  3110.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3111.         }, => 'onConsoleError'], -128);
  3112.         $instance->addListener('console.terminate', [=> function () {
  3113.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3114.         }, => 'onConsoleTerminate'], -128);
  3115.         $instance->addListener('console.error', [=> function () {
  3116.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3117.         }, => 'onConsoleError'], 0);
  3118.         $instance->addListener('kernel.request', [=> function () {
  3119.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3120.         }, => 'onKernelRequest'], 128);
  3121.         $instance->addListener('kernel.response', [=> function () {
  3122.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3123.         }, => 'onKernelResponse'], -1000);
  3124.         $instance->addListener('kernel.finish_request', [=> function () {
  3125.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3126.         }, => 'onFinishRequest'], 0);
  3127.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3128.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3129.         }, => 'onMessage'], -255);
  3130.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3131.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3132.         }, => 'onMessage'], -255);
  3133.         $instance->addListener('kernel.response', [=> function () {
  3134.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3135.         }, => 'onKernelResponse'], -100);
  3136.         $instance->addListener('kernel.exception', [=> function () {
  3137.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3138.         }, => 'onKernelException'], 0);
  3139.         $instance->addListener('kernel.terminate', [=> function () {
  3140.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3141.         }, => 'onKernelTerminate'], -1024);
  3142.         $instance->addListener('kernel.controller', [=> function () {
  3143.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3144.         }, => 'onKernelController'], 0);
  3145.         $instance->addListener('kernel.response', [=> function () {
  3146.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3147.         }, => 'onKernelResponse'], 0);
  3148.         $instance->addListener('kernel.request', [=> function () {
  3149.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3150.         }, => 'configure'], 2048);
  3151.         $instance->addListener('console.command', [=> function () {
  3152.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3153.         }, => 'configure'], 2048);
  3154.         $instance->addListener('kernel.request', [=> function () {
  3155.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3156.         }, => 'onKernelRequest'], 32);
  3157.         $instance->addListener('kernel.finish_request', [=> function () {
  3158.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3159.         }, => 'onKernelFinishRequest'], 0);
  3160.         $instance->addListener('kernel.exception', [=> function () {
  3161.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3162.         }, => 'onKernelException'], -64);
  3163.         $instance->addListener('kernel.response', [=> function () {
  3164.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3165.         }, => 'onKernelResponse'], 0);
  3166.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3167.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3168.         }, => 'onMessage'], 0);
  3169.         $instance->addListener('kernel.controller', [=> function () {
  3170.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3171.         }, => 'onKernelController'], 0);
  3172.         $instance->addListener('kernel.controller', [=> function () {
  3173.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3174.         }, => 'onKernelController'], 0);
  3175.         $instance->addListener('kernel.controller', [=> function () {
  3176.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3177.         }, => 'onKernelController'], -128);
  3178.         $instance->addListener('kernel.view', [=> function () {
  3179.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3180.         }, => 'onKernelView'], 0);
  3181.         $instance->addListener('kernel.controller', [=> function () {
  3182.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3183.         }, => 'onKernelController'], 0);
  3184.         $instance->addListener('kernel.response', [=> function () {
  3185.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3186.         }, => 'onKernelResponse'], 0);
  3187.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3188.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3189.         }, => 'onKernelControllerArguments'], 0);
  3190.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3191.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3192.         }, => 'onKernelControllerArguments'], 0);
  3193.         $instance->addListener('kernel.response', [=> function () {
  3194.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3195.         }, => 'onKernelResponse'], 0);
  3196.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3197.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3198.         }, => 'onVoterVote'], 0);
  3199.         $instance->addListener('kernel.request', [=> function () {
  3200.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3201.         }, => 'configureLogoutUrlGenerator'], 8);
  3202.         $instance->addListener('kernel.request', [=> function () {
  3203.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3204.         }, => 'onKernelRequest'], 8);
  3205.         $instance->addListener('kernel.finish_request', [=> function () {
  3206.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3207.         }, => 'onKernelFinishRequest'], 0);
  3208.         $instance->addListener('console.command', [=> function () {
  3209.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3210.         }, => 'onCommand'], 255);
  3211.         $instance->addListener('console.terminate', [=> function () {
  3212.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3213.         }, => 'onTerminate'], -255);
  3214.         $instance->addListener('console.command', [=> function () {
  3215.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3216.         }, => 'configure'], 1024);
  3217.         $instance->addListener('console.error', [=> function () {
  3218.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3219.         }, => 'onConsoleError'], 0);
  3220.         $instance->addListener('console.terminate', [=> function () {
  3221.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3222.         }, => 'onConsoleTerminate'], 0);
  3223.         $instance->addListener('kernel.exception', [=> function () {
  3224.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3225.         }, => 'onException'], 0);
  3226.         $instance->addListener('kernel.terminate', [=> function () {
  3227.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3228.         }, => 'onTerminate'], 0);
  3229.         $instance->addListener('console.error', [=> function () {
  3230.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3231.         }, => 'onException'], 0);
  3232.         $instance->addListener('console.terminate', [=> function () {
  3233.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3234.         }, => 'onTerminate'], 0);
  3235.         return $instance;
  3236.     }
  3237.     /**
  3238.      * Gets the public 'filesystem' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\Filesystem\Filesystem
  3241.      */
  3242.     protected function getFilesystemService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3245.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3246.     }
  3247.     /**
  3248.      * Gets the public 'form.factory' shared service.
  3249.      *
  3250.      * @return \Symfony\Component\Form\FormFactory
  3251.      */
  3252.     protected function getForm_FactoryService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  3256.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3257.     }
  3258.     /**
  3259.      * Gets the public 'form.type.file' shared service.
  3260.      *
  3261.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3262.      */
  3263.     protected function getForm_Type_FileService()
  3264.     {
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3268.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3269.     }
  3270.     /**
  3271.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  3272.      *
  3273.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  3274.      */
  3275.     protected function getGesdinet_JwtrefreshtokenService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  3286.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  3287.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  3288.         $b->setCustomUserProvider(($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService()));
  3289.         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()));
  3290.     }
  3291.     /**
  3292.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  3293.      *
  3294.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  3295.      */
  3296.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  3301.         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');
  3302.     }
  3303.     /**
  3304.      * Gets the public 'http_kernel' shared service.
  3305.      *
  3306.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3307.      */
  3308.     protected function getHttpKernelService()
  3309.     {
  3310.         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 () {
  3311.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3312.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3313.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3314.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3315.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3316.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3317.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3318.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3319.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3320.     }
  3321.     /**
  3322.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  3323.      *
  3324.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  3325.      */
  3326.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3334.         $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');
  3335.         $instance->setName('lexik:jwt:check-config');
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3340.      *
  3341.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3342.      */
  3343.     protected function getLexikJwtAuthentication_EncoderService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3354.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'36000));
  3355.     }
  3356.     /**
  3357.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3358.      *
  3359.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3360.      */
  3361.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3365.         $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 () {
  3366.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  3367.             yield => ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService());
  3368.         }, 2));
  3369.         $instance->setName('lexik:jwt:generate-token');
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3374.      *
  3375.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3376.      */
  3377.     protected function getLexikJwtAuthentication_JwtManagerService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3382.         $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');
  3383.         $instance->setUserIdentityField('username');
  3384.         return $instance;
  3385.     }
  3386.     /**
  3387.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3388.      *
  3389.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3390.      */
  3391.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3392.     {
  3393.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3397.         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'));
  3398.     }
  3399.     /**
  3400.      * Gets the public 'profiler' shared service.
  3401.      *
  3402.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3403.      */
  3404.     protected function getProfilerService()
  3405.     {
  3406.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3407.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3408.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3409.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  3410.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3411.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3412.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3413.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3414.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3415.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3416.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3417.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3418.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3419.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3420.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3421.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3422.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3423.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3424.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3425.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3426.         $d->addInstance('cache.easyadmin', ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  3427.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  3428.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3429.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  3430.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3431.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3432.         if ($this->has('kernel')) {
  3433.             $g->setKernel($b);
  3434.         }
  3435.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3436.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3437.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3438.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3439.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3440.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3441.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  3442.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  3443.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  3444.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  3445.         $instance->add($d);
  3446.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  3447.         $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())));
  3448.         $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())));
  3449.         $instance->add($e);
  3450.         $instance->add($f);
  3451.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  3452.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3453.         $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()))));
  3454.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  3455.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  3456.         $instance->add($g);
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the public 'request_stack' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3463.      */
  3464.     protected function getRequestStackService()
  3465.     {
  3466.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3467.     }
  3468.     /**
  3469.      * Gets the public 'router' shared service.
  3470.      *
  3471.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3472.      */
  3473.     protected function getRouterService()
  3474.     {
  3475.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3476.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3477.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3478.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  3479.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3480.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3481.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3482.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3483.         ], [
  3484.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3485.         ]))->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');
  3486.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3487.         return $instance;
  3488.     }
  3489.     /**
  3490.      * Gets the public 'routing.loader' shared service.
  3491.      *
  3492.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3493.      */
  3494.     protected function getRouting_LoaderService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3517.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3518.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  3519.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3520.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  3521.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  3522.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  3523.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  3524.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  3525.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3526.             'kernel' => ['services''kernel''getKernelService'false],
  3527.         ], [
  3528.             'kernel' => 'App\\Kernel',
  3529.         ])));
  3530.         $a->addLoader($c);
  3531.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3532.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3533.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  3534.     }
  3535.     /**
  3536.      * Gets the public 'security.authentication_utils' shared service.
  3537.      *
  3538.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  3539.      */
  3540.     protected function getSecurity_AuthenticationUtilsService()
  3541.     {
  3542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3543.         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())));
  3544.     }
  3545.     /**
  3546.      * Gets the public 'security.authorization_checker' shared service.
  3547.      *
  3548.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3549.      */
  3550.     protected function getSecurity_AuthorizationCheckerService()
  3551.     {
  3552.         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);
  3553.     }
  3554.     /**
  3555.      * Gets the public 'security.csrf.token_manager' shared service.
  3556.      *
  3557.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3558.      */
  3559.     protected function getSecurity_Csrf_TokenManagerService()
  3560.     {
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  3565.         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())));
  3566.     }
  3567.     /**
  3568.      * Gets the public 'security.password_encoder' shared service.
  3569.      *
  3570.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  3571.      */
  3572.     protected function getSecurity_PasswordEncoderService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  3576.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3577.     }
  3578.     /**
  3579.      * Gets the public 'security.token_storage' shared service.
  3580.      *
  3581.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3582.      */
  3583.     protected function getSecurity_TokenStorageService()
  3584.     {
  3585.         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, [
  3586.             'session' => ['services''session''getSessionService'false],
  3587.         ], [
  3588.             'session' => '?',
  3589.         ]));
  3590.     }
  3591.     /**
  3592.      * Gets the public 'serializer' shared service.
  3593.      *
  3594.      * @return \Symfony\Component\Serializer\Serializer
  3595.      */
  3596.     protected function getSerializerService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  3633.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  3634.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  3635.         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()]);
  3636.     }
  3637.     /**
  3638.      * Gets the public 'services_resetter' shared service.
  3639.      *
  3640.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3641.      */
  3642.     protected function getServicesResetterService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3645.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3646.             if (isset($this->services['cache.app'])) {
  3647.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3648.             }
  3649.             if (isset($this->services['cache.system'])) {
  3650.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3651.             }
  3652.             if (isset($this->privates['cache.validator'])) {
  3653.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3654.             }
  3655.             if (isset($this->privates['cache.serializer'])) {
  3656.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3657.             }
  3658.             if (isset($this->privates['cache.annotations'])) {
  3659.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3660.             }
  3661.             if (isset($this->privates['cache.property_info'])) {
  3662.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3663.             }
  3664.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3665.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3666.             }
  3667.             if (isset($this->services['profiler'])) {
  3668.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  3669.             }
  3670.             if (isset($this->services['validator'])) {
  3671.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  3672.             }
  3673.             if (isset($this->privates['debug.stopwatch'])) {
  3674.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3675.             }
  3676.             if (isset($this->services['event_dispatcher'])) {
  3677.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3678.             }
  3679.             if (isset($this->services['doctrine'])) {
  3680.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3681.             }
  3682.             if (isset($this->privates['form.type.entity'])) {
  3683.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3684.             }
  3685.             if (isset($this->services['security.token_storage'])) {
  3686.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3687.             }
  3688.             if (isset($this->privates['cache.security_expression_language'])) {
  3689.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3690.             }
  3691.             if (isset($this->privates['monolog.handler.main'])) {
  3692.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3693.             }
  3694.             if (isset($this->privates['monolog.handler.custom_log'])) {
  3695.                 yield 'monolog.handler.custom_log' => ($this->privates['monolog.handler.custom_log'] ?? null);
  3696.             }
  3697.             if (isset($this->privates['monolog.handler.console'])) {
  3698.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3699.             }
  3700.             if (isset($this->privates['cache.easyadmin'])) {
  3701.                 yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? null);
  3702.             }
  3703.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3704.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3705.             }
  3706.         }, function () {
  3707.             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.custom_log'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['cache.easyadmin'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  3708.         }), ['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.custom_log' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'cache.easyadmin' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  3709.     }
  3710.     /**
  3711.      * Gets the public 'session' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3714.      */
  3715.     protected function getSessionService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3719.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3720.     }
  3721.     /**
  3722.      * Gets the public 'swiftmailer.mailer.default' shared service.
  3723.      *
  3724.      * @return \Swift_Mailer
  3725.      */
  3726.     protected function getSwiftmailer_Mailer_DefaultService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  3729.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  3730.     }
  3731.     /**
  3732.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  3733.      *
  3734.      * @return \Swift_Plugins_MessageLogger
  3735.      */
  3736.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  3737.     {
  3738.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3741.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  3742.     }
  3743.     /**
  3744.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  3745.      *
  3746.      * @return \Swift_Transport_EsmtpTransport
  3747.      */
  3748.     protected function getSwiftmailer_Mailer_Default_TransportService()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3775.         $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()]);
  3776.         $a->setUsername('golmanager0@gmail.com');
  3777.         $a->setPassword('olsmjgoipqhauvze');
  3778.         $a->setAuthMode('login');
  3779.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], new \Swift_Events_SimpleEventDispatcher());
  3780.         $instance->setHost('smtp.gmail.com');
  3781.         $instance->setPort(465);
  3782.         $instance->setEncryption('ssl');
  3783.         $instance->setTimeout(30);
  3784.         $instance->setSourceIp(NULL);
  3785.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3786.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  3787.         return $instance;
  3788.     }
  3789.     /**
  3790.      * Gets the public 'translator' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3793.      */
  3794.     protected function getTranslatorService()
  3795.     {
  3796.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3797.     }
  3798.     /**
  3799.      * Gets the public 'twig' shared service.
  3800.      *
  3801.      * @return \Twig\Environment
  3802.      */
  3803.     protected function getTwigService()
  3804.     {
  3805.         $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]);
  3806.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3807.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  3808.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3809.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3810.         $e = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  3811.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3812.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  3813.         $g = new \Symfony\Bridge\Twig\AppVariable();
  3814.         $g->setEnvironment('dev');
  3815.         $g->setDebug(true);
  3816.         if ($this->has('security.token_storage')) {
  3817.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3818.         }
  3819.         if ($this->has('request_stack')) {
  3820.             $g->setRequestStack($c);
  3821.         }
  3822.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  3823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  3825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  3826.         $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)), [])));
  3827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  3828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  3829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  3831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  3835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($e));
  3837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3838.         $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())));
  3839.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3840.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  3841.         $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())));
  3842.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  3843.         $instance->addGlobal('app'$g);
  3844.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3845.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3846.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3847.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3848.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  3849.         ], [
  3850.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3851.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3852.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3853.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  3854.         ])));
  3855.         $instance->addGlobal('admin_config', ['has_chat' => false'has_fullscreen' => false]);
  3856.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  3857.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  3858.         $instance->registerUndefinedTokenParserCallback([=> $h=> 'suggestTag']);
  3859.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3860.         return $instance;
  3861.     }
  3862.     /**
  3863.      * Gets the public 'validator' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3866.      */
  3867.     protected function getValidatorService()
  3868.     {
  3869.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3870.     }
  3871.     /**
  3872.      * Gets the public 'var_dumper.cloner' shared service.
  3873.      *
  3874.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3875.      */
  3876.     protected function getVarDumper_ClonerService()
  3877.     {
  3878.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3879.         $instance->setMaxItems(2500);
  3880.         $instance->setMinDepth(1);
  3881.         $instance->setMaxString(-1);
  3882.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the public 'vich_uploader.download_handler' shared service.
  3887.      *
  3888.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  3889.      */
  3890.     protected function getVichUploader_DownloadHandlerService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3893.         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()));
  3894.     }
  3895.     /**
  3896.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3897.      *
  3898.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3899.      */
  3900.     protected function getVichUploader_Form_Type_FileService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3905.         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()));
  3906.     }
  3907.     /**
  3908.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3909.      *
  3910.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3911.      */
  3912.     protected function getVichUploader_Form_Type_ImageService()
  3913.     {
  3914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3918.         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);
  3919.     }
  3920.     /**
  3921.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3922.      *
  3923.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3924.      */
  3925.     protected function getVichUploader_UploadHandlerService()
  3926.     {
  3927.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3928.         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()));
  3929.     }
  3930.     /**
  3931.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3932.      *
  3933.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3934.      */
  3935.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3938.         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()));
  3939.     }
  3940.     /**
  3941.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3942.      *
  3943.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3944.      */
  3945.     protected function getWebProfiler_Controller_ProfilerService()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  3950.         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));
  3951.     }
  3952.     /**
  3953.      * Gets the public 'web_profiler.controller.router' shared service.
  3954.      *
  3955.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3956.      */
  3957.     protected function getWebProfiler_Controller_RouterService()
  3958.     {
  3959.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3960.         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()));
  3961.     }
  3962.     /**
  3963.      * Gets the private '.debug.http_client' shared service.
  3964.      *
  3965.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3966.      */
  3967.     protected function get_Debug_HttpClientService()
  3968.     {
  3969.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3970.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3971.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3972.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3973.         $b->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  3974.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3975.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3976.         $a->setLogger($b);
  3977.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3978.     }
  3979.     /**
  3980.      * Gets the private '.errored..service_locator.1TX3X4p.App\Entity\PlayerWeight' shared service.
  3981.      *
  3982.      * @return \App\Entity\PlayerWeight
  3983.      */
  3984.     protected function getPlayerWeightService()
  3985.     {
  3986.         $this->throw('Cannot autowire service ".service_locator.1TX3X4p": it references class "App\\Entity\\PlayerWeight" but no such service exists.');
  3987.     }
  3988.     /**
  3989.      * Gets the private '.errored..service_locator.5fReDaX.App\Entity\NoteExercise' shared service.
  3990.      *
  3991.      * @return \App\Entity\NoteExercise
  3992.      */
  3993.     protected function getNoteExerciseService()
  3994.     {
  3995.         $this->throw('Cannot autowire service ".service_locator.5fReDaX": it references class "App\\Entity\\NoteExercise" but no such service exists.');
  3996.     }
  3997.     /**
  3998.      * Gets the private '.errored..service_locator.8UPtN2z.App\Entity\Game' shared service.
  3999.      *
  4000.      * @return \App\Entity\Game
  4001.      */
  4002.     protected function getGameService()
  4003.     {
  4004.         $this->throw('Cannot autowire service ".service_locator.8UPtN2z": it references class "App\\Entity\\Game" but no such service exists.');
  4005.     }
  4006.     /**
  4007.      * Gets the private '.errored..service_locator.8cSrSaC.App\Entity\Player' shared service.
  4008.      *
  4009.      * @return \App\Entity\Player
  4010.      */
  4011.     protected function getPlayerService()
  4012.     {
  4013.         $this->throw('Cannot autowire service ".service_locator.8cSrSaC": it references class "App\\Entity\\Player" but no such service exists.');
  4014.     }
  4015.     /**
  4016.      * Gets the private '.errored..service_locator.8cSrSaC.App\Entity\Season' shared service.
  4017.      *
  4018.      * @return \App\Entity\Season
  4019.      */
  4020.     protected function getSeasonService()
  4021.     {
  4022.         $this->throw('Cannot autowire service ".service_locator.8cSrSaC": it references class "App\\Entity\\Season" but no such service exists.');
  4023.     }
  4024.     /**
  4025.      * Gets the private '.errored..service_locator.C1ZPR9T.App\Entity\PlayerWeight' shared service.
  4026.      *
  4027.      * @return \App\Entity\PlayerWeight
  4028.      */
  4029.     protected function getPlayerWeight2Service()
  4030.     {
  4031.         $this->throw('Cannot autowire service ".service_locator.C1ZPR9T": it references class "App\\Entity\\PlayerWeight" but no such service exists.');
  4032.     }
  4033.     /**
  4034.      * Gets the private '.errored..service_locator.DusxGO6.App\Entity\Coupon' shared service.
  4035.      *
  4036.      * @return \App\Entity\Coupon
  4037.      */
  4038.     protected function getCouponService()
  4039.     {
  4040.         $this->throw('Cannot autowire service ".service_locator.DusxGO6": it references class "App\\Entity\\Coupon" but no such service exists.');
  4041.     }
  4042.     /**
  4043.      * Gets the private '.errored..service_locator.E2z.rRz.Symfony\Component\Form\Form' shared service.
  4044.      *
  4045.      * @return \Symfony\Component\Form\Form
  4046.      */
  4047.     protected function getFormService()
  4048.     {
  4049.         $this->throw('Cannot autowire service ".service_locator.E2z.rRz": it references class "Symfony\\Component\\Form\\Form" but no such service exists.');
  4050.     }
  4051.     /**
  4052.      * Gets the private '.errored..service_locator.EJwMRpW.App\Entity\ClubMonthlyPayments' shared service.
  4053.      *
  4054.      * @return \App\Entity\ClubMonthlyPayments
  4055.      */
  4056.     protected function getClubMonthlyPaymentsService()
  4057.     {
  4058.         $this->throw('Cannot autowire service ".service_locator.EJwMRpW": it references class "App\\Entity\\ClubMonthlyPayments" but no such service exists.');
  4059.     }
  4060.     /**
  4061.      * Gets the private '.errored..service_locator.FxVgDxl.App\Entity\Player' shared service.
  4062.      *
  4063.      * @return \App\Entity\Player
  4064.      */
  4065.     protected function getPlayer2Service()
  4066.     {
  4067.         $this->throw('Cannot autowire service ".service_locator.FxVgDxl": it references class "App\\Entity\\Player" but no such service exists.');
  4068.     }
  4069.     /**
  4070.      * Gets the private '.errored..service_locator.MPur8oG.App\Entity\OtherPayments' shared service.
  4071.      *
  4072.      * @return \App\Entity\OtherPayments
  4073.      */
  4074.     protected function getOtherPaymentsService()
  4075.     {
  4076.         $this->throw('Cannot autowire service ".service_locator.MPur8oG": it references class "App\\Entity\\OtherPayments" but no such service exists.');
  4077.     }
  4078.     /**
  4079.      * Gets the private '.errored..service_locator.ZVU7s0Z.App\Entity\Exercise' shared service.
  4080.      *
  4081.      * @return \App\Entity\Exercise
  4082.      */
  4083.     protected function getExerciseService()
  4084.     {
  4085.         $this->throw('Cannot autowire service ".service_locator.ZVU7s0Z": it references class "App\\Entity\\Exercise" but no such service exists.');
  4086.     }
  4087.     /**
  4088.      * Gets the private '.errored..service_locator.eSw4Yl0.App\Entity\PlayerSportsInjuries' shared service.
  4089.      *
  4090.      * @return \App\Entity\PlayerSportsInjuries
  4091.      */
  4092.     protected function getPlayerSportsInjuriesService()
  4093.     {
  4094.         $this->throw('Cannot autowire service ".service_locator.eSw4Yl0": it references class "App\\Entity\\PlayerSportsInjuries" but no such service exists.');
  4095.     }
  4096.     /**
  4097.      * Gets the private '.errored..service_locator.hZ8pcZH.App\Entity\Membership' shared service.
  4098.      *
  4099.      * @return \App\Entity\Membership
  4100.      */
  4101.     protected function getMembershipService()
  4102.     {
  4103.         $this->throw('Cannot autowire service ".service_locator.hZ8pcZH": it references class "App\\Entity\\Membership" but no such service exists.');
  4104.     }
  4105.     /**
  4106.      * Gets the private '.errored..service_locator.jtIcQsS.App\Entity\KitPayments' shared service.
  4107.      *
  4108.      * @return \App\Entity\KitPayments
  4109.      */
  4110.     protected function getKitPaymentsService()
  4111.     {
  4112.         $this->throw('Cannot autowire service ".service_locator.jtIcQsS": it references class "App\\Entity\\KitPayments" but no such service exists.');
  4113.     }
  4114.     /**
  4115.      * Gets the private '.errored..service_locator.q7VoPz7.DateTime' shared service.
  4116.      *
  4117.      * @return \DateTime
  4118.      */
  4119.     protected function get_Errored__ServiceLocator_Q7VoPz7_DateTimeService()
  4120.     {
  4121.         $this->throw('Cannot autowire service ".service_locator.q7VoPz7": it references class "DateTime" but no such service exists.');
  4122.     }
  4123.     /**
  4124.      * Gets the private '.errored..service_locator.rra90Cz.App\Entity\Strategy' shared service.
  4125.      *
  4126.      * @return \App\Entity\Strategy
  4127.      */
  4128.     protected function getStrategyService()
  4129.     {
  4130.         $this->throw('Cannot autowire service ".service_locator.rra90Cz": it references class "App\\Entity\\Strategy" but no such service exists.');
  4131.     }
  4132.     /**
  4133.      * Gets the private '.errored..service_locator.swx_wXI.App\Entity\Player' shared service.
  4134.      *
  4135.      * @return \App\Entity\Player
  4136.      */
  4137.     protected function getPlayer3Service()
  4138.     {
  4139.         $this->throw('Cannot autowire service ".service_locator.swx_wXI": it references class "App\\Entity\\Player" but no such service exists.');
  4140.     }
  4141.     /**
  4142.      * Gets the private '.errored..service_locator.xZknFG_.Symfony\Component\HttpKernel\Event\ExceptionEvent' shared service.
  4143.      *
  4144.      * @return \Symfony\Component\HttpKernel\Event\ExceptionEvent
  4145.      */
  4146.     protected function getExceptionEventService()
  4147.     {
  4148.         $this->throw('Cannot autowire service ".service_locator.xZknFG_": it references class "Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent" but no such service exists.');
  4149.     }
  4150.     /**
  4151.      * Gets the private '.service_locator.1TX3X4p' shared service.
  4152.      *
  4153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4154.      */
  4155.     protected function get_ServiceLocator_1TX3X4pService()
  4156.     {
  4157.         return $this->privates['.service_locator.1TX3X4p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4158.             'playerWeight' => ['privates''.errored..service_locator.1TX3X4p.App\\Entity\\PlayerWeight'NULL'Cannot autowire service ".service_locator.1TX3X4p": it references class "App\\Entity\\PlayerWeight" but no such service exists.'],
  4159.         ], [
  4160.             'playerWeight' => 'App\\Entity\\PlayerWeight',
  4161.         ]);
  4162.     }
  4163.     /**
  4164.      * Gets the private '.service_locator.5fReDaX' shared service.
  4165.      *
  4166.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4167.      */
  4168.     protected function get_ServiceLocator_5fReDaXService()
  4169.     {
  4170.         return $this->privates['.service_locator.5fReDaX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4171.             'noteExercise' => ['privates''.errored..service_locator.5fReDaX.App\\Entity\\NoteExercise'NULL'Cannot autowire service ".service_locator.5fReDaX": it references class "App\\Entity\\NoteExercise" but no such service exists.'],
  4172.         ], [
  4173.             'noteExercise' => 'App\\Entity\\NoteExercise',
  4174.         ]);
  4175.     }
  4176.     /**
  4177.      * Gets the private '.service_locator.8UPtN2z' shared service.
  4178.      *
  4179.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4180.      */
  4181.     protected function get_ServiceLocator_8UPtN2zService()
  4182.     {
  4183.         return $this->privates['.service_locator.8UPtN2z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4184.             'game' => ['privates''.errored..service_locator.8UPtN2z.App\\Entity\\Game'NULL'Cannot autowire service ".service_locator.8UPtN2z": it references class "App\\Entity\\Game" but no such service exists.'],
  4185.         ], [
  4186.             'game' => 'App\\Entity\\Game',
  4187.         ]);
  4188.     }
  4189.     /**
  4190.      * Gets the private '.service_locator.8cSrSaC' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4193.      */
  4194.     protected function get_ServiceLocator_8cSrSaCService()
  4195.     {
  4196.         return $this->privates['.service_locator.8cSrSaC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4197.             'player' => ['privates''.errored..service_locator.8cSrSaC.App\\Entity\\Player'NULL'Cannot autowire service ".service_locator.8cSrSaC": it references class "App\\Entity\\Player" but no such service exists.'],
  4198.             'season' => ['privates''.errored..service_locator.8cSrSaC.App\\Entity\\Season'NULL'Cannot autowire service ".service_locator.8cSrSaC": it references class "App\\Entity\\Season" but no such service exists.'],
  4199.         ], [
  4200.             'player' => 'App\\Entity\\Player',
  4201.             'season' => 'App\\Entity\\Season',
  4202.         ]);
  4203.     }
  4204.     /**
  4205.      * Gets the private '.service_locator.BWknic2' shared service.
  4206.      *
  4207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4208.      */
  4209.     protected function get_ServiceLocator_BWknic2Service()
  4210.     {
  4211.         return $this->privates['.service_locator.BWknic2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4212.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4213.         ], [
  4214.             'mailer' => '?',
  4215.         ]);
  4216.     }
  4217.     /**
  4218.      * Gets the private '.service_locator.C1ZPR9T' shared service.
  4219.      *
  4220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4221.      */
  4222.     protected function get_ServiceLocator_C1ZPR9TService()
  4223.     {
  4224.         return $this->privates['.service_locator.C1ZPR9T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4225.             'weight' => ['privates''.errored..service_locator.C1ZPR9T.App\\Entity\\PlayerWeight'NULL'Cannot autowire service ".service_locator.C1ZPR9T": it references class "App\\Entity\\PlayerWeight" but no such service exists.'],
  4226.         ], [
  4227.             'weight' => 'App\\Entity\\PlayerWeight',
  4228.         ]);
  4229.     }
  4230.     /**
  4231.      * Gets the private '.service_locator.DusxGO6' shared service.
  4232.      *
  4233.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4234.      */
  4235.     protected function get_ServiceLocator_DusxGO6Service()
  4236.     {
  4237.         return $this->privates['.service_locator.DusxGO6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4238.             '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.'],
  4239.         ], [
  4240.             'coupon' => 'App\\Entity\\Coupon',
  4241.         ]);
  4242.     }
  4243.     /**
  4244.      * Gets the private '.service_locator.E2z.rRz' shared service.
  4245.      *
  4246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4247.      */
  4248.     protected function get_ServiceLocator_E2z_RRzService()
  4249.     {
  4250.         return $this->privates['.service_locator.E2z.rRz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4251.             '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.'],
  4252.         ], [
  4253.             'form' => 'Symfony\\Component\\Form\\Form',
  4254.         ]);
  4255.     }
  4256.     /**
  4257.      * Gets the private '.service_locator.EJwMRpW' shared service.
  4258.      *
  4259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4260.      */
  4261.     protected function get_ServiceLocator_EJwMRpWService()
  4262.     {
  4263.         return $this->privates['.service_locator.EJwMRpW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4264.             'clubMonthlyPayment' => ['privates''.errored..service_locator.EJwMRpW.App\\Entity\\ClubMonthlyPayments'NULL'Cannot autowire service ".service_locator.EJwMRpW": it references class "App\\Entity\\ClubMonthlyPayments" but no such service exists.'],
  4265.         ], [
  4266.             'clubMonthlyPayment' => 'App\\Entity\\ClubMonthlyPayments',
  4267.         ]);
  4268.     }
  4269.     /**
  4270.      * Gets the private '.service_locator.FxVgDxl' shared service.
  4271.      *
  4272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4273.      */
  4274.     protected function get_ServiceLocator_FxVgDxlService()
  4275.     {
  4276.         return $this->privates['.service_locator.FxVgDxl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4277.             'player' => ['privates''.errored..service_locator.FxVgDxl.App\\Entity\\Player'NULL'Cannot autowire service ".service_locator.FxVgDxl": it references class "App\\Entity\\Player" but no such service exists.'],
  4278.         ], [
  4279.             'player' => 'App\\Entity\\Player',
  4280.         ]);
  4281.     }
  4282.     /**
  4283.      * Gets the private '.service_locator.MPur8oG' shared service.
  4284.      *
  4285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4286.      */
  4287.     protected function get_ServiceLocator_MPur8oGService()
  4288.     {
  4289.         return $this->privates['.service_locator.MPur8oG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4290.             'otherPayment' => ['privates''.errored..service_locator.MPur8oG.App\\Entity\\OtherPayments'NULL'Cannot autowire service ".service_locator.MPur8oG": it references class "App\\Entity\\OtherPayments" but no such service exists.'],
  4291.         ], [
  4292.             'otherPayment' => 'App\\Entity\\OtherPayments',
  4293.         ]);
  4294.     }
  4295.     /**
  4296.      * Gets the private '.service_locator.WifOwSx' shared service.
  4297.      *
  4298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4299.      */
  4300.     protected function get_ServiceLocator_WifOwSxService()
  4301.     {
  4302.         return $this->privates['.service_locator.WifOwSx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4303.             'App.EventListener.exception_listener::onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4304.             'App\\Controller\\Api\\AdminClubController::register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4305.             'App\\Controller\\Api\\AuthController::handleWebhook' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4306.             'App\\Controller\\Api\\AuthController::register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4307.             'App\\Controller\\Api\\AuthController::request' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4308.             'App\\Controller\\Api\\AuthController::reset' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4309.             'App\\Controller\\Api\\ClubMonthlyPaymentsController::updatePaymentClub' => ['privates''.service_locator.EJwMRpW''get_ServiceLocator_EJwMRpWService'false],
  4310.             'App\\Controller\\Api\\DocumentController::listDocument' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4311.             'App\\Controller\\Api\\ExerciseController::deleteExercise' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4312.             'App\\Controller\\Api\\ExerciseController::exerciseById' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4313.             'App\\Controller\\Api\\ExerciseController::exerciseEdit' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4314.             'App\\Controller\\Api\\ExerciseController::exercisesBySearch' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4315.             'App\\Controller\\Api\\ExerciseController::getCalendarExercises' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4316.             'App\\Controller\\Api\\GameController::convocatoriaGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4317.             'App\\Controller\\Api\\GameController::deleteGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4318.             'App\\Controller\\Api\\GameController::deleteGamePermanent' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4319.             'App\\Controller\\Api\\GameController::editAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4320.             'App\\Controller\\Api\\GameController::editGameLineUp' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4321.             'App\\Controller\\Api\\GameController::getAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4322.             'App\\Controller\\Api\\GameController::restoreGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4323.             'App\\Controller\\Api\\GameController::trainingsGame' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4324.             'App\\Controller\\Api\\KitPaymentsController::updatePayment' => ['privates''.service_locator.jtIcQsS''get_ServiceLocator_JtIcQsSService'false],
  4325.             'App\\Controller\\Api\\MembershipAttrController::listMembershipAttr' => ['privates''.service_locator.hZ8pcZH''get_ServiceLocator_HZ8pcZHService'false],
  4326.             'App\\Controller\\Api\\NoteExerciseController::add' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4327.             'App\\Controller\\Api\\NoteExerciseController::delete' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4328.             'App\\Controller\\Api\\NoteExerciseController::getNotesGame' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4329.             'App\\Controller\\Api\\NoteExerciseController::update' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4330.             'App\\Controller\\Api\\OtherPaymentsController::updatePayment' => ['privates''.service_locator.MPur8oG''get_ServiceLocator_MPur8oGService'false],
  4331.             'App\\Controller\\Api\\PlayerController::deletePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4332.             'App\\Controller\\Api\\PlayerController::deletePlayerPermanent' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4333.             'App\\Controller\\Api\\PlayerController::editPlayer' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4334.             'App\\Controller\\Api\\PlayerController::editStats' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4335.             'App\\Controller\\Api\\PlayerController::getDataPlayer' => ['privates''.service_locator.8cSrSaC''get_ServiceLocator_8cSrSaCService'false],
  4336.             'App\\Controller\\Api\\PlayerController::restorePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4337.             'App\\Controller\\Api\\PlayerSportsInjuriesController::update' => ['privates''.service_locator.eSw4Yl0''get_ServiceLocator_ESw4Yl0Service'false],
  4338.             'App\\Controller\\Api\\PlayerWeightController::add' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4339.             'App\\Controller\\Api\\PlayerWeightController::delete' => ['privates''.service_locator.C1ZPR9T''get_ServiceLocator_C1ZPR9TService'false],
  4340.             'App\\Controller\\Api\\PlayerWeightController::update' => ['privates''.service_locator.1TX3X4p''get_ServiceLocator_1TX3X4pService'false],
  4341.             'App\\Controller\\Api\\ReportController::exerciseExport' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4342.             'App\\Controller\\Api\\ReportController::reportTrainign' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4343.             'App\\Controller\\Api\\ReportController::stategyExport' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4344.             'App\\Controller\\Api\\StrategyController::delete' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4345.             'App\\Controller\\Api\\StrategyController::update' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4346.             'App\\Controller\\Api\\TrainerCustomerController::delete' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4347.             'App\\Controller\\Api\\TrainerCustomerController::edit' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4348.             'App\\Controller\\Api\\TrainerCustomerController::register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4349.             'App\\Controller\\Api\\TrainerCustomerController::search' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4350.             'App\\Controller\\CouponController::persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4351.             'App\\Controller\\CouponController::updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4352.             'App\\Controller\\CustomerController::captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4353.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.dnjXz1W''get_ServiceLocator_DnjXz1WService'false],
  4354.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.s0uu.MX''get_ServiceLocator_S0uu_MXService'false],
  4355.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  4356.             'App\\Controller\\TypeSoccerController::captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4357.             'App\\EventListener\\ExceptionListener::onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4358.             'App.EventListener.exception_listener:onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4359.             'App\\Controller\\Api\\AdminClubController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4360.             'App\\Controller\\Api\\AuthController:handleWebhook' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4361.             'App\\Controller\\Api\\AuthController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4362.             'App\\Controller\\Api\\AuthController:request' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4363.             'App\\Controller\\Api\\AuthController:reset' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4364.             'App\\Controller\\Api\\ClubMonthlyPaymentsController:updatePaymentClub' => ['privates''.service_locator.EJwMRpW''get_ServiceLocator_EJwMRpWService'false],
  4365.             'App\\Controller\\Api\\DocumentController:listDocument' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4366.             'App\\Controller\\Api\\ExerciseController:deleteExercise' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4367.             'App\\Controller\\Api\\ExerciseController:exerciseById' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4368.             'App\\Controller\\Api\\ExerciseController:exerciseEdit' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4369.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4370.             'App\\Controller\\Api\\ExerciseController:getCalendarExercises' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4371.             'App\\Controller\\Api\\GameController:convocatoriaGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4372.             'App\\Controller\\Api\\GameController:deleteGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4373.             'App\\Controller\\Api\\GameController:deleteGamePermanent' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4374.             'App\\Controller\\Api\\GameController:editAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4375.             'App\\Controller\\Api\\GameController:editGameLineUp' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4376.             'App\\Controller\\Api\\GameController:getAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4377.             'App\\Controller\\Api\\GameController:restoreGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4378.             'App\\Controller\\Api\\GameController:trainingsGame' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4379.             'App\\Controller\\Api\\KitPaymentsController:updatePayment' => ['privates''.service_locator.jtIcQsS''get_ServiceLocator_JtIcQsSService'false],
  4380.             'App\\Controller\\Api\\MembershipAttrController:listMembershipAttr' => ['privates''.service_locator.hZ8pcZH''get_ServiceLocator_HZ8pcZHService'false],
  4381.             'App\\Controller\\Api\\NoteExerciseController:add' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4382.             'App\\Controller\\Api\\NoteExerciseController:delete' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4383.             'App\\Controller\\Api\\NoteExerciseController:getNotesGame' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4384.             'App\\Controller\\Api\\NoteExerciseController:update' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4385.             'App\\Controller\\Api\\OtherPaymentsController:updatePayment' => ['privates''.service_locator.MPur8oG''get_ServiceLocator_MPur8oGService'false],
  4386.             'App\\Controller\\Api\\PlayerController:deletePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4387.             'App\\Controller\\Api\\PlayerController:deletePlayerPermanent' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4388.             'App\\Controller\\Api\\PlayerController:editPlayer' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4389.             'App\\Controller\\Api\\PlayerController:editStats' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4390.             'App\\Controller\\Api\\PlayerController:getDataPlayer' => ['privates''.service_locator.8cSrSaC''get_ServiceLocator_8cSrSaCService'false],
  4391.             'App\\Controller\\Api\\PlayerController:restorePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4392.             'App\\Controller\\Api\\PlayerSportsInjuriesController:update' => ['privates''.service_locator.eSw4Yl0''get_ServiceLocator_ESw4Yl0Service'false],
  4393.             'App\\Controller\\Api\\PlayerWeightController:add' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4394.             'App\\Controller\\Api\\PlayerWeightController:delete' => ['privates''.service_locator.C1ZPR9T''get_ServiceLocator_C1ZPR9TService'false],
  4395.             'App\\Controller\\Api\\PlayerWeightController:update' => ['privates''.service_locator.1TX3X4p''get_ServiceLocator_1TX3X4pService'false],
  4396.             'App\\Controller\\Api\\ReportController:exerciseExport' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4397.             'App\\Controller\\Api\\ReportController:reportTrainign' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4398.             'App\\Controller\\Api\\ReportController:stategyExport' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4399.             'App\\Controller\\Api\\StrategyController:delete' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4400.             'App\\Controller\\Api\\StrategyController:update' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4401.             'App\\Controller\\Api\\TrainerCustomerController:delete' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4402.             'App\\Controller\\Api\\TrainerCustomerController:edit' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4403.             'App\\Controller\\Api\\TrainerCustomerController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4404.             'App\\Controller\\Api\\TrainerCustomerController:search' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4405.             'App\\Controller\\CouponController:persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4406.             'App\\Controller\\CouponController:updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4407.             'App\\Controller\\CustomerController:captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4408.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.dnjXz1W''get_ServiceLocator_DnjXz1WService'false],
  4409.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.s0uu.MX''get_ServiceLocator_S0uu_MXService'false],
  4410.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  4411.             'App\\Controller\\TypeSoccerController:captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4412.             'App\\EventListener\\ExceptionListener:onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4413.         ], [
  4414.             'App.EventListener.exception_listener::onKernelException' => '?',
  4415.             'App\\Controller\\Api\\AdminClubController::register' => '?',
  4416.             'App\\Controller\\Api\\AuthController::handleWebhook' => '?',
  4417.             'App\\Controller\\Api\\AuthController::register' => '?',
  4418.             'App\\Controller\\Api\\AuthController::request' => '?',
  4419.             'App\\Controller\\Api\\AuthController::reset' => '?',
  4420.             'App\\Controller\\Api\\ClubMonthlyPaymentsController::updatePaymentClub' => '?',
  4421.             'App\\Controller\\Api\\DocumentController::listDocument' => '?',
  4422.             'App\\Controller\\Api\\ExerciseController::deleteExercise' => '?',
  4423.             'App\\Controller\\Api\\ExerciseController::exerciseById' => '?',
  4424.             'App\\Controller\\Api\\ExerciseController::exerciseEdit' => '?',
  4425.             'App\\Controller\\Api\\ExerciseController::exercisesBySearch' => '?',
  4426.             'App\\Controller\\Api\\ExerciseController::getCalendarExercises' => '?',
  4427.             'App\\Controller\\Api\\GameController::convocatoriaGame' => '?',
  4428.             'App\\Controller\\Api\\GameController::deleteGame' => '?',
  4429.             'App\\Controller\\Api\\GameController::deleteGamePermanent' => '?',
  4430.             'App\\Controller\\Api\\GameController::editAlignment' => '?',
  4431.             'App\\Controller\\Api\\GameController::editGameLineUp' => '?',
  4432.             'App\\Controller\\Api\\GameController::getAlignment' => '?',
  4433.             'App\\Controller\\Api\\GameController::restoreGame' => '?',
  4434.             'App\\Controller\\Api\\GameController::trainingsGame' => '?',
  4435.             'App\\Controller\\Api\\KitPaymentsController::updatePayment' => '?',
  4436.             'App\\Controller\\Api\\MembershipAttrController::listMembershipAttr' => '?',
  4437.             'App\\Controller\\Api\\NoteExerciseController::add' => '?',
  4438.             'App\\Controller\\Api\\NoteExerciseController::delete' => '?',
  4439.             'App\\Controller\\Api\\NoteExerciseController::getNotesGame' => '?',
  4440.             'App\\Controller\\Api\\NoteExerciseController::update' => '?',
  4441.             'App\\Controller\\Api\\OtherPaymentsController::updatePayment' => '?',
  4442.             'App\\Controller\\Api\\PlayerController::deletePlayer' => '?',
  4443.             'App\\Controller\\Api\\PlayerController::deletePlayerPermanent' => '?',
  4444.             'App\\Controller\\Api\\PlayerController::editPlayer' => '?',
  4445.             'App\\Controller\\Api\\PlayerController::editStats' => '?',
  4446.             'App\\Controller\\Api\\PlayerController::getDataPlayer' => '?',
  4447.             'App\\Controller\\Api\\PlayerController::restorePlayer' => '?',
  4448.             'App\\Controller\\Api\\PlayerSportsInjuriesController::update' => '?',
  4449.             'App\\Controller\\Api\\PlayerWeightController::add' => '?',
  4450.             'App\\Controller\\Api\\PlayerWeightController::delete' => '?',
  4451.             'App\\Controller\\Api\\PlayerWeightController::update' => '?',
  4452.             'App\\Controller\\Api\\ReportController::exerciseExport' => '?',
  4453.             'App\\Controller\\Api\\ReportController::reportTrainign' => '?',
  4454.             'App\\Controller\\Api\\ReportController::stategyExport' => '?',
  4455.             'App\\Controller\\Api\\StrategyController::delete' => '?',
  4456.             'App\\Controller\\Api\\StrategyController::update' => '?',
  4457.             'App\\Controller\\Api\\TrainerCustomerController::delete' => '?',
  4458.             'App\\Controller\\Api\\TrainerCustomerController::edit' => '?',
  4459.             'App\\Controller\\Api\\TrainerCustomerController::register' => '?',
  4460.             'App\\Controller\\Api\\TrainerCustomerController::search' => '?',
  4461.             'App\\Controller\\CouponController::persistCouponEntity' => '?',
  4462.             'App\\Controller\\CouponController::updateCouponEntity' => '?',
  4463.             'App\\Controller\\CustomerController::captureMailBatchAction' => '?',
  4464.             'App\\Controller\\ResetPasswordController::request' => '?',
  4465.             'App\\Controller\\ResetPasswordController::reset' => '?',
  4466.             'App\\Controller\\SecurityController::login' => '?',
  4467.             'App\\Controller\\TypeSoccerController::captureMailBatchAction' => '?',
  4468.             'App\\EventListener\\ExceptionListener::onKernelException' => '?',
  4469.             'App.EventListener.exception_listener:onKernelException' => '?',
  4470.             'App\\Controller\\Api\\AdminClubController:register' => '?',
  4471.             'App\\Controller\\Api\\AuthController:handleWebhook' => '?',
  4472.             'App\\Controller\\Api\\AuthController:register' => '?',
  4473.             'App\\Controller\\Api\\AuthController:request' => '?',
  4474.             'App\\Controller\\Api\\AuthController:reset' => '?',
  4475.             'App\\Controller\\Api\\ClubMonthlyPaymentsController:updatePaymentClub' => '?',
  4476.             'App\\Controller\\Api\\DocumentController:listDocument' => '?',
  4477.             'App\\Controller\\Api\\ExerciseController:deleteExercise' => '?',
  4478.             'App\\Controller\\Api\\ExerciseController:exerciseById' => '?',
  4479.             'App\\Controller\\Api\\ExerciseController:exerciseEdit' => '?',
  4480.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => '?',
  4481.             'App\\Controller\\Api\\ExerciseController:getCalendarExercises' => '?',
  4482.             'App\\Controller\\Api\\GameController:convocatoriaGame' => '?',
  4483.             'App\\Controller\\Api\\GameController:deleteGame' => '?',
  4484.             'App\\Controller\\Api\\GameController:deleteGamePermanent' => '?',
  4485.             'App\\Controller\\Api\\GameController:editAlignment' => '?',
  4486.             'App\\Controller\\Api\\GameController:editGameLineUp' => '?',
  4487.             'App\\Controller\\Api\\GameController:getAlignment' => '?',
  4488.             'App\\Controller\\Api\\GameController:restoreGame' => '?',
  4489.             'App\\Controller\\Api\\GameController:trainingsGame' => '?',
  4490.             'App\\Controller\\Api\\KitPaymentsController:updatePayment' => '?',
  4491.             'App\\Controller\\Api\\MembershipAttrController:listMembershipAttr' => '?',
  4492.             'App\\Controller\\Api\\NoteExerciseController:add' => '?',
  4493.             'App\\Controller\\Api\\NoteExerciseController:delete' => '?',
  4494.             'App\\Controller\\Api\\NoteExerciseController:getNotesGame' => '?',
  4495.             'App\\Controller\\Api\\NoteExerciseController:update' => '?',
  4496.             'App\\Controller\\Api\\OtherPaymentsController:updatePayment' => '?',
  4497.             'App\\Controller\\Api\\PlayerController:deletePlayer' => '?',
  4498.             'App\\Controller\\Api\\PlayerController:deletePlayerPermanent' => '?',
  4499.             'App\\Controller\\Api\\PlayerController:editPlayer' => '?',
  4500.             'App\\Controller\\Api\\PlayerController:editStats' => '?',
  4501.             'App\\Controller\\Api\\PlayerController:getDataPlayer' => '?',
  4502.             'App\\Controller\\Api\\PlayerController:restorePlayer' => '?',
  4503.             'App\\Controller\\Api\\PlayerSportsInjuriesController:update' => '?',
  4504.             'App\\Controller\\Api\\PlayerWeightController:add' => '?',
  4505.             'App\\Controller\\Api\\PlayerWeightController:delete' => '?',
  4506.             'App\\Controller\\Api\\PlayerWeightController:update' => '?',
  4507.             'App\\Controller\\Api\\ReportController:exerciseExport' => '?',
  4508.             'App\\Controller\\Api\\ReportController:reportTrainign' => '?',
  4509.             'App\\Controller\\Api\\ReportController:stategyExport' => '?',
  4510.             'App\\Controller\\Api\\StrategyController:delete' => '?',
  4511.             'App\\Controller\\Api\\StrategyController:update' => '?',
  4512.             'App\\Controller\\Api\\TrainerCustomerController:delete' => '?',
  4513.             'App\\Controller\\Api\\TrainerCustomerController:edit' => '?',
  4514.             'App\\Controller\\Api\\TrainerCustomerController:register' => '?',
  4515.             'App\\Controller\\Api\\TrainerCustomerController:search' => '?',
  4516.             'App\\Controller\\CouponController:persistCouponEntity' => '?',
  4517.             'App\\Controller\\CouponController:updateCouponEntity' => '?',
  4518.             'App\\Controller\\CustomerController:captureMailBatchAction' => '?',
  4519.             'App\\Controller\\ResetPasswordController:request' => '?',
  4520.             'App\\Controller\\ResetPasswordController:reset' => '?',
  4521.             'App\\Controller\\SecurityController:login' => '?',
  4522.             'App\\Controller\\TypeSoccerController:captureMailBatchAction' => '?',
  4523.             'App\\EventListener\\ExceptionListener:onKernelException' => '?',
  4524.         ]);
  4525.     }
  4526.     /**
  4527.      * Gets the private '.service_locator.WnC4Zms' shared service.
  4528.      *
  4529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4530.      */
  4531.     protected function get_ServiceLocator_WnC4ZmsService()
  4532.     {
  4533.         return $this->privates['.service_locator.WnC4Zms'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4534.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4535.         ], [
  4536.             'logger' => '?',
  4537.         ]);
  4538.     }
  4539.     /**
  4540.      * Gets the private '.service_locator.XMhU4vu' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4543.      */
  4544.     protected function get_ServiceLocator_XMhU4vuService()
  4545.     {
  4546.         return $this->privates['.service_locator.XMhU4vu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4547.             'i18n' => ['services''translator''getTranslatorService'false],
  4548.         ], [
  4549.             'i18n' => '?',
  4550.         ]);
  4551.     }
  4552.     /**
  4553.      * Gets the private '.service_locator.ZVU7s0Z' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4556.      */
  4557.     protected function get_ServiceLocator_ZVU7s0ZService()
  4558.     {
  4559.         return $this->privates['.service_locator.ZVU7s0Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4560.             'exercise' => ['privates''.errored..service_locator.ZVU7s0Z.App\\Entity\\Exercise'NULL'Cannot autowire service ".service_locator.ZVU7s0Z": it references class "App\\Entity\\Exercise" but no such service exists.'],
  4561.         ], [
  4562.             'exercise' => 'App\\Entity\\Exercise',
  4563.         ]);
  4564.     }
  4565.     /**
  4566.      * Gets the private '.service_locator.dnjXz1W' shared service.
  4567.      *
  4568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4569.      */
  4570.     protected function get_ServiceLocator_DnjXz1WService()
  4571.     {
  4572.         return $this->privates['.service_locator.dnjXz1W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4573.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4574.             'translator' => ['services''translator''getTranslatorService'false],
  4575.         ], [
  4576.             'mailer' => '?',
  4577.             'translator' => '?',
  4578.         ]);
  4579.     }
  4580.     /**
  4581.      * Gets the private '.service_locator.eSw4Yl0' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4584.      */
  4585.     protected function get_ServiceLocator_ESw4Yl0Service()
  4586.     {
  4587.         return $this->privates['.service_locator.eSw4Yl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4588.             'playerInjury' => ['privates''.errored..service_locator.eSw4Yl0.App\\Entity\\PlayerSportsInjuries'NULL'Cannot autowire service ".service_locator.eSw4Yl0": it references class "App\\Entity\\PlayerSportsInjuries" but no such service exists.'],
  4589.         ], [
  4590.             'playerInjury' => 'App\\Entity\\PlayerSportsInjuries',
  4591.         ]);
  4592.     }
  4593.     /**
  4594.      * Gets the private '.service_locator.hZ8pcZH' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4597.      */
  4598.     protected function get_ServiceLocator_HZ8pcZHService()
  4599.     {
  4600.         return $this->privates['.service_locator.hZ8pcZH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4601.             'membership' => ['privates''.errored..service_locator.hZ8pcZH.App\\Entity\\Membership'NULL'Cannot autowire service ".service_locator.hZ8pcZH": it references class "App\\Entity\\Membership" but no such service exists.'],
  4602.         ], [
  4603.             'membership' => 'App\\Entity\\Membership',
  4604.         ]);
  4605.     }
  4606.     /**
  4607.      * Gets the private '.service_locator.hszs.DW' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4610.      */
  4611.     protected function get_ServiceLocator_Hszs_DWService()
  4612.     {
  4613.         return $this->privates['.service_locator.hszs.DW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4614.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4615.         ], [
  4616.             'encoder' => '?',
  4617.         ]);
  4618.     }
  4619.     /**
  4620.      * Gets the private '.service_locator.jtIcQsS' shared service.
  4621.      *
  4622.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4623.      */
  4624.     protected function get_ServiceLocator_JtIcQsSService()
  4625.     {
  4626.         return $this->privates['.service_locator.jtIcQsS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4627.             'kitPayment' => ['privates''.errored..service_locator.jtIcQsS.App\\Entity\\KitPayments'NULL'Cannot autowire service ".service_locator.jtIcQsS": it references class "App\\Entity\\KitPayments" but no such service exists.'],
  4628.         ], [
  4629.             'kitPayment' => 'App\\Entity\\KitPayments',
  4630.         ]);
  4631.     }
  4632.     /**
  4633.      * Gets the private '.service_locator.obF_qQp' shared service.
  4634.      *
  4635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4636.      */
  4637.     protected function get_ServiceLocator_ObFQQpService()
  4638.     {
  4639.         return $this->privates['.service_locator.obF_qQp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4640.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4641.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  4642.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  4643.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  4644.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  4645.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  4646.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  4647.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  4648.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4649.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4650.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4651.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4652.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4653.             'router' => ['services''router''getRouterService'false],
  4654.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4655.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4656.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4657.             'serializer' => ['services''serializer''getSerializerService'false],
  4658.             'session' => ['services''session''getSessionService'false],
  4659.             'twig' => ['services''twig''getTwigService'false],
  4660.         ], [
  4661.             'doctrine' => '?',
  4662.             'easyadmin.autocomplete' => '?',
  4663.             'easyadmin.config.manager' => '?',
  4664.             'easyadmin.filter.registry' => '?',
  4665.             'easyadmin.paginator' => '?',
  4666.             'easyadmin.property_accessor' => '?',
  4667.             'easyadmin.query_builder' => '?',
  4668.             'easyadmin.security.authorization_checker' => '?',
  4669.             'event_dispatcher' => '?',
  4670.             'form.factory' => '?',
  4671.             'http_kernel' => '?',
  4672.             'parameter_bag' => '?',
  4673.             'request_stack' => '?',
  4674.             'router' => '?',
  4675.             'security.authorization_checker' => '?',
  4676.             'security.csrf.token_manager' => '?',
  4677.             'security.token_storage' => '?',
  4678.             'serializer' => '?',
  4679.             'session' => '?',
  4680.             'twig' => '?',
  4681.         ]);
  4682.     }
  4683.     /**
  4684.      * Gets the private '.service_locator.pNNo5z3' shared service.
  4685.      *
  4686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4687.      */
  4688.     protected function get_ServiceLocator_PNNo5z3Service()
  4689.     {
  4690.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4691.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4692.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4693.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4694.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4695.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4696.             'router' => ['services''router''getRouterService'false],
  4697.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4698.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4699.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4700.             'serializer' => ['services''serializer''getSerializerService'false],
  4701.             'session' => ['services''session''getSessionService'false],
  4702.             'twig' => ['services''twig''getTwigService'false],
  4703.         ], [
  4704.             'doctrine' => '?',
  4705.             'form.factory' => '?',
  4706.             'http_kernel' => '?',
  4707.             'parameter_bag' => '?',
  4708.             'request_stack' => '?',
  4709.             'router' => '?',
  4710.             'security.authorization_checker' => '?',
  4711.             'security.csrf.token_manager' => '?',
  4712.             'security.token_storage' => '?',
  4713.             'serializer' => '?',
  4714.             'session' => '?',
  4715.             'twig' => '?',
  4716.         ]);
  4717.     }
  4718.     /**
  4719.      * Gets the private '.service_locator.q6jLs_L' shared service.
  4720.      *
  4721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4722.      */
  4723.     protected function get_ServiceLocator_Q6jLsLService()
  4724.     {
  4725.         return $this->privates['.service_locator.q6jLs_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4726.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4727.         ], [
  4728.             'authenticationUtils' => '?',
  4729.         ]);
  4730.     }
  4731.     /**
  4732.      * Gets the private '.service_locator.q7VoPz7' shared service.
  4733.      *
  4734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4735.      */
  4736.     protected function get_ServiceLocator_Q7VoPz7Service()
  4737.     {
  4738.         return $this->privates['.service_locator.q7VoPz7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4739.             'date' => ['privates''.errored..service_locator.q7VoPz7.DateTime'NULL'Cannot autowire service ".service_locator.q7VoPz7": it references class "DateTime" but no such service exists.'],
  4740.         ], [
  4741.             'date' => 'DateTime',
  4742.         ]);
  4743.     }
  4744.     /**
  4745.      * Gets the private '.service_locator.rra90Cz' shared service.
  4746.      *
  4747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4748.      */
  4749.     protected function get_ServiceLocator_Rra90CzService()
  4750.     {
  4751.         return $this->privates['.service_locator.rra90Cz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4752.             'strategy' => ['privates''.errored..service_locator.rra90Cz.App\\Entity\\Strategy'NULL'Cannot autowire service ".service_locator.rra90Cz": it references class "App\\Entity\\Strategy" but no such service exists.'],
  4753.         ], [
  4754.             'strategy' => 'App\\Entity\\Strategy',
  4755.         ]);
  4756.     }
  4757.     /**
  4758.      * Gets the private '.service_locator.s0uu.MX' shared service.
  4759.      *
  4760.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4761.      */
  4762.     protected function get_ServiceLocator_S0uu_MXService()
  4763.     {
  4764.         return $this->privates['.service_locator.s0uu.MX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4765.             'translator' => ['services''translator''getTranslatorService'false],
  4766.             'userPasswordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4767.         ], [
  4768.             'translator' => '?',
  4769.             'userPasswordEncoder' => '?',
  4770.         ]);
  4771.     }
  4772.     /**
  4773.      * Gets the private '.service_locator.swx_wXI' shared service.
  4774.      *
  4775.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4776.      */
  4777.     protected function get_ServiceLocator_SwxWXIService()
  4778.     {
  4779.         return $this->privates['.service_locator.swx_wXI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4780.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4781.             'player' => ['privates''.errored..service_locator.swx_wXI.App\\Entity\\Player'NULL'Cannot autowire service ".service_locator.swx_wXI": it references class "App\\Entity\\Player" but no such service exists.'],
  4782.         ], [
  4783.             'logger' => '?',
  4784.             'player' => 'App\\Entity\\Player',
  4785.         ]);
  4786.     }
  4787.     /**
  4788.      * Gets the private '.service_locator.xZknFG_' shared service.
  4789.      *
  4790.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4791.      */
  4792.     protected function get_ServiceLocator_XZknFGService()
  4793.     {
  4794.         return $this->privates['.service_locator.xZknFG_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4795.             'event' => ['privates''.errored..service_locator.xZknFG_.Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent'NULL'Cannot autowire service ".service_locator.xZknFG_": it references class "Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent" but no such service exists.'],
  4796.         ], [
  4797.             'event' => 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent',
  4798.         ]);
  4799.     }
  4800.     /**
  4801.      * Gets the private 'App\Command\BackupDatabaseCommand' shared autowired service.
  4802.      *
  4803.      * @return \App\Command\BackupDatabaseCommand
  4804.      */
  4805.     protected function getBackupDatabaseCommandService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4808.         include_once \dirname(__DIR__4).'/src/Command/BackupDatabaseCommand.php';
  4809.         $this->privates['App\\Command\\BackupDatabaseCommand'] = $instance = new \App\Command\BackupDatabaseCommand();
  4810.         $instance->setName('app:backup-database');
  4811.         return $instance;
  4812.     }
  4813.     /**
  4814.      * Gets the private 'App\Command\CopyTranslateExerciseCommand' shared autowired service.
  4815.      *
  4816.      * @return \App\Command\CopyTranslateExerciseCommand
  4817.      */
  4818.     protected function getCopyTranslateExerciseCommandService()
  4819.     {
  4820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4821.         include_once \dirname(__DIR__4).'/src/Command/CopyTranslateExerciseCommand.php';
  4822.         $this->privates['App\\Command\\CopyTranslateExerciseCommand'] = $instance = new \App\Command\CopyTranslateExerciseCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4823.         $instance->setName('app:exercise:translate');
  4824.         return $instance;
  4825.     }
  4826.     /**
  4827.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  4828.      *
  4829.      * @return \App\Command\CreateUserCommand
  4830.      */
  4831.     protected function getCreateUserCommandService()
  4832.     {
  4833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4834.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  4835.         $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()));
  4836.         $instance->setName('app:user:create');
  4837.         return $instance;
  4838.     }
  4839.     /**
  4840.      * Gets the private 'App\Command\ExtractCountryCommand' shared autowired service.
  4841.      *
  4842.      * @return \App\Command\ExtractCountryCommand
  4843.      */
  4844.     protected function getExtractCountryCommandService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4847.         include_once \dirname(__DIR__4).'/src/Command/ExtractCountryCommand.php';
  4848.         $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()));
  4849.         $instance->setName('app:country:extract');
  4850.         return $instance;
  4851.     }
  4852.     /**
  4853.      * Gets the private 'App\Command\InjuredPlayersCommand' shared autowired service.
  4854.      *
  4855.      * @return \App\Command\InjuredPlayersCommand
  4856.      */
  4857.     protected function getInjuredPlayersCommandService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4860.         include_once \dirname(__DIR__4).'/src/Command/InjuredPlayersCommand.php';
  4861.         $this->privates['App\\Command\\InjuredPlayersCommand'] = $instance = new \App\Command\InjuredPlayersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4862.         $instance->setName('app:players:injured');
  4863.         return $instance;
  4864.     }
  4865.     /**
  4866.      * Gets the private 'App\Command\LastResultCommand' shared autowired service.
  4867.      *
  4868.      * @return \App\Command\LastResultCommand
  4869.      */
  4870.     protected function getLastResultCommandService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4873.         include_once \dirname(__DIR__4).'/src/Command/LastResultCommand.php';
  4874.         $this->privates['App\\Command\\LastResultCommand'] = $instance = new \App\Command\LastResultCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4875.         $instance->setName('app:players:last-result');
  4876.         return $instance;
  4877.     }
  4878.     /**
  4879.      * Gets the private 'App\Command\LastTrainingCommand' shared autowired service.
  4880.      *
  4881.      * @return \App\Command\LastTrainingCommand
  4882.      */
  4883.     protected function getLastTrainingCommandService()
  4884.     {
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4886.         include_once \dirname(__DIR__4).'/src/Command/LastTrainingCommand.php';
  4887.         $this->privates['App\\Command\\LastTrainingCommand'] = $instance = new \App\Command\LastTrainingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4888.         $instance->setName('app:players:last-training');
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'App\Command\MostAbsencedPlayerCommand' shared autowired service.
  4893.      *
  4894.      * @return \App\Command\MostAbsencedPlayerCommand
  4895.      */
  4896.     protected function getMostAbsencedPlayerCommandService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4899.         include_once \dirname(__DIR__4).'/src/Command/MostAbsencedPlayerCommand.php';
  4900.         $this->privates['App\\Command\\MostAbsencedPlayerCommand'] = $instance = new \App\Command\MostAbsencedPlayerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4901.         $instance->setName('app:players:most-absenced-player');
  4902.         return $instance;
  4903.     }
  4904.     /**
  4905.      * Gets the private 'App\Command\NextMatchCommand' shared autowired service.
  4906.      *
  4907.      * @return \App\Command\NextMatchCommand
  4908.      */
  4909.     protected function getNextMatchCommandService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4912.         include_once \dirname(__DIR__4).'/src/Command/NextMatchCommand.php';
  4913.         $this->privates['App\\Command\\NextMatchCommand'] = $instance = new \App\Command\NextMatchCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4914.         $instance->setName('app:players:next-match');
  4915.         return $instance;
  4916.     }
  4917.     /**
  4918.      * Gets the private 'App\Command\QTYTrainingCommand' shared autowired service.
  4919.      *
  4920.      * @return \App\Command\QTYTrainingCommand
  4921.      */
  4922.     protected function getQTYTrainingCommandService()
  4923.     {
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4925.         include_once \dirname(__DIR__4).'/src/Command/QTYTrainingCommand.php';
  4926.         $this->privates['App\\Command\\QTYTrainingCommand'] = $instance = new \App\Command\QTYTrainingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4927.         $instance->setName('app:players:qtytraining');
  4928.         return $instance;
  4929.     }
  4930.     /**
  4931.      * Gets the private 'App\Command\SubscriptionsCreateCommand' shared autowired service.
  4932.      *
  4933.      * @return \App\Command\SubscriptionsCreateCommand
  4934.      */
  4935.     protected function getSubscriptionsCreateCommandService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4938.         include_once \dirname(__DIR__4).'/src/Command/SubscriptionsCreateCommand.php';
  4939.         $this->privates['App\\Command\\SubscriptionsCreateCommand'] = $instance = new \App\Command\SubscriptionsCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4940.         $instance->setName('app:subscriptions:create');
  4941.         return $instance;
  4942.     }
  4943.     /**
  4944.      * Gets the private 'App\Command\TestEmailCommand' shared autowired service.
  4945.      *
  4946.      * @return \App\Command\TestEmailCommand
  4947.      */
  4948.     protected function getTestEmailCommandService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4951.         include_once \dirname(__DIR__4).'/src/Command/TestEmailCommand.php';
  4952.         $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()));
  4953.         $instance->setName('app:test:email');
  4954.         return $instance;
  4955.     }
  4956.     /**
  4957.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  4958.      *
  4959.      * @return \App\Form\ChangePasswordFormType
  4960.      */
  4961.     protected function getChangePasswordFormTypeService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4965.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  4966.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  4967.     }
  4968.     /**
  4969.      * Gets the private 'App\Form\Filter\DificultyFilterType' shared autowired service.
  4970.      *
  4971.      * @return \App\Form\Filter\DificultyFilterType
  4972.      */
  4973.     protected function getDificultyFilterTypeService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4979.         include_once \dirname(__DIR__4).'/src/Form/Filter/DificultyFilterType.php';
  4980.         return $this->privates['App\\Form\\Filter\\DificultyFilterType'] = new \App\Form\Filter\DificultyFilterType();
  4981.     }
  4982.     /**
  4983.      * Gets the private 'App\Form\Filter\IntensityFilterType' shared autowired service.
  4984.      *
  4985.      * @return \App\Form\Filter\IntensityFilterType
  4986.      */
  4987.     protected function getIntensityFilterTypeService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4993.         include_once \dirname(__DIR__4).'/src/Form/Filter/IntensityFilterType.php';
  4994.         return $this->privates['App\\Form\\Filter\\IntensityFilterType'] = new \App\Form\Filter\IntensityFilterType();
  4995.     }
  4996.     /**
  4997.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  4998.      *
  4999.      * @return \App\Form\ResetPasswordRequestFormType
  5000.      */
  5001.     protected function getResetPasswordRequestFormTypeService()
  5002.     {
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5005.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  5006.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  5007.     }
  5008.     /**
  5009.      * Gets the private 'App\Form\Type\AppModuleType' shared autowired service.
  5010.      *
  5011.      * @return \App\Form\Type\AppModuleType
  5012.      */
  5013.     protected function getAppModuleTypeService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5017.         include_once \dirname(__DIR__4).'/src/Form/Type/AppModuleType.php';
  5018.         return $this->privates['App\\Form\\Type\\AppModuleType'] = new \App\Form\Type\AppModuleType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5019.     }
  5020.     /**
  5021.      * Gets the private 'App\Form\Type\CompetitionType' shared autowired service.
  5022.      *
  5023.      * @return \App\Form\Type\CompetitionType
  5024.      */
  5025.     protected function getCompetitionTypeService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5029.         include_once \dirname(__DIR__4).'/src/Form/Type/CompetitionType.php';
  5030.         return $this->privates['App\\Form\\Type\\CompetitionType'] = new \App\Form\Type\CompetitionType();
  5031.     }
  5032.     /**
  5033.      * Gets the private 'App\Form\Type\CountryType' shared autowired service.
  5034.      *
  5035.      * @return \App\Form\Type\CountryType
  5036.      */
  5037.     protected function getCountryTypeService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5041.         include_once \dirname(__DIR__4).'/src/Form/Type/CountryType.php';
  5042.         return $this->privates['App\\Form\\Type\\CountryType'] = new \App\Form\Type\CountryType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5043.     }
  5044.     /**
  5045.      * Gets the private 'App\Form\Type\DificultyType' shared autowired service.
  5046.      *
  5047.      * @return \App\Form\Type\DificultyType
  5048.      */
  5049.     protected function getDificultyTypeService()
  5050.     {
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5053.         include_once \dirname(__DIR__4).'/src/Form/Type/DificultyType.php';
  5054.         return $this->privates['App\\Form\\Type\\DificultyType'] = new \App\Form\Type\DificultyType();
  5055.     }
  5056.     /**
  5057.      * Gets the private 'App\Form\Type\ExpiredAtType' shared autowired service.
  5058.      *
  5059.      * @return \App\Form\Type\ExpiredAtType
  5060.      */
  5061.     protected function getExpiredAtTypeService()
  5062.     {
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateTimeType.php';
  5066.         include_once \dirname(__DIR__4).'/src/Form/Type/ExpiredAtType.php';
  5067.         return $this->privates['App\\Form\\Type\\ExpiredAtType'] = new \App\Form\Type\ExpiredAtType();
  5068.     }
  5069.     /**
  5070.      * Gets the private 'App\Form\Type\IntensityType' shared autowired service.
  5071.      *
  5072.      * @return \App\Form\Type\IntensityType
  5073.      */
  5074.     protected function getIntensityTypeService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5078.         include_once \dirname(__DIR__4).'/src/Form/Type/IntensityType.php';
  5079.         return $this->privates['App\\Form\\Type\\IntensityType'] = new \App\Form\Type\IntensityType();
  5080.     }
  5081.     /**
  5082.      * Gets the private 'App\Form\Type\LocaleType' shared autowired service.
  5083.      *
  5084.      * @return \App\Form\Type\LocaleType
  5085.      */
  5086.     protected function getLocaleTypeService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5090.         include_once \dirname(__DIR__4).'/src/Form/Type/LocaleType.php';
  5091.         return $this->privates['App\\Form\\Type\\LocaleType'] = new \App\Form\Type\LocaleType();
  5092.     }
  5093.     /**
  5094.      * Gets the private 'App\Form\Type\MembershipType' shared autowired service.
  5095.      *
  5096.      * @return \App\Form\Type\MembershipType
  5097.      */
  5098.     protected function getMembershipTypeService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5102.         include_once \dirname(__DIR__4).'/src/Form/Type/MembershipType.php';
  5103.         return $this->privates['App\\Form\\Type\\MembershipType'] = new \App\Form\Type\MembershipType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5104.     }
  5105.     /**
  5106.      * Gets the private 'App\Form\Type\NotificationType' shared autowired service.
  5107.      *
  5108.      * @return \App\Form\Type\NotificationType
  5109.      */
  5110.     protected function getNotificationTypeService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5114.         include_once \dirname(__DIR__4).'/src/Form/Type/NotificationType.php';
  5115.         return $this->privates['App\\Form\\Type\\NotificationType'] = new \App\Form\Type\NotificationType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'App\Form\Type\SeasonType' shared autowired service.
  5119.      *
  5120.      * @return \App\Form\Type\SeasonType
  5121.      */
  5122.     protected function getSeasonTypeService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5126.         include_once \dirname(__DIR__4).'/src/Form/Type/SeasonType.php';
  5127.         return $this->privates['App\\Form\\Type\\SeasonType'] = new \App\Form\Type\SeasonType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5128.     }
  5129.     /**
  5130.      * Gets the private 'App\Form\Type\TypeMembership' shared autowired service.
  5131.      *
  5132.      * @return \App\Form\Type\TypeMembership
  5133.      */
  5134.     protected function getTypeMembershipService()
  5135.     {
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5138.         include_once \dirname(__DIR__4).'/src/Form/Type/TypeMembership.php';
  5139.         return $this->privates['App\\Form\\Type\\TypeMembership'] = new \App\Form\Type\TypeMembership(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5140.     }
  5141.     /**
  5142.      * Gets the private 'App\Form\Type\TypeSoccerType' shared autowired service.
  5143.      *
  5144.      * @return \App\Form\Type\TypeSoccerType
  5145.      */
  5146.     protected function getTypeSoccerTypeService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5150.         include_once \dirname(__DIR__4).'/src/Form/Type/TypeSoccerType.php';
  5151.         return $this->privates['App\\Form\\Type\\TypeSoccerType'] = new \App\Form\Type\TypeSoccerType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5152.     }
  5153.     /**
  5154.      * Gets the private 'App\Repository\AppModuleRepository' shared autowired service.
  5155.      *
  5156.      * @return \App\Repository\AppModuleRepository
  5157.      */
  5158.     protected function getAppModuleRepositoryService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5165.         include_once \dirname(__DIR__4).'/src/Repository/AppModuleRepository.php';
  5166.         return $this->privates['App\\Repository\\AppModuleRepository'] = new \App\Repository\AppModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5167.     }
  5168.     /**
  5169.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  5170.      *
  5171.      * @return \App\Repository\CategoryRepository
  5172.      */
  5173.     protected function getCategoryRepositoryService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5180.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  5181.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5182.     }
  5183.     /**
  5184.      * Gets the private 'App\Repository\ClubMonthlyPaymentsRepository' shared autowired service.
  5185.      *
  5186.      * @return \App\Repository\ClubMonthlyPaymentsRepository
  5187.      */
  5188.     protected function getClubMonthlyPaymentsRepositoryService()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5195.         include_once \dirname(__DIR__4).'/src/Repository/ClubMonthlyPaymentsRepository.php';
  5196.         return $this->privates['App\\Repository\\ClubMonthlyPaymentsRepository'] = new \App\Repository\ClubMonthlyPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5197.     }
  5198.     /**
  5199.      * Gets the private 'App\Repository\CollaboratorRepository' shared autowired service.
  5200.      *
  5201.      * @return \App\Repository\CollaboratorRepository
  5202.      */
  5203.     protected function getCollaboratorRepositoryService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5210.         include_once \dirname(__DIR__4).'/src/Repository/CollaboratorRepository.php';
  5211.         return $this->privates['App\\Repository\\CollaboratorRepository'] = new \App\Repository\CollaboratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5212.     }
  5213.     /**
  5214.      * Gets the private 'App\Repository\CompetitionRepository' shared autowired service.
  5215.      *
  5216.      * @return \App\Repository\CompetitionRepository
  5217.      */
  5218.     protected function getCompetitionRepositoryService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5225.         include_once \dirname(__DIR__4).'/src/Repository/CompetitionRepository.php';
  5226.         return $this->privates['App\\Repository\\CompetitionRepository'] = new \App\Repository\CompetitionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5227.     }
  5228.     /**
  5229.      * Gets the private 'App\Repository\CompetitionTranslationRepository' shared autowired service.
  5230.      *
  5231.      * @return \App\Repository\CompetitionTranslationRepository
  5232.      */
  5233.     protected function getCompetitionTranslationRepositoryService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5236.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5240.         include_once \dirname(__DIR__4).'/src/Repository/CompetitionTranslationRepository.php';
  5241.         return $this->privates['App\\Repository\\CompetitionTranslationRepository'] = new \App\Repository\CompetitionTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5242.     }
  5243.     /**
  5244.      * Gets the private 'App\Repository\ConfigRepository' shared autowired service.
  5245.      *
  5246.      * @return \App\Repository\ConfigRepository
  5247.      */
  5248.     protected function getConfigRepositoryService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5255.         include_once \dirname(__DIR__4).'/src/Repository/ConfigRepository.php';
  5256.         return $this->privates['App\\Repository\\ConfigRepository'] = new \App\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5257.     }
  5258.     /**
  5259.      * Gets the private 'App\Repository\ConvocatoriaRepository' shared autowired service.
  5260.      *
  5261.      * @return \App\Repository\ConvocatoriaRepository
  5262.      */
  5263.     protected function getConvocatoriaRepositoryService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5270.         include_once \dirname(__DIR__4).'/src/Repository/ConvocatoriaRepository.php';
  5271.         return $this->privates['App\\Repository\\ConvocatoriaRepository'] = new \App\Repository\ConvocatoriaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5272.     }
  5273.     /**
  5274.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  5275.      *
  5276.      * @return \App\Repository\CountryRepository
  5277.      */
  5278.     protected function getCountryRepositoryService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5285.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  5286.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5287.     }
  5288.     /**
  5289.      * Gets the private 'App\Repository\CouponCustomerRepository' shared autowired service.
  5290.      *
  5291.      * @return \App\Repository\CouponCustomerRepository
  5292.      */
  5293.     protected function getCouponCustomerRepositoryService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5300.         include_once \dirname(__DIR__4).'/src/Repository/CouponCustomerRepository.php';
  5301.         return $this->privates['App\\Repository\\CouponCustomerRepository'] = new \App\Repository\CouponCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'App\Repository\CouponRepository' shared autowired service.
  5305.      *
  5306.      * @return \App\Repository\CouponRepository
  5307.      */
  5308.     protected function getCouponRepositoryService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5315.         include_once \dirname(__DIR__4).'/src/Repository/CouponRepository.php';
  5316.         return $this->privates['App\\Repository\\CouponRepository'] = new \App\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5317.     }
  5318.     /**
  5319.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  5320.      *
  5321.      * @return \App\Repository\CustomerRepository
  5322.      */
  5323.     protected function getCustomerRepositoryService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5331.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  5332.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5333.     }
  5334.     /**
  5335.      * Gets the private 'App\Repository\DifficultyRepository' shared autowired service.
  5336.      *
  5337.      * @return \App\Repository\DifficultyRepository
  5338.      */
  5339.     protected function getDifficultyRepositoryService()
  5340.     {
  5341.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5346.         include_once \dirname(__DIR__4).'/src/Repository/DifficultyRepository.php';
  5347.         return $this->privates['App\\Repository\\DifficultyRepository'] = new \App\Repository\DifficultyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5348.     }
  5349.     /**
  5350.      * Gets the private 'App\Repository\DifficultyTranslationRepository' shared autowired service.
  5351.      *
  5352.      * @return \App\Repository\DifficultyTranslationRepository
  5353.      */
  5354.     protected function getDifficultyTranslationRepositoryService()
  5355.     {
  5356.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5361.         include_once \dirname(__DIR__4).'/src/Repository/DifficultyTranslationRepository.php';
  5362.         return $this->privates['App\\Repository\\DifficultyTranslationRepository'] = new \App\Repository\DifficultyTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5363.     }
  5364.     /**
  5365.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  5366.      *
  5367.      * @return \App\Repository\DocumentRepository
  5368.      */
  5369.     protected function getDocumentRepositoryService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5376.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  5377.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'App\Repository\ExerciseCalendarRepository' shared autowired service.
  5381.      *
  5382.      * @return \App\Repository\ExerciseCalendarRepository
  5383.      */
  5384.     protected function getExerciseCalendarRepositoryService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5391.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseCalendarRepository.php';
  5392.         return $this->privates['App\\Repository\\ExerciseCalendarRepository'] = new \App\Repository\ExerciseCalendarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5393.     }
  5394.     /**
  5395.      * Gets the private 'App\Repository\ExerciseQualificationRepository' shared autowired service.
  5396.      *
  5397.      * @return \App\Repository\ExerciseQualificationRepository
  5398.      */
  5399.     protected function getExerciseQualificationRepositoryService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5406.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseQualificationRepository.php';
  5407.         return $this->privates['App\\Repository\\ExerciseQualificationRepository'] = new \App\Repository\ExerciseQualificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5408.     }
  5409.     /**
  5410.      * Gets the private 'App\Repository\ExerciseRepository' shared autowired service.
  5411.      *
  5412.      * @return \App\Repository\ExerciseRepository
  5413.      */
  5414.     protected function getExerciseRepositoryService()
  5415.     {
  5416.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5421.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseRepository.php';
  5422.         return $this->privates['App\\Repository\\ExerciseRepository'] = new \App\Repository\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5423.     }
  5424.     /**
  5425.      * Gets the private 'App\Repository\ExerciseTranslationRepository' shared autowired service.
  5426.      *
  5427.      * @return \App\Repository\ExerciseTranslationRepository
  5428.      */
  5429.     protected function getExerciseTranslationRepositoryService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5432.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5436.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseTranslationRepository.php';
  5437.         return $this->privates['App\\Repository\\ExerciseTranslationRepository'] = new \App\Repository\ExerciseTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5438.     }
  5439.     /**
  5440.      * Gets the private 'App\Repository\ExerciseUserRepository' shared autowired service.
  5441.      *
  5442.      * @return \App\Repository\ExerciseUserRepository
  5443.      */
  5444.     protected function getExerciseUserRepositoryService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5451.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseUserRepository.php';
  5452.         return $this->privates['App\\Repository\\ExerciseUserRepository'] = new \App\Repository\ExerciseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5453.     }
  5454.     /**
  5455.      * Gets the private 'App\Repository\GameAlignmentRepository' shared autowired service.
  5456.      *
  5457.      * @return \App\Repository\GameAlignmentRepository
  5458.      */
  5459.     protected function getGameAlignmentRepositoryService()
  5460.     {
  5461.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5466.         include_once \dirname(__DIR__4).'/src/Repository/GameAlignmentRepository.php';
  5467.         return $this->privates['App\\Repository\\GameAlignmentRepository'] = new \App\Repository\GameAlignmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5468.     }
  5469.     /**
  5470.      * Gets the private 'App\Repository\GamePlayerStatisticsRepository' shared autowired service.
  5471.      *
  5472.      * @return \App\Repository\GamePlayerStatisticsRepository
  5473.      */
  5474.     protected function getGamePlayerStatisticsRepositoryService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5481.         include_once \dirname(__DIR__4).'/src/Repository/GamePlayerStatisticsRepository.php';
  5482.         return $this->privates['App\\Repository\\GamePlayerStatisticsRepository'] = new \App\Repository\GamePlayerStatisticsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5483.     }
  5484.     /**
  5485.      * Gets the private 'App\Repository\GameRepository' shared autowired service.
  5486.      *
  5487.      * @return \App\Repository\GameRepository
  5488.      */
  5489.     protected function getGameRepositoryService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5496.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5497.         include_once \dirname(__DIR__4).'/src/Repository/GameRepository.php';
  5498.         return $this->privates['App\\Repository\\GameRepository'] = new \App\Repository\GameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5499.     }
  5500.     /**
  5501.      * Gets the private 'App\Repository\GoalAssistancesRepository' shared autowired service.
  5502.      *
  5503.      * @return \App\Repository\GoalAssistancesRepository
  5504.      */
  5505.     protected function getGoalAssistancesRepositoryService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5512.         include_once \dirname(__DIR__4).'/src/Repository/GoalAssistancesRepository.php';
  5513.         return $this->privates['App\\Repository\\GoalAssistancesRepository'] = new \App\Repository\GoalAssistancesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5514.     }
  5515.     /**
  5516.      * Gets the private 'App\Repository\GoalsRepository' shared autowired service.
  5517.      *
  5518.      * @return \App\Repository\GoalsRepository
  5519.      */
  5520.     protected function getGoalsRepositoryService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5527.         include_once \dirname(__DIR__4).'/src/Repository/GoalsRepository.php';
  5528.         return $this->privates['App\\Repository\\GoalsRepository'] = new \App\Repository\GoalsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5529.     }
  5530.     /**
  5531.      * Gets the private 'App\Repository\JustificationTypeRepository' shared autowired service.
  5532.      *
  5533.      * @return \App\Repository\JustificationTypeRepository
  5534.      */
  5535.     protected function getJustificationTypeRepositoryService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5542.         include_once \dirname(__DIR__4).'/src/Repository/JustificationTypeRepository.php';
  5543.         return $this->privates['App\\Repository\\JustificationTypeRepository'] = new \App\Repository\JustificationTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'App\Repository\JustificationTypeTranslationRepository' shared autowired service.
  5547.      *
  5548.      * @return \App\Repository\JustificationTypeTranslationRepository
  5549.      */
  5550.     protected function getJustificationTypeTranslationRepositoryService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5557.         include_once \dirname(__DIR__4).'/src/Repository/JustificationTypeTranslationRepository.php';
  5558.         return $this->privates['App\\Repository\\JustificationTypeTranslationRepository'] = new \App\Repository\JustificationTypeTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5559.     }
  5560.     /**
  5561.      * Gets the private 'App\Repository\KilometersTraveledRepository' shared autowired service.
  5562.      *
  5563.      * @return \App\Repository\KilometersTraveledRepository
  5564.      */
  5565.     protected function getKilometersTraveledRepositoryService()
  5566.     {
  5567.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5572.         include_once \dirname(__DIR__4).'/src/Repository/KilometersTraveledRepository.php';
  5573.         return $this->privates['App\\Repository\\KilometersTraveledRepository'] = new \App\Repository\KilometersTraveledRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5574.     }
  5575.     /**
  5576.      * Gets the private 'App\Repository\KitPaymentsRepository' shared autowired service.
  5577.      *
  5578.      * @return \App\Repository\KitPaymentsRepository
  5579.      */
  5580.     protected function getKitPaymentsRepositoryService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5587.         include_once \dirname(__DIR__4).'/src/Repository/KitPaymentsRepository.php';
  5588.         return $this->privates['App\\Repository\\KitPaymentsRepository'] = new \App\Repository\KitPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5589.     }
  5590.     /**
  5591.      * Gets the private 'App\Repository\LocalityRepository' shared autowired service.
  5592.      *
  5593.      * @return \App\Repository\LocalityRepository
  5594.      */
  5595.     protected function getLocalityRepositoryService()
  5596.     {
  5597.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5602.         include_once \dirname(__DIR__4).'/src/Repository/LocalityRepository.php';
  5603.         return $this->privates['App\\Repository\\LocalityRepository'] = new \App\Repository\LocalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5604.     }
  5605.     /**
  5606.      * Gets the private 'App\Repository\LocalityTranslationRepository' shared autowired service.
  5607.      *
  5608.      * @return \App\Repository\LocalityTranslationRepository
  5609.      */
  5610.     protected function getLocalityTranslationRepositoryService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5617.         include_once \dirname(__DIR__4).'/src/Repository/LocalityTranslationRepository.php';
  5618.         return $this->privates['App\\Repository\\LocalityTranslationRepository'] = new \App\Repository\LocalityTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5619.     }
  5620.     /**
  5621.      * Gets the private 'App\Repository\MaterialRepository' shared autowired service.
  5622.      *
  5623.      * @return \App\Repository\MaterialRepository
  5624.      */
  5625.     protected function getMaterialRepositoryService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5632.         include_once \dirname(__DIR__4).'/src/Repository/MaterialRepository.php';
  5633.         return $this->privates['App\\Repository\\MaterialRepository'] = new \App\Repository\MaterialRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5634.     }
  5635.     /**
  5636.      * Gets the private 'App\Repository\MediaGameRepository' shared autowired service.
  5637.      *
  5638.      * @return \App\Repository\MediaGameRepository
  5639.      */
  5640.     protected function getMediaGameRepositoryService()
  5641.     {
  5642.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5647.         include_once \dirname(__DIR__4).'/src/Repository/MediaGameRepository.php';
  5648.         return $this->privates['App\\Repository\\MediaGameRepository'] = new \App\Repository\MediaGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'App\Repository\MembershipAttrRepository' shared autowired service.
  5652.      *
  5653.      * @return \App\Repository\MembershipAttrRepository
  5654.      */
  5655.     protected function getMembershipAttrRepositoryService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5662.         include_once \dirname(__DIR__4).'/src/Repository/MembershipAttrRepository.php';
  5663.         return $this->privates['App\\Repository\\MembershipAttrRepository'] = new \App\Repository\MembershipAttrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5664.     }
  5665.     /**
  5666.      * Gets the private 'App\Repository\MembershipAttrTranslationRepository' shared autowired service.
  5667.      *
  5668.      * @return \App\Repository\MembershipAttrTranslationRepository
  5669.      */
  5670.     protected function getMembershipAttrTranslationRepositoryService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5677.         include_once \dirname(__DIR__4).'/src/Repository/MembershipAttrTranslationRepository.php';
  5678.         return $this->privates['App\\Repository\\MembershipAttrTranslationRepository'] = new \App\Repository\MembershipAttrTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5679.     }
  5680.     /**
  5681.      * Gets the private 'App\Repository\MembershipDescRepository' shared autowired service.
  5682.      *
  5683.      * @return \App\Repository\MembershipDescRepository
  5684.      */
  5685.     protected function getMembershipDescRepositoryService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5692.         include_once \dirname(__DIR__4).'/src/Repository/MembershipDescRepository.php';
  5693.         return $this->privates['App\\Repository\\MembershipDescRepository'] = new \App\Repository\MembershipDescRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5694.     }
  5695.     /**
  5696.      * Gets the private 'App\Repository\MembershipDescTranslationRepository' shared autowired service.
  5697.      *
  5698.      * @return \App\Repository\MembershipDescTranslationRepository
  5699.      */
  5700.     protected function getMembershipDescTranslationRepositoryService()
  5701.     {
  5702.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5707.         include_once \dirname(__DIR__4).'/src/Repository/MembershipDescTranslationRepository.php';
  5708.         return $this->privates['App\\Repository\\MembershipDescTranslationRepository'] = new \App\Repository\MembershipDescTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5709.     }
  5710.     /**
  5711.      * Gets the private 'App\Repository\MembershipItemsRepository' shared autowired service.
  5712.      *
  5713.      * @return \App\Repository\MembershipItemsRepository
  5714.      */
  5715.     protected function getMembershipItemsRepositoryService()
  5716.     {
  5717.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5721.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5722.         include_once \dirname(__DIR__4).'/src/Repository/MembershipItemsRepository.php';
  5723.         return $this->privates['App\\Repository\\MembershipItemsRepository'] = new \App\Repository\MembershipItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5724.     }
  5725.     /**
  5726.      * Gets the private 'App\Repository\MembershipRepository' shared autowired service.
  5727.      *
  5728.      * @return \App\Repository\MembershipRepository
  5729.      */
  5730.     protected function getMembershipRepositoryService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5737.         include_once \dirname(__DIR__4).'/src/Repository/MembershipRepository.php';
  5738.         return $this->privates['App\\Repository\\MembershipRepository'] = new \App\Repository\MembershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5739.     }
  5740.     /**
  5741.      * Gets the private 'App\Repository\MembershipTranslationRepository' shared autowired service.
  5742.      *
  5743.      * @return \App\Repository\MembershipTranslationRepository
  5744.      */
  5745.     protected function getMembershipTranslationRepositoryService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5752.         include_once \dirname(__DIR__4).'/src/Repository/MembershipTranslationRepository.php';
  5753.         return $this->privates['App\\Repository\\MembershipTranslationRepository'] = new \App\Repository\MembershipTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'App\Repository\MinutesRepository' shared autowired service.
  5757.      *
  5758.      * @return \App\Repository\MinutesRepository
  5759.      */
  5760.     protected function getMinutesRepositoryService()
  5761.     {
  5762.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5767.         include_once \dirname(__DIR__4).'/src/Repository/MinutesRepository.php';
  5768.         return $this->privates['App\\Repository\\MinutesRepository'] = new \App\Repository\MinutesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5769.     }
  5770.     /**
  5771.      * Gets the private 'App\Repository\NoteExerciseRepository' shared autowired service.
  5772.      *
  5773.      * @return \App\Repository\NoteExerciseRepository
  5774.      */
  5775.     protected function getNoteExerciseRepositoryService()
  5776.     {
  5777.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5782.         include_once \dirname(__DIR__4).'/src/Repository/NoteExerciseRepository.php';
  5783.         return $this->privates['App\\Repository\\NoteExerciseRepository'] = new \App\Repository\NoteExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5784.     }
  5785.     /**
  5786.      * Gets the private 'App\Repository\NoteGameRepository' shared autowired service.
  5787.      *
  5788.      * @return \App\Repository\NoteGameRepository
  5789.      */
  5790.     protected function getNoteGameRepositoryService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5797.         include_once \dirname(__DIR__4).'/src/Repository/NoteGameRepository.php';
  5798.         return $this->privates['App\\Repository\\NoteGameRepository'] = new \App\Repository\NoteGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'App\Repository\NotePlayerRepository' shared autowired service.
  5802.      *
  5803.      * @return \App\Repository\NotePlayerRepository
  5804.      */
  5805.     protected function getNotePlayerRepositoryService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5812.         include_once \dirname(__DIR__4).'/src/Repository/NotePlayerRepository.php';
  5813.         return $this->privates['App\\Repository\\NotePlayerRepository'] = new \App\Repository\NotePlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5814.     }
  5815.     /**
  5816.      * Gets the private 'App\Repository\NotificationAutomaticMessageRepository' shared autowired service.
  5817.      *
  5818.      * @return \App\Repository\NotificationAutomaticMessageRepository
  5819.      */
  5820.     protected function getNotificationAutomaticMessageRepositoryService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5827.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticMessageRepository.php';
  5828.         return $this->privates['App\\Repository\\NotificationAutomaticMessageRepository'] = new \App\Repository\NotificationAutomaticMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5829.     }
  5830.     /**
  5831.      * Gets the private 'App\Repository\NotificationAutomaticRepository' shared autowired service.
  5832.      *
  5833.      * @return \App\Repository\NotificationAutomaticRepository
  5834.      */
  5835.     protected function getNotificationAutomaticRepositoryService()
  5836.     {
  5837.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5842.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticRepository.php';
  5843.         return $this->privates['App\\Repository\\NotificationAutomaticRepository'] = new \App\Repository\NotificationAutomaticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5844.     }
  5845.     /**
  5846.      * Gets the private 'App\Repository\NotificationAutomaticTranslationRepository' shared autowired service.
  5847.      *
  5848.      * @return \App\Repository\NotificationAutomaticTranslationRepository
  5849.      */
  5850.     protected function getNotificationAutomaticTranslationRepositoryService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5857.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticTranslationRepository.php';
  5858.         return $this->privates['App\\Repository\\NotificationAutomaticTranslationRepository'] = new \App\Repository\NotificationAutomaticTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5859.     }
  5860.     /**
  5861.      * Gets the private 'App\Repository\NotificationReadsRepository' shared autowired service.
  5862.      *
  5863.      * @return \App\Repository\NotificationReadsRepository
  5864.      */
  5865.     protected function getNotificationReadsRepositoryService()
  5866.     {
  5867.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5872.         include_once \dirname(__DIR__4).'/src/Repository/NotificationReadsRepository.php';
  5873.         return $this->privates['App\\Repository\\NotificationReadsRepository'] = new \App\Repository\NotificationReadsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5874.     }
  5875.     /**
  5876.      * Gets the private 'App\Repository\NotificationRemovesRepository' shared autowired service.
  5877.      *
  5878.      * @return \App\Repository\NotificationRemovesRepository
  5879.      */
  5880.     protected function getNotificationRemovesRepositoryService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5887.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRemovesRepository.php';
  5888.         return $this->privates['App\\Repository\\NotificationRemovesRepository'] = new \App\Repository\NotificationRemovesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5889.     }
  5890.     /**
  5891.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5892.      *
  5893.      * @return \App\Repository\NotificationRepository
  5894.      */
  5895.     protected function getNotificationRepositoryService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5902.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5903.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5904.     }
  5905.     /**
  5906.      * Gets the private 'App\Repository\OtherPaymentsRepository' shared autowired service.
  5907.      *
  5908.      * @return \App\Repository\OtherPaymentsRepository
  5909.      */
  5910.     protected function getOtherPaymentsRepositoryService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5917.         include_once \dirname(__DIR__4).'/src/Repository/OtherPaymentsRepository.php';
  5918.         return $this->privates['App\\Repository\\OtherPaymentsRepository'] = new \App\Repository\OtherPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5919.     }
  5920.     /**
  5921.      * Gets the private 'App\Repository\PlayerJustificationRepository' shared autowired service.
  5922.      *
  5923.      * @return \App\Repository\PlayerJustificationRepository
  5924.      */
  5925.     protected function getPlayerJustificationRepositoryService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5932.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5933.         include_once \dirname(__DIR__4).'/src/Repository/PlayerJustificationRepository.php';
  5934.         return $this->privates['App\\Repository\\PlayerJustificationRepository'] = new \App\Repository\PlayerJustificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5935.     }
  5936.     /**
  5937.      * Gets the private 'App\Repository\PlayerRepository' shared autowired service.
  5938.      *
  5939.      * @return \App\Repository\PlayerRepository
  5940.      */
  5941.     protected function getPlayerRepositoryService()
  5942.     {
  5943.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5948.         include_once \dirname(__DIR__4).'/src/Repository/PlayerRepository.php';
  5949.         return $this->privates['App\\Repository\\PlayerRepository'] = new \App\Repository\PlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5950.     }
  5951.     /**
  5952.      * Gets the private 'App\Repository\PlayerSportsInjuriesRepository' shared autowired service.
  5953.      *
  5954.      * @return \App\Repository\PlayerSportsInjuriesRepository
  5955.      */
  5956.     protected function getPlayerSportsInjuriesRepositoryService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5963.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5964.         include_once \dirname(__DIR__4).'/src/Repository/PlayerSportsInjuriesRepository.php';
  5965.         return $this->privates['App\\Repository\\PlayerSportsInjuriesRepository'] = new \App\Repository\PlayerSportsInjuriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5966.     }
  5967.     /**
  5968.      * Gets the private 'App\Repository\PlayerWeightRepository' shared autowired service.
  5969.      *
  5970.      * @return \App\Repository\PlayerWeightRepository
  5971.      */
  5972.     protected function getPlayerWeightRepositoryService()
  5973.     {
  5974.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5979.         include_once \dirname(__DIR__4).'/src/Repository/PlayerWeightRepository.php';
  5980.         return $this->privates['App\\Repository\\PlayerWeightRepository'] = new \App\Repository\PlayerWeightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5981.     }
  5982.     /**
  5983.      * Gets the private 'App\Repository\PositionRepository' shared autowired service.
  5984.      *
  5985.      * @return \App\Repository\PositionRepository
  5986.      */
  5987.     protected function getPositionRepositoryService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5994.         include_once \dirname(__DIR__4).'/src/Repository/PositionRepository.php';
  5995.         return $this->privates['App\\Repository\\PositionRepository'] = new \App\Repository\PositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5996.     }
  5997.     /**
  5998.      * Gets the private 'App\Repository\RedCardsRepository' shared autowired service.
  5999.      *
  6000.      * @return \App\Repository\RedCardsRepository
  6001.      */
  6002.     protected function getRedCardsRepositoryService()
  6003.     {
  6004.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6009.         include_once \dirname(__DIR__4).'/src/Repository/RedCardsRepository.php';
  6010.         return $this->privates['App\\Repository\\RedCardsRepository'] = new \App\Repository\RedCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6011.     }
  6012.     /**
  6013.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  6014.      *
  6015.      * @return \App\Repository\ResetPasswordRequestRepository
  6016.      */
  6017.     protected function getResetPasswordRequestRepositoryService()
  6018.     {
  6019.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  6026.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  6027.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6028.     }
  6029.     /**
  6030.      * Gets the private 'App\Repository\ResetPasswordTokenRequestRepository' shared autowired service.
  6031.      *
  6032.      * @return \App\Repository\ResetPasswordTokenRequestRepository
  6033.      */
  6034.     protected function getResetPasswordTokenRequestRepositoryService()
  6035.     {
  6036.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6041.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordTokenRequestRepository.php';
  6042.         return $this->privates['App\\Repository\\ResetPasswordTokenRequestRepository'] = new \App\Repository\ResetPasswordTokenRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6043.     }
  6044.     /**
  6045.      * Gets the private 'App\Repository\SeasonPlayerRepository' shared autowired service.
  6046.      *
  6047.      * @return \App\Repository\SeasonPlayerRepository
  6048.      */
  6049.     protected function getSeasonPlayerRepositoryService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6056.         include_once \dirname(__DIR__4).'/src/Repository/SeasonPlayerRepository.php';
  6057.         return $this->privates['App\\Repository\\SeasonPlayerRepository'] = new \App\Repository\SeasonPlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6058.     }
  6059.     /**
  6060.      * Gets the private 'App\Repository\SeasonRepository' shared autowired service.
  6061.      *
  6062.      * @return \App\Repository\SeasonRepository
  6063.      */
  6064.     protected function getSeasonRepositoryService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6071.         include_once \dirname(__DIR__4).'/src/Repository/SeasonRepository.php';
  6072.         return $this->privates['App\\Repository\\SeasonRepository'] = new \App\Repository\SeasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6073.     }
  6074.     /**
  6075.      * Gets the private 'App\Repository\SharePlayerRepository' shared autowired service.
  6076.      *
  6077.      * @return \App\Repository\SharePlayerRepository
  6078.      */
  6079.     protected function getSharePlayerRepositoryService()
  6080.     {
  6081.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6086.         include_once \dirname(__DIR__4).'/src/Repository/SharePlayerRepository.php';
  6087.         return $this->privates['App\\Repository\\SharePlayerRepository'] = new \App\Repository\SharePlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6088.     }
  6089.     /**
  6090.      * Gets the private 'App\Repository\ShotsOnGoalRepository' shared autowired service.
  6091.      *
  6092.      * @return \App\Repository\ShotsOnGoalRepository
  6093.      */
  6094.     protected function getShotsOnGoalRepositoryService()
  6095.     {
  6096.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6101.         include_once \dirname(__DIR__4).'/src/Repository/ShotsOnGoalRepository.php';
  6102.         return $this->privates['App\\Repository\\ShotsOnGoalRepository'] = new \App\Repository\ShotsOnGoalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6103.     }
  6104.     /**
  6105.      * Gets the private 'App\Repository\StrategyRepository' shared autowired service.
  6106.      *
  6107.      * @return \App\Repository\StrategyRepository
  6108.      */
  6109.     protected function getStrategyRepositoryService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6116.         include_once \dirname(__DIR__4).'/src/Repository/StrategyRepository.php';
  6117.         return $this->privates['App\\Repository\\StrategyRepository'] = new \App\Repository\StrategyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6118.     }
  6119.     /**
  6120.      * Gets the private 'App\Repository\SubscriptionCustomerRepository' shared autowired service.
  6121.      *
  6122.      * @return \App\Repository\SubscriptionCustomerRepository
  6123.      */
  6124.     protected function getSubscriptionCustomerRepositoryService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6131.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionCustomerRepository.php';
  6132.         return $this->privates['App\\Repository\\SubscriptionCustomerRepository'] = new \App\Repository\SubscriptionCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6133.     }
  6134.     /**
  6135.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  6136.      *
  6137.      * @return \App\Repository\SubscriptionRepository
  6138.      */
  6139.     protected function getSubscriptionRepositoryService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6146.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  6147.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6148.     }
  6149.     /**
  6150.      * Gets the private 'App\Repository\SuggestionRepository' shared autowired service.
  6151.      *
  6152.      * @return \App\Repository\SuggestionRepository
  6153.      */
  6154.     protected function getSuggestionRepositoryService()
  6155.     {
  6156.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6161.         include_once \dirname(__DIR__4).'/src/Repository/SuggestionRepository.php';
  6162.         return $this->privates['App\\Repository\\SuggestionRepository'] = new \App\Repository\SuggestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6163.     }
  6164.     /**
  6165.      * Gets the private 'App\Repository\SupportFileRepository' shared autowired service.
  6166.      *
  6167.      * @return \App\Repository\SupportFileRepository
  6168.      */
  6169.     protected function getSupportFileRepositoryService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6176.         include_once \dirname(__DIR__4).'/src/Repository/SupportFileRepository.php';
  6177.         return $this->privates['App\\Repository\\SupportFileRepository'] = new \App\Repository\SupportFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6178.     }
  6179.     /**
  6180.      * Gets the private 'App\Repository\SupportRepository' shared autowired service.
  6181.      *
  6182.      * @return \App\Repository\SupportRepository
  6183.      */
  6184.     protected function getSupportRepositoryService()
  6185.     {
  6186.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6191.         include_once \dirname(__DIR__4).'/src/Repository/SupportRepository.php';
  6192.         return $this->privates['App\\Repository\\SupportRepository'] = new \App\Repository\SupportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6193.     }
  6194.     /**
  6195.      * Gets the private 'App\Repository\TacticRepository' shared autowired service.
  6196.      *
  6197.      * @return \App\Repository\TacticRepository
  6198.      */
  6199.     protected function getTacticRepositoryService()
  6200.     {
  6201.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6206.         include_once \dirname(__DIR__4).'/src/Repository/TacticRepository.php';
  6207.         return $this->privates['App\\Repository\\TacticRepository'] = new \App\Repository\TacticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6208.     }
  6209.     /**
  6210.      * Gets the private 'App\Repository\TeamRepository' shared autowired service.
  6211.      *
  6212.      * @return \App\Repository\TeamRepository
  6213.      */
  6214.     protected function getTeamRepositoryService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6221.         include_once \dirname(__DIR__4).'/src/Repository/TeamRepository.php';
  6222.         return $this->privates['App\\Repository\\TeamRepository'] = new \App\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6223.     }
  6224.     /**
  6225.      * Gets the private 'App\Repository\TitularsRepository' shared autowired service.
  6226.      *
  6227.      * @return \App\Repository\TitularsRepository
  6228.      */
  6229.     protected function getTitularsRepositoryService()
  6230.     {
  6231.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6236.         include_once \dirname(__DIR__4).'/src/Repository/TitularsRepository.php';
  6237.         return $this->privates['App\\Repository\\TitularsRepository'] = new \App\Repository\TitularsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6238.     }
  6239.     /**
  6240.      * Gets the private 'App\Repository\TrainingAsistRepository' shared autowired service.
  6241.      *
  6242.      * @return \App\Repository\TrainingAsistRepository
  6243.      */
  6244.     protected function getTrainingAsistRepositoryService()
  6245.     {
  6246.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6249.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6251.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  6252.         include_once \dirname(__DIR__4).'/src/Repository/TrainingAsistRepository.php';
  6253.         return $this->privates['App\\Repository\\TrainingAsistRepository'] = new \App\Repository\TrainingAsistRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6254.     }
  6255.     /**
  6256.      * Gets the private 'App\Repository\TypeNotificationRepository' shared autowired service.
  6257.      *
  6258.      * @return \App\Repository\TypeNotificationRepository
  6259.      */
  6260.     protected function getTypeNotificationRepositoryService()
  6261.     {
  6262.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6267.         include_once \dirname(__DIR__4).'/src/Repository/TypeNotificationRepository.php';
  6268.         return $this->privates['App\\Repository\\TypeNotificationRepository'] = new \App\Repository\TypeNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6269.     }
  6270.     /**
  6271.      * Gets the private 'App\Repository\TypeSoccerRepository' shared autowired service.
  6272.      *
  6273.      * @return \App\Repository\TypeSoccerRepository
  6274.      */
  6275.     protected function getTypeSoccerRepositoryService()
  6276.     {
  6277.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6282.         include_once \dirname(__DIR__4).'/src/Repository/TypeSoccerRepository.php';
  6283.         return $this->privates['App\\Repository\\TypeSoccerRepository'] = new \App\Repository\TypeSoccerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6284.     }
  6285.     /**
  6286.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  6287.      *
  6288.      * @return \App\Repository\UserRepository
  6289.      */
  6290.     protected function getUserRepositoryService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6298.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  6299.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'App\Repository\YellowCardsRepository' shared autowired service.
  6303.      *
  6304.      * @return \App\Repository\YellowCardsRepository
  6305.      */
  6306.     protected function getYellowCardsRepositoryService()
  6307.     {
  6308.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6313.         include_once \dirname(__DIR__4).'/src/Repository/YellowCardsRepository.php';
  6314.         return $this->privates['App\\Repository\\YellowCardsRepository'] = new \App\Repository\YellowCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6315.     }
  6316.     /**
  6317.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  6318.      *
  6319.      * @return \App\Security\LoginFormAuthenticator
  6320.      */
  6321.     protected function getLoginFormAuthenticatorService()
  6322.     {
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6329.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  6330.         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()));
  6331.     }
  6332.     /**
  6333.      * Gets the private 'App\Services\Api\CallAndroid' shared autowired service.
  6334.      *
  6335.      * @return \App\Services\Api\CallAndroid
  6336.      */
  6337.     protected function getCallAndroidService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6340.         include_once \dirname(__DIR__4).'/src/Services/Api/CallAndroid.php';
  6341.         $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()));
  6342.         $instance->setName('app:call-android');
  6343.         return $instance;
  6344.     }
  6345.     /**
  6346.      * Gets the private 'App\Services\Api\CallApple' shared autowired service.
  6347.      *
  6348.      * @return \App\Services\Api\CallApple
  6349.      */
  6350.     protected function getCallAppleService()
  6351.     {
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6353.         include_once \dirname(__DIR__4).'/src/Services/Api/CallApple.php';
  6354.         $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()));
  6355.         $instance->setName('app:call-apple');
  6356.         return $instance;
  6357.     }
  6358.     /**
  6359.      * Gets the private 'App\Services\Api\CompetitionManager' shared autowired service.
  6360.      *
  6361.      * @return \App\Services\Api\CompetitionManager
  6362.      */
  6363.     protected function getCompetitionManagerService()
  6364.     {
  6365.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6366.         include_once \dirname(__DIR__4).'/src/Services/Api/CompetitionManager.php';
  6367.         return $this->privates['App\\Services\\Api\\CompetitionManager'] = new \App\Services\Api\CompetitionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6368.     }
  6369.     /**
  6370.      * Gets the private 'App\Services\Api\CustomerManager' shared autowired service.
  6371.      *
  6372.      * @return \App\Services\Api\CustomerManager
  6373.      */
  6374.     protected function getCustomerManagerService()
  6375.     {
  6376.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6377.         include_once \dirname(__DIR__4).'/src/Services/Api/CustomerManager.php';
  6378.         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()));
  6379.     }
  6380.     /**
  6381.      * Gets the private 'App\Services\Api\DifficultyManager' shared autowired service.
  6382.      *
  6383.      * @return \App\Services\Api\DifficultyManager
  6384.      */
  6385.     protected function getDifficultyManagerService()
  6386.     {
  6387.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6388.         include_once \dirname(__DIR__4).'/src/Services/Api/DifficultyManager.php';
  6389.         return $this->privates['App\\Services\\Api\\DifficultyManager'] = new \App\Services\Api\DifficultyManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6390.     }
  6391.     /**
  6392.      * Gets the private 'App\Services\Api\JustificationTypeManager' shared autowired service.
  6393.      *
  6394.      * @return \App\Services\Api\JustificationTypeManager
  6395.      */
  6396.     protected function getJustificationTypeManagerService()
  6397.     {
  6398.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6399.         include_once \dirname(__DIR__4).'/src/Services/Api/JustificationTypeManager.php';
  6400.         return $this->privates['App\\Services\\Api\\JustificationTypeManager'] = new \App\Services\Api\JustificationTypeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6401.     }
  6402.     /**
  6403.      * Gets the private 'App\Services\Api\LocalityManager' shared autowired service.
  6404.      *
  6405.      * @return \App\Services\Api\LocalityManager
  6406.      */
  6407.     protected function getLocalityManagerService()
  6408.     {
  6409.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6410.         include_once \dirname(__DIR__4).'/src/Services/Api/LocalityManager.php';
  6411.         return $this->privates['App\\Services\\Api\\LocalityManager'] = new \App\Services\Api\LocalityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6412.     }
  6413.     /**
  6414.      * Gets the private 'App\Services\Api\NoteGameManager' shared autowired service.
  6415.      *
  6416.      * @return \App\Services\Api\NoteGameManager
  6417.      */
  6418.     protected function getNoteGameManagerService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6421.         include_once \dirname(__DIR__4).'/src/Services/Api/NoteGameManager.php';
  6422.         return $this->privates['App\\Services\\Api\\NoteGameManager'] = new \App\Services\Api\NoteGameManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6423.     }
  6424.     /**
  6425.      * Gets the private 'App\Services\Api\NotificationAutomaticManager' shared autowired service.
  6426.      *
  6427.      * @return \App\Services\Api\NotificationAutomaticManager
  6428.      */
  6429.     protected function getNotificationAutomaticManagerService()
  6430.     {
  6431.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6432.         include_once \dirname(__DIR__4).'/src/Services/Api/NotificationAutomaticManager.php';
  6433.         return $this->privates['App\\Services\\Api\\NotificationAutomaticManager'] = new \App\Services\Api\NotificationAutomaticManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6434.     }
  6435.     /**
  6436.      * Gets the private 'App\Services\Api\NotificationManager' shared autowired service.
  6437.      *
  6438.      * @return \App\Services\Api\NotificationManager
  6439.      */
  6440.     protected function getNotificationManagerService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6443.         include_once \dirname(__DIR__4).'/src/Services/Api/NotificationManager.php';
  6444.         return $this->privates['App\\Services\\Api\\NotificationManager'] = new \App\Services\Api\NotificationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6445.     }
  6446.     /**
  6447.      * Gets the private 'App\Services\Api\PlayerManager' shared autowired service.
  6448.      *
  6449.      * @return \App\Services\Api\PlayerManager
  6450.      */
  6451.     protected function getPlayerManagerService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6454.         include_once \dirname(__DIR__4).'/src/Services/Api/PlayerManager.php';
  6455.         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()));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'App\Services\Api\SupportManager' shared autowired service.
  6459.      *
  6460.      * @return \App\Services\Api\SupportManager
  6461.      */
  6462.     protected function getSupportManagerService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6465.         include_once \dirname(__DIR__4).'/src/Services/Api/SupportManager.php';
  6466.         return $this->privates['App\\Services\\Api\\SupportManager'] = new \App\Services\Api\SupportManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6467.     }
  6468.     /**
  6469.      * Gets the private 'App\Services\ConfigManager' shared autowired service.
  6470.      *
  6471.      * @return \App\Services\ConfigManager
  6472.      */
  6473.     protected function getConfigManagerService()
  6474.     {
  6475.         include_once \dirname(__DIR__4).'/src/Services/ConfigManager.php';
  6476.         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()));
  6477.     }
  6478.     /**
  6479.      * Gets the private 'App\Services\CouponManager' shared autowired service.
  6480.      *
  6481.      * @return \App\Services\CouponManager
  6482.      */
  6483.     protected function getCouponManagerService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/src/Services/CouponManager.php';
  6486.         return $this->privates['App\\Services\\CouponManager'] = new \App\Services\CouponManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  6487.     }
  6488.     /**
  6489.      * Gets the private 'App\Services\TokenManager' shared autowired service.
  6490.      *
  6491.      * @return \App\Services\TokenManager
  6492.      */
  6493.     protected function getTokenManagerService()
  6494.     {
  6495.         include_once \dirname(__DIR__4).'/src/Services/TokenManager.php';
  6496.         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()));
  6497.     }
  6498.     /**
  6499.      * Gets the private 'App\Validator\Constraints\VideoFileValidator' shared autowired service.
  6500.      *
  6501.      * @return \App\Validator\Constraints\VideoFileValidator
  6502.      */
  6503.     protected function getVideoFileValidatorService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6507.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/VideoFileValidator.php';
  6508.         return $this->privates['App\\Validator\\Constraints\\VideoFileValidator'] = new \App\Validator\Constraints\VideoFileValidator();
  6509.     }
  6510.     /**
  6511.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  6512.      *
  6513.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  6514.      */
  6515.     protected function getManagerRegistryAwareConnectionProviderService()
  6516.     {
  6517.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  6518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  6519.         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'));
  6520.     }
  6521.     /**
  6522.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  6523.      *
  6524.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  6525.      */
  6526.     protected function getRunSqlCommandService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6530.         $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()));
  6531.         $instance->setName('dbal:run-sql');
  6532.         return $instance;
  6533.     }
  6534.     /**
  6535.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  6536.      *
  6537.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  6538.      */
  6539.     protected function getClearInvalidRefreshTokensCommandService()
  6540.     {
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  6543.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6544.         $instance->setName('gesdinet:jwt:clear');
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  6549.      *
  6550.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  6551.      */
  6552.     protected function getRevokeRefreshTokenCommandService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  6556.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6557.         $instance->setName('gesdinet:jwt:revoke');
  6558.         return $instance;
  6559.     }
  6560.     /**
  6561.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  6562.      *
  6563.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  6564.      */
  6565.     protected function getResetPasswordRemoveExpiredCommandService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  6569.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  6570.         $instance->setName('reset-password:remove-expired');
  6571.         return $instance;
  6572.     }
  6573.     /**
  6574.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  6575.      *
  6576.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  6577.      */
  6578.     protected function getCacheWarmer2Service()
  6579.     {
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  6582.         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()));
  6583.     }
  6584.     /**
  6585.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  6586.      *
  6587.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  6588.      */
  6589.     protected function getUploaderExtensionRuntimeService()
  6590.     {
  6591.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  6595.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
  6596.     }
  6597.     /**
  6598.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  6599.      *
  6600.      * @return \Vich\UploaderBundle\Util\Transliterator
  6601.      */
  6602.     protected function getTransliteratorService()
  6603.     {
  6604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  6607.         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'))));
  6608.     }
  6609.     /**
  6610.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  6611.      *
  6612.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  6613.      */
  6614.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php';
  6620.         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']);
  6621.     }
  6622.     /**
  6623.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  6624.      *
  6625.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  6626.      */
  6627.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  6633.         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())));
  6634.     }
  6635.     /**
  6636.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  6637.      *
  6638.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  6639.      */
  6640.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  6645.         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())));
  6646.     }
  6647.     /**
  6648.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  6649.      *
  6650.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  6651.      */
  6652.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  6653.     {
  6654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  6658.         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()));
  6659.     }
  6660.     /**
  6661.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  6662.      *
  6663.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  6664.      */
  6665.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  6666.     {
  6667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  6670.         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()));
  6671.     }
  6672.     /**
  6673.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  6674.      *
  6675.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  6676.      */
  6677.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  6678.     {
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  6683.         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()));
  6684.     }
  6685.     /**
  6686.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  6687.      *
  6688.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  6689.      */
  6690.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  6694.         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']);
  6695.     }
  6696.     /**
  6697.      * Gets the private 'annotations.cache' shared service.
  6698.      *
  6699.      * @return \Symfony\Component\Cache\DoctrineProvider
  6700.      */
  6701.     protected function getAnnotations_CacheService()
  6702.     {
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  6705.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  6706.     }
  6707.     /**
  6708.      * Gets the private 'annotations.cache_warmer' shared service.
  6709.      *
  6710.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6711.      */
  6712.     protected function getAnnotations_CacheWarmerService()
  6713.     {
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6717.         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);
  6718.     }
  6719.     /**
  6720.      * Gets the private 'annotations.cached_reader' shared service.
  6721.      *
  6722.      * @return \Doctrine\Common\Annotations\CachedReader
  6723.      */
  6724.     protected function getAnnotations_CachedReaderService()
  6725.     {
  6726.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  6727.     }
  6728.     /**
  6729.      * Gets the private 'annotations.reader' shared service.
  6730.      *
  6731.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6732.      */
  6733.     protected function getAnnotations_ReaderService()
  6734.     {
  6735.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6736.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6737.         $a->registerUniqueLoader('class_exists');
  6738.         $instance->addGlobalIgnoredName('required'$a);
  6739.         return $instance;
  6740.     }
  6741.     /**
  6742.      * Gets the private 'app.event.jwt_decoded_listener' shared autowired service.
  6743.      *
  6744.      * @return \App\EventListener\JWTDecodedListener
  6745.      */
  6746.     protected function getApp_Event_JwtDecodedListenerService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/src/EventListener/JWTDecodedListener.php';
  6749.         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()));
  6750.     }
  6751.     /**
  6752.      * Gets the private 'app.event.jwt_invalid_listener' shared autowired service.
  6753.      *
  6754.      * @return \App\EventListener\JWTInvalidListener
  6755.      */
  6756.     protected function getApp_Event_JwtInvalidListenerService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/src/EventListener/JWTInvalidListener.php';
  6759.         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()));
  6760.     }
  6761.     /**
  6762.      * Gets the private 'app.jwt_token_authenticator' shared autowired service.
  6763.      *
  6764.      * @return \App\Security\Guard\JWTTokenAuthenticator
  6765.      */
  6766.     protected function getApp_JwtTokenAuthenticatorService()
  6767.     {
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  6772.         include_once \dirname(__DIR__4).'/src/Security/Guard/JWTTokenAuthenticator.php';
  6773.         return $this->privates['app.jwt_token_authenticator'] = new \App\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()), ($this->privates['.1_TokenStorage~Qn3XiBi'] ?? ($this->privates['.1_TokenStorage~Qn3XiBi'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6774.     }
  6775.     /**
  6776.      * Gets the private 'cache.annotations' shared service.
  6777.      *
  6778.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6779.      */
  6780.     protected function getCache_AnnotationsService()
  6781.     {
  6782.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lbr0pODQbE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6783.     }
  6784.     /**
  6785.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  6786.      *
  6787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6788.      */
  6789.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  6790.     {
  6791.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6792.     }
  6793.     /**
  6794.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6795.      *
  6796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6797.      */
  6798.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6799.     {
  6800.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6801.     }
  6802.     /**
  6803.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6804.      *
  6805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6806.      */
  6807.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6808.     {
  6809.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6810.     }
  6811.     /**
  6812.      * Gets the private 'cache.easyadmin' shared service.
  6813.      *
  6814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6815.      */
  6816.     protected function getCache_EasyadminService()
  6817.     {
  6818.         return $this->privates['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZHYZ+KqHmp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6819.     }
  6820.     /**
  6821.      * Gets the private 'cache.property_info' shared service.
  6822.      *
  6823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6824.      */
  6825.     protected function getCache_PropertyInfoService()
  6826.     {
  6827.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('se2+2wJM1j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6828.     }
  6829.     /**
  6830.      * Gets the private 'cache.security_expression_language' shared service.
  6831.      *
  6832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6833.      */
  6834.     protected function getCache_SecurityExpressionLanguageService()
  6835.     {
  6836.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7QaHIEYc1y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6837.     }
  6838.     /**
  6839.      * Gets the private 'cache.serializer' shared service.
  6840.      *
  6841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6842.      */
  6843.     protected function getCache_SerializerService()
  6844.     {
  6845.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dbi0o9q1gB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6846.     }
  6847.     /**
  6848.      * Gets the private 'cache.validator' shared service.
  6849.      *
  6850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6851.      */
  6852.     protected function getCache_ValidatorService()
  6853.     {
  6854.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yu+rzgsF23'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6855.     }
  6856.     /**
  6857.      * Gets the private 'config_cache_factory' shared service.
  6858.      *
  6859.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6860.      */
  6861.     protected function getConfigCacheFactoryService()
  6862.     {
  6863.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6864.             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)));
  6865.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6866.         }, 2));
  6867.     }
  6868.     /**
  6869.      * Gets the private 'console.command.about' shared service.
  6870.      *
  6871.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6872.      */
  6873.     protected function getConsole_Command_AboutService()
  6874.     {
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6877.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6878.         $instance->setName('about');
  6879.         return $instance;
  6880.     }
  6881.     /**
  6882.      * Gets the private 'console.command.assets_install' shared service.
  6883.      *
  6884.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6885.      */
  6886.     protected function getConsole_Command_AssetsInstallService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6891.         $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));
  6892.         $instance->setName('assets:install');
  6893.         return $instance;
  6894.     }
  6895.     /**
  6896.      * Gets the private 'console.command.cache_clear' shared service.
  6897.      *
  6898.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6899.      */
  6900.     protected function getConsole_Command_CacheClearService()
  6901.     {
  6902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6905.         $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())));
  6906.         $instance->setName('cache:clear');
  6907.         return $instance;
  6908.     }
  6909.     /**
  6910.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6911.      *
  6912.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6913.      */
  6914.     protected function getConsole_Command_CachePoolClearService()
  6915.     {
  6916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6918.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6919.         $instance->setName('cache:pool:clear');
  6920.         return $instance;
  6921.     }
  6922.     /**
  6923.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6924.      *
  6925.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6926.      */
  6927.     protected function getConsole_Command_CachePoolDeleteService()
  6928.     {
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6931.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6932.         $instance->setName('cache:pool:delete');
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the private 'console.command.cache_pool_list' shared service.
  6937.      *
  6938.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6939.      */
  6940.     protected function getConsole_Command_CachePoolListService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6944.         $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']);
  6945.         $instance->setName('cache:pool:list');
  6946.         return $instance;
  6947.     }
  6948.     /**
  6949.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6950.      *
  6951.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6952.      */
  6953.     protected function getConsole_Command_CachePoolPruneService()
  6954.     {
  6955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6957.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6958.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6959.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6960.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6961.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6962.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6963.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6964.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  6965.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6966.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6967.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6968.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  6969.         }, 11));
  6970.         $instance->setName('cache:pool:prune');
  6971.         return $instance;
  6972.     }
  6973.     /**
  6974.      * Gets the private 'console.command.cache_warmup' shared service.
  6975.      *
  6976.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6977.      */
  6978.     protected function getConsole_Command_CacheWarmupService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6982.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6983.         $instance->setName('cache:warmup');
  6984.         return $instance;
  6985.     }
  6986.     /**
  6987.      * Gets the private 'console.command.config_debug' shared service.
  6988.      *
  6989.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6990.      */
  6991.     protected function getConsole_Command_ConfigDebugService()
  6992.     {
  6993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6997.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6998.         $instance->setName('debug:config');
  6999.         return $instance;
  7000.     }
  7001.     /**
  7002.      * Gets the private 'console.command.config_dump_reference' shared service.
  7003.      *
  7004.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7005.      */
  7006.     protected function getConsole_Command_ConfigDumpReferenceService()
  7007.     {
  7008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7012.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7013.         $instance->setName('config:dump-reference');
  7014.         return $instance;
  7015.     }
  7016.     /**
  7017.      * Gets the private 'console.command.container_debug' shared service.
  7018.      *
  7019.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7020.      */
  7021.     protected function getConsole_Command_ContainerDebugService()
  7022.     {
  7023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7025.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7026.         $instance->setName('debug:container');
  7027.         return $instance;
  7028.     }
  7029.     /**
  7030.      * Gets the private 'console.command.container_lint' shared service.
  7031.      *
  7032.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7033.      */
  7034.     protected function getConsole_Command_ContainerLintService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7038.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7039.         $instance->setName('lint:container');
  7040.         return $instance;
  7041.     }
  7042.     /**
  7043.      * Gets the private 'console.command.debug_autowiring' shared service.
  7044.      *
  7045.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7046.      */
  7047.     protected function getConsole_Command_DebugAutowiringService()
  7048.     {
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7052.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7053.         $instance->setName('debug:autowiring');
  7054.         return $instance;
  7055.     }
  7056.     /**
  7057.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7058.      *
  7059.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7060.      */
  7061.     protected function getConsole_Command_EventDispatcherDebugService()
  7062.     {
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7065.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7066.         $instance->setName('debug:event-dispatcher');
  7067.         return $instance;
  7068.     }
  7069.     /**
  7070.      * Gets the private 'console.command.form_debug' shared service.
  7071.      *
  7072.      * @return \Symfony\Component\Form\Command\DebugCommand
  7073.      */
  7074.     protected function getConsole_Command_FormDebugService()
  7075.     {
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7078.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'App\\Form\\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\\ChangePasswordFormType'=> 'App\\Form\\Filter\\DificultyFilterType'=> 'App\\Form\\Filter\\IntensityFilterType'=> 'App\\Form\\ResetPasswordRequestFormType'=> 'App\\Form\\Type\\AppModuleType'=> 'App\\Form\\Type\\CompetitionType'=> 'App\\Form\\Type\\CountryType'=> 'App\\Form\\Type\\DificultyType'=> 'App\\Form\\Type\\ExpiredAtType'=> 'App\\Form\\Type\\IntensityType'10 => 'App\\Form\\Type\\LocaleType'11 => 'App\\Form\\Type\\MembershipType'12 => 'App\\Form\\Type\\NotificationType'13 => 'App\\Form\\Type\\SeasonType'14 => 'App\\Form\\Type\\TypeMembership'15 => 'App\\Form\\Type\\TypeSoccerType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'18 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'19 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'20 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType'21 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'22 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType'23 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType'24 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType'25 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType'26 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType'27 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType'28 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'29 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'30 => 'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType'31 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType'32 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType'33 => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType'34 => '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()));
  7079.         $instance->setName('debug:form');
  7080.         return $instance;
  7081.     }
  7082.     /**
  7083.      * Gets the private 'console.command.router_debug' shared service.
  7084.      *
  7085.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7086.      */
  7087.     protected function getConsole_Command_RouterDebugService()
  7088.     {
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7091.         $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()));
  7092.         $instance->setName('debug:router');
  7093.         return $instance;
  7094.     }
  7095.     /**
  7096.      * Gets the private 'console.command.router_match' shared service.
  7097.      *
  7098.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7099.      */
  7100.     protected function getConsole_Command_RouterMatchService()
  7101.     {
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7104.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  7105.         $instance->setName('router:match');
  7106.         return $instance;
  7107.     }
  7108.     /**
  7109.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7110.      *
  7111.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7112.      */
  7113.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7114.     {
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7118.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7121.         $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')))));
  7122.         $instance->setName('secrets:decrypt-to-local');
  7123.         return $instance;
  7124.     }
  7125.     /**
  7126.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7127.      *
  7128.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7129.      */
  7130.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7131.     {
  7132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7138.         $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')))));
  7139.         $instance->setName('secrets:encrypt-from-local');
  7140.         return $instance;
  7141.     }
  7142.     /**
  7143.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7144.      *
  7145.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7146.      */
  7147.     protected function getConsole_Command_SecretsGenerateKeyService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7155.         $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')))));
  7156.         $instance->setName('secrets:generate-keys');
  7157.         return $instance;
  7158.     }
  7159.     /**
  7160.      * Gets the private 'console.command.secrets_list' shared service.
  7161.      *
  7162.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7163.      */
  7164.     protected function getConsole_Command_SecretsListService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7172.         $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')))));
  7173.         $instance->setName('secrets:list');
  7174.         return $instance;
  7175.     }
  7176.     /**
  7177.      * Gets the private 'console.command.secrets_remove' shared service.
  7178.      *
  7179.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7180.      */
  7181.     protected function getConsole_Command_SecretsRemoveService()
  7182.     {
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7189.         $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')))));
  7190.         $instance->setName('secrets:remove');
  7191.         return $instance;
  7192.     }
  7193.     /**
  7194.      * Gets the private 'console.command.secrets_set' shared service.
  7195.      *
  7196.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7197.      */
  7198.     protected function getConsole_Command_SecretsSetService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7206.         $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')))));
  7207.         $instance->setName('secrets:set');
  7208.         return $instance;
  7209.     }
  7210.     /**
  7211.      * Gets the private 'console.command.translation_debug' shared service.
  7212.      *
  7213.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7214.      */
  7215.     protected function getConsole_Command_TranslationDebugService()
  7216.     {
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7219.         $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/AdminClubManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CalendarManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CategoryManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ClubMonthlyPaymentsManager.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/KitPaymentsManager.php'), 10 => (\dirname(__DIR__4).'/src/Services/Api/MediaGameManager.php'), 11 => (\dirname(__DIR__4).'/src/Services/Api/NoteExerciseManager.php'), 12 => (\dirname(__DIR__4).'/src/Services/Api/NotePlayerManager.php'), 13 => (\dirname(__DIR__4).'/src/Services/Api/OtherPaymentsManager.php'), 14 => (\dirname(__DIR__4).'/src/Services/Api/PlayerSportsInjuriesManager.php'), 15 => (\dirname(__DIR__4).'/src/Services/Api/PlayerWeightManager.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Api/ReportController.php'), 17 => (\dirname(__DIR__4).'/src/Services/Api/SharePlayerManager.php'), 18 => (\dirname(__DIR__4).'/src/Services/Api/StrategyManager.php'), 19 => (\dirname(__DIR__4).'/src/Services/Api/SubscriptionManager.php'), 20 => (\dirname(__DIR__4).'/src/Services/Api/TrainerCustomerManager.php'), 21 => (\dirname(__DIR__4).'/src/Services/Api/TypeSoccerManager.php'), 22 => (\dirname(__DIR__4).'/src/Services/Api/AppModuleManager.php'), 23 => (\dirname(__DIR__4).'/src/Services/Api/MembershipAttrManager.php'), 24 => (\dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php'), 25 => (\dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php'), 26 => (\dirname(__DIR__4).'/src/Services/Api/CompetitionManager.php'), 27 => (\dirname(__DIR__4).'/src/Services/Api/CustomerManager.php'), 28 => (\dirname(__DIR__4).'/src/Services/Api/DifficultyManager.php'), 29 => (\dirname(__DIR__4).'/src/Services/Api/JustificationTypeManager.php'), 30 => (\dirname(__DIR__4).'/src/Services/Api/LocalityManager.php'), 31 => (\dirname(__DIR__4).'/src/Services/Api/NoteGameManager.php'), 32 => (\dirname(__DIR__4).'/src/Services/Api/NotificationAutomaticManager.php'), 33 => (\dirname(__DIR__4).'/src/Services/Api/NotificationManager.php'), 34 => (\dirname(__DIR__4).'/src/Services/Api/PlayerManager.php'), 35 => (\dirname(__DIR__4).'/src/Services/Api/SupportManager.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 44 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 46 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 47 => (\dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php'), 48 => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php')]);
  7220.         $instance->setName('debug:translation');
  7221.         return $instance;
  7222.     }
  7223.     /**
  7224.      * Gets the private 'console.command.translation_update' shared service.
  7225.      *
  7226.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7227.      */
  7228.     protected function getConsole_Command_TranslationUpdateService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7246.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7247.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7248.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7249.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7250.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7251.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7252.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7253.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7254.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7255.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7256.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7257.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7258.         $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/AdminClubManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CalendarManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/CategoryManager.php'), => (\dirname(__DIR__4).'/src/Services/Api/ClubMonthlyPaymentsManager.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/KitPaymentsManager.php'), 10 => (\dirname(__DIR__4).'/src/Services/Api/MediaGameManager.php'), 11 => (\dirname(__DIR__4).'/src/Services/Api/NoteExerciseManager.php'), 12 => (\dirname(__DIR__4).'/src/Services/Api/NotePlayerManager.php'), 13 => (\dirname(__DIR__4).'/src/Services/Api/OtherPaymentsManager.php'), 14 => (\dirname(__DIR__4).'/src/Services/Api/PlayerSportsInjuriesManager.php'), 15 => (\dirname(__DIR__4).'/src/Services/Api/PlayerWeightManager.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Api/ReportController.php'), 17 => (\dirname(__DIR__4).'/src/Services/Api/SharePlayerManager.php'), 18 => (\dirname(__DIR__4).'/src/Services/Api/StrategyManager.php'), 19 => (\dirname(__DIR__4).'/src/Services/Api/SubscriptionManager.php'), 20 => (\dirname(__DIR__4).'/src/Services/Api/TrainerCustomerManager.php'), 21 => (\dirname(__DIR__4).'/src/Services/Api/TypeSoccerManager.php'), 22 => (\dirname(__DIR__4).'/src/Services/Api/AppModuleManager.php'), 23 => (\dirname(__DIR__4).'/src/Services/Api/MembershipAttrManager.php'), 24 => (\dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php'), 25 => (\dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php'), 26 => (\dirname(__DIR__4).'/src/Services/Api/CompetitionManager.php'), 27 => (\dirname(__DIR__4).'/src/Services/Api/CustomerManager.php'), 28 => (\dirname(__DIR__4).'/src/Services/Api/DifficultyManager.php'), 29 => (\dirname(__DIR__4).'/src/Services/Api/JustificationTypeManager.php'), 30 => (\dirname(__DIR__4).'/src/Services/Api/LocalityManager.php'), 31 => (\dirname(__DIR__4).'/src/Services/Api/NoteGameManager.php'), 32 => (\dirname(__DIR__4).'/src/Services/Api/NotificationAutomaticManager.php'), 33 => (\dirname(__DIR__4).'/src/Services/Api/NotificationManager.php'), 34 => (\dirname(__DIR__4).'/src/Services/Api/PlayerManager.php'), 35 => (\dirname(__DIR__4).'/src/Services/Api/SupportManager.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 44 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php'), 46 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 47 => (\dirname(__DIR__4).'/src/Controller/Api/ExerciseController.php'), 48 => (\dirname(__DIR__4).'/src/Controller/ResetPasswordController.php')]);
  7259.         $instance->setName('translation:update');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'console.command.xliff_lint' shared service.
  7264.      *
  7265.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  7266.      */
  7267.     protected function getConsole_Command_XliffLintService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  7272.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  7273.         $instance->setName('lint:xliff');
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the private 'console.command.yaml_lint' shared service.
  7278.      *
  7279.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7280.      */
  7281.     protected function getConsole_Command_YamlLintService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7286.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7287.         $instance->setName('lint:yaml');
  7288.         return $instance;
  7289.     }
  7290.     /**
  7291.      * Gets the private 'console.error_listener' shared service.
  7292.      *
  7293.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7294.      */
  7295.     protected function getConsole_ErrorListenerService()
  7296.     {
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7298.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7299.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7300.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  7301.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7302.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7303.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7304.     }
  7305.     /**
  7306.      * Gets the private 'container.env_var_processor' shared service.
  7307.      *
  7308.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7309.      */
  7310.     protected function getContainer_EnvVarProcessorService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7314.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7315.             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'))));
  7316.         }, 1));
  7317.     }
  7318.     /**
  7319.      * Gets the private 'data_collector.form' shared service.
  7320.      *
  7321.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7322.      */
  7323.     protected function getDataCollector_FormService()
  7324.     {
  7325.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7326.     }
  7327.     /**
  7328.      * Gets the private 'debug.argument_resolver.default' shared service.
  7329.      *
  7330.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7331.      */
  7332.     protected function getDebug_ArgumentResolver_DefaultService()
  7333.     {
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7337.         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))));
  7338.     }
  7339.     /**
  7340.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7341.      *
  7342.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7343.      */
  7344.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7345.     {
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7349.         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.WifOwSx'] ?? $this->get_ServiceLocator_WifOwSxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7350.     }
  7351.     /**
  7352.      * Gets the private 'debug.argument_resolver.request' shared service.
  7353.      *
  7354.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7355.      */
  7356.     protected function getDebug_ArgumentResolver_RequestService()
  7357.     {
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7361.         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))));
  7362.     }
  7363.     /**
  7364.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7365.      *
  7366.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7367.      */
  7368.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7369.     {
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7373.         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))));
  7374.     }
  7375.     /**
  7376.      * Gets the private 'debug.argument_resolver.service' shared service.
  7377.      *
  7378.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7379.      */
  7380.     protected function getDebug_ArgumentResolver_ServiceService()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7385.         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.WifOwSx'] ?? $this->get_ServiceLocator_WifOwSxService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7386.     }
  7387.     /**
  7388.      * Gets the private 'debug.argument_resolver.session' shared service.
  7389.      *
  7390.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7391.      */
  7392.     protected function getDebug_ArgumentResolver_SessionService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7397.         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))));
  7398.     }
  7399.     /**
  7400.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7401.      *
  7402.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7403.      */
  7404.     protected function getDebug_ArgumentResolver_VariadicService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7409.         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))));
  7410.     }
  7411.     /**
  7412.      * Gets the private 'debug.controller_resolver' shared service.
  7413.      *
  7414.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  7415.      */
  7416.     protected function getDebug_ControllerResolverService()
  7417.     {
  7418.         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))));
  7419.     }
  7420.     /**
  7421.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7422.      *
  7423.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7424.      */
  7425.     protected function getDebug_DebugHandlersListenerService()
  7426.     {
  7427.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7428.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7429.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7430.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  7431.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7432.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7433.         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);
  7434.     }
  7435.     /**
  7436.      * Gets the private 'debug.dump_listener' shared service.
  7437.      *
  7438.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7439.      */
  7440.     protected function getDebug_DumpListenerService()
  7441.     {
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7444.         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()));
  7445.     }
  7446.     /**
  7447.      * Gets the private 'debug.file_link_formatter' shared service.
  7448.      *
  7449.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7450.      */
  7451.     protected function getDebug_FileLinkFormatterService()
  7452.     {
  7453.         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 () {
  7454.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7455.         });
  7456.     }
  7457.     /**
  7458.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7459.      *
  7460.      * @return \string
  7461.      */
  7462.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7463.     {
  7464.         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');
  7465.     }
  7466.     /**
  7467.      * Gets the private 'debug.log_processor' shared service.
  7468.      *
  7469.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7470.      */
  7471.     protected function getDebug_LogProcessorService()
  7472.     {
  7473.         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())));
  7474.     }
  7475.     /**
  7476.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7477.      *
  7478.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7479.      */
  7480.     protected function getDebug_Security_Access_DecisionManagerService()
  7481.     {
  7482.         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 () {
  7483.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7484.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7485.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7486.         }, 3), 'affirmative'falsetrue));
  7487.     }
  7488.     /**
  7489.      * Gets the private 'debug.security.firewall' shared service.
  7490.      *
  7491.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7492.      */
  7493.     protected function getDebug_Security_FirewallService()
  7494.     {
  7495.         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()));
  7496.     }
  7497.     /**
  7498.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7499.      *
  7500.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7501.      */
  7502.     protected function getDebug_Security_UserValueResolverService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7507.         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))));
  7508.     }
  7509.     /**
  7510.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7513.      */
  7514.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7519.         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()));
  7520.     }
  7521.     /**
  7522.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7523.      *
  7524.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7525.      */
  7526.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7527.     {
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7531.         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()));
  7532.     }
  7533.     /**
  7534.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7535.      *
  7536.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7537.      */
  7538.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7544.         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()));
  7545.     }
  7546.     /**
  7547.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7548.      *
  7549.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7550.      */
  7551.     protected function getDebug_Security_Voter_VoteListenerService()
  7552.     {
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7554.         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()));
  7555.     }
  7556.     /**
  7557.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7558.      *
  7559.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7560.      */
  7561.     protected function getDoctrine_CacheClearMetadataCommandService()
  7562.     {
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7564.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7566.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7567.         $instance->setName('doctrine:cache:clear-metadata');
  7568.         return $instance;
  7569.     }
  7570.     /**
  7571.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7572.      *
  7573.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7574.      */
  7575.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7576.     {
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7579.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7580.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7581.         $instance->setName('doctrine:cache:clear-query');
  7582.         return $instance;
  7583.     }
  7584.     /**
  7585.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7586.      *
  7587.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7588.      */
  7589.     protected function getDoctrine_CacheClearResultCommandService()
  7590.     {
  7591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7592.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7594.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7595.         $instance->setName('doctrine:cache:clear-result');
  7596.         return $instance;
  7597.     }
  7598.     /**
  7599.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7600.      *
  7601.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7602.      */
  7603.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7604.     {
  7605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7608.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7609.         $instance->setName('doctrine:cache:clear-collection-region');
  7610.         return $instance;
  7611.     }
  7612.     /**
  7613.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7614.      *
  7615.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7616.      */
  7617.     protected function getDoctrine_ClearEntityRegionCommandService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7622.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7623.         $instance->setName('doctrine:cache:clear-entity-region');
  7624.         return $instance;
  7625.     }
  7626.     /**
  7627.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7628.      *
  7629.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7630.      */
  7631.     protected function getDoctrine_ClearQueryRegionCommandService()
  7632.     {
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7636.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7637.         $instance->setName('doctrine:cache:clear-query-region');
  7638.         return $instance;
  7639.     }
  7640.     /**
  7641.      * Gets the private 'doctrine.database_create_command' shared service.
  7642.      *
  7643.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7644.      */
  7645.     protected function getDoctrine_DatabaseCreateCommandService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7650.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7651.         $instance->setName('doctrine:database:create');
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the private 'doctrine.database_drop_command' shared service.
  7656.      *
  7657.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7658.      */
  7659.     protected function getDoctrine_DatabaseDropCommandService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7664.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7665.         $instance->setName('doctrine:database:drop');
  7666.         return $instance;
  7667.     }
  7668.     /**
  7669.      * Gets the private 'doctrine.database_import_command' shared service.
  7670.      *
  7671.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7672.      */
  7673.     protected function getDoctrine_DatabaseImportCommandService()
  7674.     {
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7678.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7679.         $instance->setName('doctrine:database:import');
  7680.         return $instance;
  7681.     }
  7682.     /**
  7683.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7684.      *
  7685.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7686.      */
  7687.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7688.     {
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7692.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7693.         $instance->setName('doctrine:ensure-production-settings');
  7694.         return $instance;
  7695.     }
  7696.     /**
  7697.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7698.      *
  7699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7700.      */
  7701.     protected function getDoctrine_MappingConvertCommandService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7706.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7707.         $instance->setName('doctrine:mapping:convert');
  7708.         return $instance;
  7709.     }
  7710.     /**
  7711.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7712.      *
  7713.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7714.      */
  7715.     protected function getDoctrine_MappingImportCommandService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7720.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7721.         $instance->setName('doctrine:mapping:import');
  7722.         return $instance;
  7723.     }
  7724.     /**
  7725.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7726.      *
  7727.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7728.      */
  7729.     protected function getDoctrine_MappingInfoCommandService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7734.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7735.         $instance->setName('doctrine:mapping:info');
  7736.         return $instance;
  7737.     }
  7738.     /**
  7739.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7740.      *
  7741.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7742.      */
  7743.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7744.     {
  7745.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7747.         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);
  7748.     }
  7749.     /**
  7750.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7751.      *
  7752.      * @return \Doctrine\Migrations\DependencyFactory
  7753.      */
  7754.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7755.     {
  7756.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  7764.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7765.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  7766.         $a->setAllOrNothing(false);
  7767.         $a->setCheckDatabasePlatform(true);
  7768.         $a->setTransactional(true);
  7769.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  7770.         $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()));
  7771.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7772.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7773.         });
  7774.         return $instance;
  7775.     }
  7776.     /**
  7777.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7778.      *
  7779.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7780.      */
  7781.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7782.     {
  7783.         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/gesdinet/jwt-refresh-token-bundle/Entity')]);
  7784.     }
  7785.     /**
  7786.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7787.      *
  7788.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7789.      */
  7790.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7791.     {
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7793.         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()));
  7794.     }
  7795.     /**
  7796.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7797.      *
  7798.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7799.      */
  7800.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7801.     {
  7802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7803.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7804.     }
  7805.     /**
  7806.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  7807.      *
  7808.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  7809.      */
  7810.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  7811.     {
  7812.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Resources/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  7813.         $instance->setGlobalBasename('mapping');
  7814.         return $instance;
  7815.     }
  7816.     /**
  7817.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7818.      *
  7819.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7820.      */
  7821.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7822.     {
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7825.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7826.     }
  7827.     /**
  7828.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7829.      *
  7830.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7831.      */
  7832.     protected function getDoctrine_Orm_Validator_UniqueService()
  7833.     {
  7834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7837.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7838.     }
  7839.     /**
  7840.      * Gets the private 'doctrine.query_dql_command' shared service.
  7841.      *
  7842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7843.      */
  7844.     protected function getDoctrine_QueryDqlCommandService()
  7845.     {
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7849.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7850.         $instance->setName('doctrine:query:dql');
  7851.         return $instance;
  7852.     }
  7853.     /**
  7854.      * Gets the private 'doctrine.query_sql_command' shared service.
  7855.      *
  7856.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7857.      */
  7858.     protected function getDoctrine_QuerySqlCommandService()
  7859.     {
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7863.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7864.         $instance->setName('doctrine:query:sql');
  7865.         return $instance;
  7866.     }
  7867.     /**
  7868.      * Gets the private 'doctrine.schema_create_command' shared service.
  7869.      *
  7870.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7871.      */
  7872.     protected function getDoctrine_SchemaCreateCommandService()
  7873.     {
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7878.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7879.         $instance->setName('doctrine:schema:create');
  7880.         return $instance;
  7881.     }
  7882.     /**
  7883.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7884.      *
  7885.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7886.      */
  7887.     protected function getDoctrine_SchemaDropCommandService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7893.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7894.         $instance->setName('doctrine:schema:drop');
  7895.         return $instance;
  7896.     }
  7897.     /**
  7898.      * Gets the private 'doctrine.schema_update_command' shared service.
  7899.      *
  7900.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7901.      */
  7902.     protected function getDoctrine_SchemaUpdateCommandService()
  7903.     {
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7908.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7909.         $instance->setName('doctrine:schema:update');
  7910.         return $instance;
  7911.     }
  7912.     /**
  7913.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7914.      *
  7915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7916.      */
  7917.     protected function getDoctrine_SchemaValidateCommandService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7922.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7923.         $instance->setName('doctrine:schema:validate');
  7924.         return $instance;
  7925.     }
  7926.     /**
  7927.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7928.      *
  7929.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7930.      */
  7931.     protected function getDoctrineMigrations_CurrentCommandService()
  7932.     {
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7936.         $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');
  7937.         $instance->setName('doctrine:migrations:current');
  7938.         return $instance;
  7939.     }
  7940.     /**
  7941.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7942.      *
  7943.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7944.      */
  7945.     protected function getDoctrineMigrations_DiffCommandService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7950.         $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');
  7951.         $instance->setName('doctrine:migrations:diff');
  7952.         return $instance;
  7953.     }
  7954.     /**
  7955.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7956.      *
  7957.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7958.      */
  7959.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7960.     {
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7964.         $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');
  7965.         $instance->setName('doctrine:migrations:dump-schema');
  7966.         return $instance;
  7967.     }
  7968.     /**
  7969.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7970.      *
  7971.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7972.      */
  7973.     protected function getDoctrineMigrations_ExecuteCommandService()
  7974.     {
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7977.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7978.         $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');
  7979.         $instance->setName('doctrine:migrations:execute');
  7980.         return $instance;
  7981.     }
  7982.     /**
  7983.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7984.      *
  7985.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7986.      */
  7987.     protected function getDoctrineMigrations_GenerateCommandService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7992.         $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');
  7993.         $instance->setName('doctrine:migrations:generate');
  7994.         return $instance;
  7995.     }
  7996.     /**
  7997.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7998.      *
  7999.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8000.      */
  8001.     protected function getDoctrineMigrations_LatestCommandService()
  8002.     {
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8006.         $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');
  8007.         $instance->setName('doctrine:migrations:latest');
  8008.         return $instance;
  8009.     }
  8010.     /**
  8011.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8012.      *
  8013.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8014.      */
  8015.     protected function getDoctrineMigrations_MigrateCommandService()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8019.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8020.         $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');
  8021.         $instance->setName('doctrine:migrations:migrate');
  8022.         return $instance;
  8023.     }
  8024.     /**
  8025.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8026.      *
  8027.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8028.      */
  8029.     protected function getDoctrineMigrations_RollupCommandService()
  8030.     {
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8034.         $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');
  8035.         $instance->setName('doctrine:migrations:rollup');
  8036.         return $instance;
  8037.     }
  8038.     /**
  8039.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8040.      *
  8041.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8042.      */
  8043.     protected function getDoctrineMigrations_StatusCommandService()
  8044.     {
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8048.         $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');
  8049.         $instance->setName('doctrine:migrations:status');
  8050.         return $instance;
  8051.     }
  8052.     /**
  8053.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8054.      *
  8055.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8056.      */
  8057.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8062.         $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');
  8063.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8064.         return $instance;
  8065.     }
  8066.     /**
  8067.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8068.      *
  8069.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8070.      */
  8071.     protected function getDoctrineMigrations_UpToDateCommandService()
  8072.     {
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8076.         $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');
  8077.         $instance->setName('doctrine:migrations:up-to-date');
  8078.         return $instance;
  8079.     }
  8080.     /**
  8081.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8082.      *
  8083.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8084.      */
  8085.     protected function getDoctrineMigrations_VersionCommandService()
  8086.     {
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8089.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8090.         $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');
  8091.         $instance->setName('doctrine:migrations:version');
  8092.         return $instance;
  8093.     }
  8094.     /**
  8095.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8096.      *
  8097.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8098.      */
  8099.     protected function getDoctrineMigrations_VersionsCommandService()
  8100.     {
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8104.         $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');
  8105.         $instance->setName('doctrine:migrations:list');
  8106.         return $instance;
  8107.     }
  8108.     /**
  8109.      * Gets the private 'easyadmin.filter.type.array' shared service.
  8110.      *
  8111.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  8112.      */
  8113.     protected function getEasyadmin_Filter_Type_ArrayService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  8121.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  8122.     }
  8123.     /**
  8124.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  8125.      *
  8126.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  8127.      */
  8128.     protected function getEasyadmin_Filter_Type_BooleanService()
  8129.     {
  8130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  8136.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  8137.     }
  8138.     /**
  8139.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  8140.      *
  8141.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  8142.      */
  8143.     protected function getEasyadmin_Filter_Type_ChoiceService()
  8144.     {
  8145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  8151.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  8152.     }
  8153.     /**
  8154.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  8155.      *
  8156.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8157.      */
  8158.     protected function getEasyadmin_Filter_Type_ComparisonService()
  8159.     {
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8162.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8166.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  8167.     }
  8168.     /**
  8169.      * Gets the private 'easyadmin.filter.type.date' shared service.
  8170.      *
  8171.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8172.      */
  8173.     protected function getEasyadmin_Filter_Type_DateService()
  8174.     {
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8180.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8181.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  8182.     }
  8183.     /**
  8184.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  8185.      *
  8186.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8187.      */
  8188.     protected function getEasyadmin_Filter_Type_DateintervalService()
  8189.     {
  8190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8196.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  8197.     }
  8198.     /**
  8199.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  8200.      *
  8201.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8202.      */
  8203.     protected function getEasyadmin_Filter_Type_DatetimeService()
  8204.     {
  8205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8207.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8208.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8209.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8210.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8211.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  8212.     }
  8213.     /**
  8214.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  8215.      *
  8216.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8217.      */
  8218.     protected function getEasyadmin_Filter_Type_DecimalService()
  8219.     {
  8220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8222.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8226.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  8227.     }
  8228.     /**
  8229.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  8230.      *
  8231.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  8232.      */
  8233.     protected function getEasyadmin_Filter_Type_EntityService()
  8234.     {
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  8241.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  8242.     }
  8243.     /**
  8244.      * Gets the private 'easyadmin.filter.type.float' shared service.
  8245.      *
  8246.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8247.      */
  8248.     protected function getEasyadmin_Filter_Type_FloatService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8254.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8255.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8256.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  8257.     }
  8258.     /**
  8259.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  8260.      *
  8261.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8262.      */
  8263.     protected function getEasyadmin_Filter_Type_IntegerService()
  8264.     {
  8265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8271.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  8272.     }
  8273.     /**
  8274.      * Gets the private 'easyadmin.filter.type.text' shared service.
  8275.      *
  8276.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8277.      */
  8278.     protected function getEasyadmin_Filter_Type_TextService()
  8279.     {
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8283.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  8284.     }
  8285.     /**
  8286.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  8287.      *
  8288.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8289.      */
  8290.     protected function getEasyadmin_Filter_Type_TextareaService()
  8291.     {
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8295.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  8296.     }
  8297.     /**
  8298.      * Gets the private 'easyadmin.filter.type.time' shared service.
  8299.      *
  8300.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8301.      */
  8302.     protected function getEasyadmin_Filter_Type_TimeService()
  8303.     {
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8310.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  8311.     }
  8312.     /**
  8313.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  8314.      *
  8315.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  8316.      */
  8317.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  8322.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8323.     }
  8324.     /**
  8325.      * Gets the private 'easyadmin.form.type' shared service.
  8326.      *
  8327.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  8328.      */
  8329.     protected function getEasyadmin_Form_TypeService()
  8330.     {
  8331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8333.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  8334.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8337.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8344.         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()));
  8345.     }
  8346.     /**
  8347.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  8348.      *
  8349.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  8350.      */
  8351.     protected function getEasyadmin_Form_Type_AutocompleteService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  8357.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  8358.     }
  8359.     /**
  8360.      * Gets the private 'easyadmin.form.type.batch' shared service.
  8361.      *
  8362.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  8363.      */
  8364.     protected function getEasyadmin_Form_Type_BatchService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  8369.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  8370.     }
  8371.     /**
  8372.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  8373.      *
  8374.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  8375.      */
  8376.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  8377.     {
  8378.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  8380.         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()));
  8381.     }
  8382.     /**
  8383.      * Gets the private 'easyadmin.form.type.divider' shared service.
  8384.      *
  8385.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  8386.      */
  8387.     protected function getEasyadmin_Form_Type_DividerService()
  8388.     {
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  8392.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  8393.     }
  8394.     /**
  8395.      * Gets the private 'easyadmin.form.type.extension' shared service.
  8396.      *
  8397.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  8398.      */
  8399.     protected function getEasyadmin_Form_Type_ExtensionService()
  8400.     {
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  8404.         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())));
  8405.     }
  8406.     /**
  8407.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  8408.      *
  8409.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  8410.      */
  8411.     protected function getEasyadmin_Form_Type_FileuploadService()
  8412.     {
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  8417.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  8418.     }
  8419.     /**
  8420.      * Gets the private 'easyadmin.form.type.filters' shared service.
  8421.      *
  8422.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  8423.      */
  8424.     protected function getEasyadmin_Form_Type_FiltersService()
  8425.     {
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8433.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8439.         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()))]);
  8440.     }
  8441.     /**
  8442.      * Gets the private 'easyadmin.form.type.group' shared service.
  8443.      *
  8444.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  8445.      */
  8446.     protected function getEasyadmin_Form_Type_GroupService()
  8447.     {
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  8451.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  8452.     }
  8453.     /**
  8454.      * Gets the private 'easyadmin.form.type.section' shared service.
  8455.      *
  8456.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  8457.      */
  8458.     protected function getEasyadmin_Form_Type_SectionService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  8463.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  8464.     }
  8465.     /**
  8466.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8467.      *
  8468.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8469.      */
  8470.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8471.     {
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8474.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8475.         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()));
  8476.     }
  8477.     /**
  8478.      * Gets the private 'exception_listener' shared service.
  8479.      *
  8480.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8481.      */
  8482.     protected function getExceptionListener2Service()
  8483.     {
  8484.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  8485.     }
  8486.     /**
  8487.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8488.      *
  8489.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8490.      */
  8491.     protected function getForm_ChoiceListFactory_CachedService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8497.         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())));
  8498.     }
  8499.     /**
  8500.      * Gets the private 'form.registry' shared service.
  8501.      *
  8502.      * @return \Symfony\Component\Form\FormRegistry
  8503.      */
  8504.     protected function getForm_RegistryService()
  8505.     {
  8506.         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, [
  8507.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  8508.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  8509.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  8510.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  8511.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  8512.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  8513.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  8514.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  8515.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  8516.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  8517.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  8518.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  8519.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  8520.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  8521.         ], [
  8522.             'easyadmin.filter.type.array' => '?',
  8523.             'easyadmin.filter.type.boolean' => '?',
  8524.             'easyadmin.filter.type.choice' => '?',
  8525.             'easyadmin.filter.type.comparison' => '?',
  8526.             'easyadmin.filter.type.date' => '?',
  8527.             'easyadmin.filter.type.dateinterval' => '?',
  8528.             'easyadmin.filter.type.datetime' => '?',
  8529.             'easyadmin.filter.type.decimal' => '?',
  8530.             'easyadmin.filter.type.entity' => '?',
  8531.             'easyadmin.filter.type.float' => '?',
  8532.             'easyadmin.filter.type.integer' => '?',
  8533.             'easyadmin.filter.type.text' => '?',
  8534.             'easyadmin.filter.type.textarea' => '?',
  8535.             'easyadmin.filter.type.time' => '?',
  8536.         ]), [], new RewindableGenerator(function () {
  8537.             return new \EmptyIterator();
  8538.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8539.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  8540.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  8541.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  8542.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  8543.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  8544.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  8545.             'App\\Form\\Filter\\DificultyFilterType' => ['privates''App\\Form\\Filter\\DificultyFilterType''getDificultyFilterTypeService'false],
  8546.             'App\\Form\\Filter\\IntensityFilterType' => ['privates''App\\Form\\Filter\\IntensityFilterType''getIntensityFilterTypeService'false],
  8547.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  8548.             'App\\Form\\Type\\AppModuleType' => ['privates''App\\Form\\Type\\AppModuleType''getAppModuleTypeService'false],
  8549.             'App\\Form\\Type\\CompetitionType' => ['privates''App\\Form\\Type\\CompetitionType''getCompetitionTypeService'false],
  8550.             'App\\Form\\Type\\CountryType' => ['privates''App\\Form\\Type\\CountryType''getCountryTypeService'false],
  8551.             'App\\Form\\Type\\DificultyType' => ['privates''App\\Form\\Type\\DificultyType''getDificultyTypeService'false],
  8552.             'App\\Form\\Type\\ExpiredAtType' => ['privates''App\\Form\\Type\\ExpiredAtType''getExpiredAtTypeService'false],
  8553.             'App\\Form\\Type\\IntensityType' => ['privates''App\\Form\\Type\\IntensityType''getIntensityTypeService'false],
  8554.             'App\\Form\\Type\\LocaleType' => ['privates''App\\Form\\Type\\LocaleType''getLocaleTypeService'false],
  8555.             'App\\Form\\Type\\MembershipType' => ['privates''App\\Form\\Type\\MembershipType''getMembershipTypeService'false],
  8556.             'App\\Form\\Type\\NotificationType' => ['privates''App\\Form\\Type\\NotificationType''getNotificationTypeService'false],
  8557.             'App\\Form\\Type\\SeasonType' => ['privates''App\\Form\\Type\\SeasonType''getSeasonTypeService'false],
  8558.             'App\\Form\\Type\\TypeMembership' => ['privates''App\\Form\\Type\\TypeMembership''getTypeMembershipService'false],
  8559.             'App\\Form\\Type\\TypeSoccerType' => ['privates''App\\Form\\Type\\TypeSoccerType''getTypeSoccerTypeService'false],
  8560.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  8561.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  8562.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  8563.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  8564.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  8565.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  8566.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  8567.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  8568.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8569.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8570.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  8571.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8572.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  8573.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  8574.         ], [
  8575.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  8576.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  8577.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  8578.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  8579.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  8580.             'App\\Form\\ChangePasswordFormType' => '?',
  8581.             'App\\Form\\Filter\\DificultyFilterType' => '?',
  8582.             'App\\Form\\Filter\\IntensityFilterType' => '?',
  8583.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  8584.             'App\\Form\\Type\\AppModuleType' => '?',
  8585.             'App\\Form\\Type\\CompetitionType' => '?',
  8586.             'App\\Form\\Type\\CountryType' => '?',
  8587.             'App\\Form\\Type\\DificultyType' => '?',
  8588.             'App\\Form\\Type\\ExpiredAtType' => '?',
  8589.             'App\\Form\\Type\\IntensityType' => '?',
  8590.             'App\\Form\\Type\\LocaleType' => '?',
  8591.             'App\\Form\\Type\\MembershipType' => '?',
  8592.             'App\\Form\\Type\\NotificationType' => '?',
  8593.             'App\\Form\\Type\\SeasonType' => '?',
  8594.             'App\\Form\\Type\\TypeMembership' => '?',
  8595.             'App\\Form\\Type\\TypeSoccerType' => '?',
  8596.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  8597.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  8598.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  8599.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  8600.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  8601.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  8602.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  8603.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8604.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8605.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8606.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8607.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8608.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  8609.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  8610.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8611.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8612.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8613.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8614.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8615.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8616.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8617.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  8618.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8619.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8620.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8621.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8622.         }, 1)], new RewindableGenerator(function () {
  8623.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8624.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8625.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  8626.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8627.     }
  8628.     /**
  8629.      * Gets the private 'form.server_params' shared service.
  8630.      *
  8631.      * @return \Symfony\Component\Form\Util\ServerParams
  8632.      */
  8633.     protected function getForm_ServerParamsService()
  8634.     {
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8636.         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())));
  8637.     }
  8638.     /**
  8639.      * Gets the private 'form.type.choice' shared service.
  8640.      *
  8641.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8642.      */
  8643.     protected function getForm_Type_ChoiceService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8648.         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()));
  8649.     }
  8650.     /**
  8651.      * Gets the private 'form.type.entity' shared service.
  8652.      *
  8653.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8654.      */
  8655.     protected function getForm_Type_EntityService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8661.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8662.     }
  8663.     /**
  8664.      * Gets the private 'form.type.form' shared service.
  8665.      *
  8666.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8667.      */
  8668.     protected function getForm_Type_FormService()
  8669.     {
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8674.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  8675.     }
  8676.     /**
  8677.      * Gets the private 'form.type_extension.csrf' shared service.
  8678.      *
  8679.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8680.      */
  8681.     protected function getForm_TypeExtension_CsrfService()
  8682.     {
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8686.         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()));
  8687.     }
  8688.     /**
  8689.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8690.      *
  8691.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8692.      */
  8693.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8698.         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()));
  8699.     }
  8700.     /**
  8701.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8702.      *
  8703.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8704.      */
  8705.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8706.     {
  8707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8712.         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())));
  8713.     }
  8714.     /**
  8715.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8716.      *
  8717.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8718.      */
  8719.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8720.     {
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8724.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8725.     }
  8726.     /**
  8727.      * Gets the private 'form.type_extension.form.validator' shared service.
  8728.      *
  8729.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8730.      */
  8731.     protected function getForm_TypeExtension_Form_ValidatorService()
  8732.     {
  8733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8737.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  8738.     }
  8739.     /**
  8740.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8741.      *
  8742.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8743.      */
  8744.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8745.     {
  8746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8749.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8750.     }
  8751.     /**
  8752.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8753.      *
  8754.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8755.      */
  8756.     protected function getForm_TypeGuesser_DoctrineService()
  8757.     {
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8760.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8761.     }
  8762.     /**
  8763.      * Gets the private 'form.type_guesser.validator' shared service.
  8764.      *
  8765.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8766.      */
  8767.     protected function getForm_TypeGuesser_ValidatorService()
  8768.     {
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8771.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  8772.     }
  8773.     /**
  8774.      * Gets the private 'fragment.renderer.inline' shared service.
  8775.      *
  8776.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8777.      */
  8778.     protected function getFragment_Renderer_InlineService()
  8779.     {
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8783.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8784.         $instance->setFragmentPath('/_fragment');
  8785.         return $instance;
  8786.     }
  8787.     /**
  8788.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8789.      *
  8790.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8791.      */
  8792.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8793.     {
  8794.         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())));
  8795.     }
  8796.     /**
  8797.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8798.      *
  8799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8800.      */
  8801.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8802.     {
  8803.         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()));
  8804.     }
  8805.     /**
  8806.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  8807.      *
  8808.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  8809.      */
  8810.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  8813.         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);
  8814.     }
  8815.     /**
  8816.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  8817.      *
  8818.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  8819.      */
  8820.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  8825.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]);
  8826.     }
  8827.     /**
  8828.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  8829.      *
  8830.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  8831.      */
  8832.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  8833.     {
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  8836.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8837.     }
  8838.     /**
  8839.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  8840.      *
  8841.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  8842.      */
  8843.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  8847.         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()), []);
  8848.     }
  8849.     /**
  8850.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  8851.      *
  8852.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  8853.      */
  8854.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  8855.     {
  8856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  8860.         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()), ($this->privates['.1_TokenStorage~Qn3XiBi'] ?? ($this->privates['.1_TokenStorage~Qn3XiBi'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  8861.     }
  8862.     /**
  8863.      * Gets the private 'locale_aware_listener' shared service.
  8864.      *
  8865.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8866.      */
  8867.     protected function getLocaleAwareListenerService()
  8868.     {
  8869.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8870.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  8871.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8872.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8873.     }
  8874.     /**
  8875.      * Gets the private 'locale_listener' shared service.
  8876.      *
  8877.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8878.      */
  8879.     protected function getLocaleListenerService()
  8880.     {
  8881.         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()));
  8882.     }
  8883.     /**
  8884.      * Gets the private 'mailer.mailer' shared service.
  8885.      *
  8886.      * @return \Symfony\Component\Mailer\Mailer
  8887.      */
  8888.     protected function getMailer_MailerService()
  8889.     {
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  8891.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8893.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8894.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8895.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8896.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  8897.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  8898.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  8899.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8900.     }
  8901.     /**
  8902.      * Gets the private 'mailer.transport_factory.null' shared service.
  8903.      *
  8904.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8905.      */
  8906.     protected function getMailer_TransportFactory_NullService()
  8907.     {
  8908.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8911.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8912.     }
  8913.     /**
  8914.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8915.      *
  8916.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8917.      */
  8918.     protected function getMailer_TransportFactory_SendmailService()
  8919.     {
  8920.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8923.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8924.     }
  8925.     /**
  8926.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8929.      */
  8930.     protected function getMailer_TransportFactory_SmtpService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8935.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8936.     }
  8937.     /**
  8938.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8939.      *
  8940.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8941.      */
  8942.     protected function getMaker_AutoCommand_MakeAuthService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8951.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8952.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8953.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  8954.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8955.         $instance->setName('make:auth');
  8956.         return $instance;
  8957.     }
  8958.     /**
  8959.      * Gets the private 'maker.auto_command.make_command' shared service.
  8960.      *
  8961.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8962.      */
  8963.     protected function getMaker_AutoCommand_MakeCommandService()
  8964.     {
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8970.         $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()));
  8971.         $instance->setDescription('Creates a new console command class');
  8972.         $instance->setName('make:command');
  8973.         return $instance;
  8974.     }
  8975.     /**
  8976.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8977.      *
  8978.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8979.      */
  8980.     protected function getMaker_AutoCommand_MakeControllerService()
  8981.     {
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8987.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8988.         $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()));
  8989.         $instance->setDescription('Creates a new controller class');
  8990.         $instance->setName('make:controller');
  8991.         return $instance;
  8992.     }
  8993.     /**
  8994.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8995.      *
  8996.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8997.      */
  8998.     protected function getMaker_AutoCommand_MakeCrudService()
  8999.     {
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  9005.         $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()));
  9006.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  9007.         $instance->setName('make:crud');
  9008.         return $instance;
  9009.     }
  9010.     /**
  9011.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  9012.      *
  9013.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9014.      */
  9015.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  9022.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9023.         $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()));
  9024.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  9025.         $instance->setName('make:docker:database');
  9026.         return $instance;
  9027.     }
  9028.     /**
  9029.      * Gets the private 'maker.auto_command.make_entity' shared service.
  9030.      *
  9031.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9032.      */
  9033.     protected function getMaker_AutoCommand_MakeEntityService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9041.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9042.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9043.         $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);
  9044.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  9045.         $instance->setName('make:entity');
  9046.         return $instance;
  9047.     }
  9048.     /**
  9049.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  9050.      *
  9051.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9052.      */
  9053.     protected function getMaker_AutoCommand_MakeFixturesService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9060.         $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()));
  9061.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  9062.         $instance->setName('make:fixtures');
  9063.         return $instance;
  9064.     }
  9065.     /**
  9066.      * Gets the private 'maker.auto_command.make_form' shared service.
  9067.      *
  9068.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9069.      */
  9070.     protected function getMaker_AutoCommand_MakeFormService()
  9071.     {
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9077.         $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()));
  9078.         $instance->setDescription('Creates a new form class');
  9079.         $instance->setName('make:form');
  9080.         return $instance;
  9081.     }
  9082.     /**
  9083.      * Gets the private 'maker.auto_command.make_message' shared service.
  9084.      *
  9085.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9086.      */
  9087.     protected function getMaker_AutoCommand_MakeMessageService()
  9088.     {
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9094.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9095.         $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()));
  9096.         $instance->setDescription('Creates a new message and handler');
  9097.         $instance->setName('make:message');
  9098.         return $instance;
  9099.     }
  9100.     /**
  9101.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9102.      *
  9103.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9104.      */
  9105.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9106.     {
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9112.         $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()));
  9113.         $instance->setDescription('Creates a new messenger middleware');
  9114.         $instance->setName('make:messenger-middleware');
  9115.         return $instance;
  9116.     }
  9117.     /**
  9118.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9119.      *
  9120.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9121.      */
  9122.     protected function getMaker_AutoCommand_MakeMigrationService()
  9123.     {
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9130.         $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()));
  9131.         $instance->setDescription('Creates a new migration based on database changes');
  9132.         $instance->setName('make:migration');
  9133.         return $instance;
  9134.     }
  9135.     /**
  9136.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9137.      *
  9138.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9139.      */
  9140.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9141.     {
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9147.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9148.         $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()));
  9149.         $instance->setDescription('Creates a new registration form system');
  9150.         $instance->setName('make:registration-form');
  9151.         return $instance;
  9152.     }
  9153.     /**
  9154.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9155.      *
  9156.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9157.      */
  9158.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9159.     {
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9165.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9166.         $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()));
  9167.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9168.         $instance->setName('make:reset-password');
  9169.         return $instance;
  9170.     }
  9171.     /**
  9172.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9173.      *
  9174.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9175.      */
  9176.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9183.         $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()));
  9184.         $instance->setDescription('Creates a new serializer encoder class');
  9185.         $instance->setName('make:serializer:encoder');
  9186.         return $instance;
  9187.     }
  9188.     /**
  9189.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9190.      *
  9191.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9192.      */
  9193.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9194.     {
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9200.         $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()));
  9201.         $instance->setDescription('Creates a new serializer normalizer class');
  9202.         $instance->setName('make:serializer:normalizer');
  9203.         return $instance;
  9204.     }
  9205.     /**
  9206.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9207.      *
  9208.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9209.      */
  9210.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9218.         $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()));
  9219.         $instance->setDescription('Creates a new event subscriber class');
  9220.         $instance->setName('make:subscriber');
  9221.         return $instance;
  9222.     }
  9223.     /**
  9224.      * Gets the private 'maker.auto_command.make_test' shared service.
  9225.      *
  9226.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9227.      */
  9228.     protected function getMaker_AutoCommand_MakeTestService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9236.         $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()));
  9237.         $instance->setDescription('Creates a new test class');
  9238.         $instance->setName('make:test');
  9239.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9240.         return $instance;
  9241.     }
  9242.     /**
  9243.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9244.      *
  9245.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9246.      */
  9247.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9248.     {
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9254.         $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()));
  9255.         $instance->setDescription('Creates a new Twig extension class');
  9256.         $instance->setName('make:twig-extension');
  9257.         return $instance;
  9258.     }
  9259.     /**
  9260.      * Gets the private 'maker.auto_command.make_user' shared service.
  9261.      *
  9262.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9263.      */
  9264.     protected function getMaker_AutoCommand_MakeUserService()
  9265.     {
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9273.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9274.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9275.         $instance->setDescription('Creates a new security user class');
  9276.         $instance->setName('make:user');
  9277.         return $instance;
  9278.     }
  9279.     /**
  9280.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9281.      *
  9282.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9283.      */
  9284.     protected function getMaker_AutoCommand_MakeValidatorService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9291.         $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()));
  9292.         $instance->setDescription('Creates a new validator and constraint class');
  9293.         $instance->setName('make:validator');
  9294.         return $instance;
  9295.     }
  9296.     /**
  9297.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9298.      *
  9299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9300.      */
  9301.     protected function getMaker_AutoCommand_MakeVoterService()
  9302.     {
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9308.         $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()));
  9309.         $instance->setDescription('Creates a new security voter class');
  9310.         $instance->setName('make:voter');
  9311.         return $instance;
  9312.     }
  9313.     /**
  9314.      * Gets the private 'maker.doctrine_helper' shared service.
  9315.      *
  9316.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9317.      */
  9318.     protected function getMaker_DoctrineHelperService()
  9319.     {
  9320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9321.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  9322.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  9323.     }
  9324.     /**
  9325.      * Gets the private 'maker.entity_class_generator' shared service.
  9326.      *
  9327.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9328.      */
  9329.     protected function getMaker_EntityClassGeneratorService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9332.         $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()));
  9333.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9334.         return $instance;
  9335.     }
  9336.     /**
  9337.      * Gets the private 'maker.file_manager' shared service.
  9338.      *
  9339.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9340.      */
  9341.     protected function getMaker_FileManagerService()
  9342.     {
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9348.         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'));
  9349.     }
  9350.     /**
  9351.      * Gets the private 'maker.generator' shared service.
  9352.      *
  9353.      * @return \Symfony\Bundle\MakerBundle\Generator
  9354.      */
  9355.     protected function getMaker_GeneratorService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9359.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  9360.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  9361.     }
  9362.     /**
  9363.      * Gets the private 'maker.php_compat_util' shared service.
  9364.      *
  9365.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9366.      */
  9367.     protected function getMaker_PhpCompatUtilService()
  9368.     {
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9370.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9371.     }
  9372.     /**
  9373.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9374.      *
  9375.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9376.      */
  9377.     protected function getMaker_Renderer_FormTypeRendererService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9380.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9381.     }
  9382.     /**
  9383.      * Gets the private 'mime_types' shared service.
  9384.      *
  9385.      * @return \Symfony\Component\Mime\MimeTypes
  9386.      */
  9387.     protected function getMimeTypesService()
  9388.     {
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9392.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9393.         $instance->setDefault($instance);
  9394.         return $instance;
  9395.     }
  9396.     /**
  9397.      * Gets the private 'monolog.command.server_log' shared service.
  9398.      *
  9399.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9400.      */
  9401.     protected function getMonolog_Command_ServerLogService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9405.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9406.         $instance->setName('server:log');
  9407.         return $instance;
  9408.     }
  9409.     /**
  9410.      * Gets the private 'monolog.handler.console' shared service.
  9411.      *
  9412.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9413.      */
  9414.     protected function getMonolog_Handler_ConsoleService()
  9415.     {
  9416.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9417.     }
  9418.     /**
  9419.      * Gets the private 'monolog.handler.custom_log' shared service.
  9420.      *
  9421.      * @return \Monolog\Handler\StreamHandler
  9422.      */
  9423.     protected function getMonolog_Handler_CustomLogService()
  9424.     {
  9425.         $this->privates['monolog.handler.custom_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/custom.log'), 200trueNULLfalse);
  9426.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9427.         return $instance;
  9428.     }
  9429.     /**
  9430.      * Gets the private 'monolog.handler.main' shared service.
  9431.      *
  9432.      * @return \Monolog\Handler\StreamHandler
  9433.      */
  9434.     protected function getMonolog_Handler_MainService()
  9435.     {
  9436.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9437.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9438.         return $instance;
  9439.     }
  9440.     /**
  9441.      * Gets the private 'monolog.logger' shared service.
  9442.      *
  9443.      * @return \Symfony\Bridge\Monolog\Logger
  9444.      */
  9445.     protected function getMonolog_LoggerService()
  9446.     {
  9447.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9448.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9449.         $instance->useMicrosecondTimestamps(true);
  9450.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9451.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9452.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9453.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9454.         return $instance;
  9455.     }
  9456.     /**
  9457.      * Gets the private 'monolog.logger.cache' shared service.
  9458.      *
  9459.      * @return \Symfony\Bridge\Monolog\Logger
  9460.      */
  9461.     protected function getMonolog_Logger_CacheService()
  9462.     {
  9463.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9464.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9465.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9466.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9467.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9468.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9469.         return $instance;
  9470.     }
  9471.     /**
  9472.      * Gets the private 'monolog.logger.request' shared service.
  9473.      *
  9474.      * @return \Symfony\Bridge\Monolog\Logger
  9475.      */
  9476.     protected function getMonolog_Logger_RequestService()
  9477.     {
  9478.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9479.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9480.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9481.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9482.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9483.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9484.         return $instance;
  9485.     }
  9486.     /**
  9487.      * Gets the private 'monolog.logger.security' shared service.
  9488.      *
  9489.      * @return \Symfony\Bridge\Monolog\Logger
  9490.      */
  9491.     protected function getMonolog_Logger_SecurityService()
  9492.     {
  9493.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9494.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9495.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9496.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9497.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9498.         return $instance;
  9499.     }
  9500.     /**
  9501.      * Gets the private 'parameter_bag' shared service.
  9502.      *
  9503.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9504.      */
  9505.     protected function getParameterBagService()
  9506.     {
  9507.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9508.     }
  9509.     /**
  9510.      * Gets the private 'profiler_listener' shared service.
  9511.      *
  9512.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9513.      */
  9514.     protected function getProfilerListenerService()
  9515.     {
  9516.         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);
  9517.     }
  9518.     /**
  9519.      * Gets the private 'property_info' shared service.
  9520.      *
  9521.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9522.      */
  9523.     protected function getPropertyInfoService()
  9524.     {
  9525.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9526.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9527.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9528.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9529.         }, 3), new RewindableGenerator(function () {
  9530.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9531.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9532.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9533.         }, 3), new RewindableGenerator(function () {
  9534.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9535.         }, 1), new RewindableGenerator(function () {
  9536.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9537.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9538.         }, 2), new RewindableGenerator(function () {
  9539.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9540.         }, 1));
  9541.     }
  9542.     /**
  9543.      * Gets the private 'property_info.serializer_extractor' shared service.
  9544.      *
  9545.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9546.      */
  9547.     protected function getPropertyInfo_SerializerExtractorService()
  9548.     {
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9550.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9551.     }
  9552.     /**
  9553.      * Gets the private 'router.cache_warmer' shared service.
  9554.      *
  9555.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9556.      */
  9557.     protected function getRouter_CacheWarmerService()
  9558.     {
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9561.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9562.             'router' => ['services''router''getRouterService'false],
  9563.         ], [
  9564.             'router' => '?',
  9565.         ]))->withContext('router.cache_warmer'$this));
  9566.     }
  9567.     /**
  9568.      * Gets the private 'router.request_context' shared service.
  9569.      *
  9570.      * @return \Symfony\Component\Routing\RequestContext
  9571.      */
  9572.     protected function getRouter_RequestContextService()
  9573.     {
  9574.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  9575.     }
  9576.     /**
  9577.      * Gets the private 'router_listener' shared service.
  9578.      *
  9579.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9580.      */
  9581.     protected function getRouterListenerService()
  9582.     {
  9583.         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);
  9584.     }
  9585.     /**
  9586.      * Gets the private 'security.access_listener' shared service.
  9587.      *
  9588.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9589.      */
  9590.     protected function getSecurity_AccessListenerService()
  9591.     {
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9594.         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()));
  9595.     }
  9596.     /**
  9597.      * Gets the private 'security.access_map' shared service.
  9598.      *
  9599.      * @return \Symfony\Component\Security\Http\AccessMap
  9600.      */
  9601.     protected function getSecurity_AccessMapService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9607.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9608.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9609.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9610.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9611.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/admin_club/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9612.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/facebook$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9613.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/google$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9614.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/login_external$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9615.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/platform_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9616.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/webhook/stripe$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9617.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/stripe/success$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9618.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/remove_account_user$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9619.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9620.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/config$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9621.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9622.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9623.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/trainer_customer'), [=> 'ROLE_ADMIN_CLUB'], NULL);
  9624.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/subscription/getall'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9625.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9626.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'ROLE_CUSTOMER'=> 'ROLE_CUSTOMER_DEPENDENT'], NULL);
  9627.         return $instance;
  9628.     }
  9629.     /**
  9630.      * Gets the private 'security.authentication.guard_handler' shared service.
  9631.      *
  9632.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9633.      */
  9634.     protected function getSecurity_Authentication_GuardHandlerService()
  9635.     {
  9636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9639.         $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()), [=> 'cusomer_register_api'=> 'subscription_api'=> 'admin_club_register_api'=> 'auth_facebook_api'=> 'auth_google_api'=> 'auth_login_external'=> 'auth_platform_check'=> 'auth_webhook_stripe'=> 'auth_stripe_success'=> 'reset_password_request'10 => 'config_api'11 => 'login_api'12 => 'remove_account_user'13 => 'refresh'14 => 'api'15 => 'trainer_customer']);
  9640.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  9641.         return $instance;
  9642.     }
  9643.     /**
  9644.      * Gets the private 'security.authentication.listener.anonymous.admin_club_register_api' shared service.
  9645.      *
  9646.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9647.      */
  9648.     protected function getSecurity_Authentication_Listener_Anonymous_AdminClubRegisterApiService()
  9649.     {
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9652.         return $this->privates['security.authentication.listener.anonymous.admin_club_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()));
  9653.     }
  9654.     /**
  9655.      * Gets the private 'security.authentication.listener.anonymous.auth_facebook_api' shared service.
  9656.      *
  9657.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9658.      */
  9659.     protected function getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService()
  9660.     {
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9663.         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()));
  9664.     }
  9665.     /**
  9666.      * Gets the private 'security.authentication.listener.anonymous.auth_google_api' shared service.
  9667.      *
  9668.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9669.      */
  9670.     protected function getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService()
  9671.     {
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9674.         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()));
  9675.     }
  9676.     /**
  9677.      * Gets the private 'security.authentication.listener.anonymous.auth_login_external' shared service.
  9678.      *
  9679.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9680.      */
  9681.     protected function getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService()
  9682.     {
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9685.         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()));
  9686.     }
  9687.     /**
  9688.      * Gets the private 'security.authentication.listener.anonymous.auth_platform_check' shared service.
  9689.      *
  9690.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9691.      */
  9692.     protected function getSecurity_Authentication_Listener_Anonymous_AuthPlatformCheckService()
  9693.     {
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9696.         return $this->privates['security.authentication.listener.anonymous.auth_platform_check'] = 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()));
  9697.     }
  9698.     /**
  9699.      * Gets the private 'security.authentication.listener.anonymous.auth_stripe_success' shared service.
  9700.      *
  9701.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9702.      */
  9703.     protected function getSecurity_Authentication_Listener_Anonymous_AuthStripeSuccessService()
  9704.     {
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9707.         return $this->privates['security.authentication.listener.anonymous.auth_stripe_success'] = 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()));
  9708.     }
  9709.     /**
  9710.      * Gets the private 'security.authentication.listener.anonymous.auth_webhook_stripe' shared service.
  9711.      *
  9712.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9713.      */
  9714.     protected function getSecurity_Authentication_Listener_Anonymous_AuthWebhookStripeService()
  9715.     {
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9718.         return $this->privates['security.authentication.listener.anonymous.auth_webhook_stripe'] = 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()));
  9719.     }
  9720.     /**
  9721.      * Gets the private 'security.authentication.listener.anonymous.config_api' shared service.
  9722.      *
  9723.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9724.      */
  9725.     protected function getSecurity_Authentication_Listener_Anonymous_ConfigApiService()
  9726.     {
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9729.         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()));
  9730.     }
  9731.     /**
  9732.      * Gets the private 'security.authentication.listener.anonymous.cusomer_register_api' shared service.
  9733.      *
  9734.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9735.      */
  9736.     protected function getSecurity_Authentication_Listener_Anonymous_CusomerRegisterApiService()
  9737.     {
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9740.         return $this->privates['security.authentication.listener.anonymous.cusomer_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()));
  9741.     }
  9742.     /**
  9743.      * Gets the private 'security.authentication.listener.anonymous.login_api' shared service.
  9744.      *
  9745.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9746.      */
  9747.     protected function getSecurity_Authentication_Listener_Anonymous_LoginApiService()
  9748.     {
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9751.         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()));
  9752.     }
  9753.     /**
  9754.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9755.      *
  9756.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9757.      */
  9758.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9759.     {
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9762.         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()));
  9763.     }
  9764.     /**
  9765.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9768.      */
  9769.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9773.         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()));
  9774.     }
  9775.     /**
  9776.      * Gets the private 'security.authentication.listener.anonymous.remove_account_user' shared service.
  9777.      *
  9778.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9779.      */
  9780.     protected function getSecurity_Authentication_Listener_Anonymous_RemoveAccountUserService()
  9781.     {
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9784.         return $this->privates['security.authentication.listener.anonymous.remove_account_user'] = 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()));
  9785.     }
  9786.     /**
  9787.      * Gets the private 'security.authentication.listener.anonymous.reset_password_request' shared service.
  9788.      *
  9789.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9790.      */
  9791.     protected function getSecurity_Authentication_Listener_Anonymous_ResetPasswordRequestService()
  9792.     {
  9793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9795.         return $this->privates['security.authentication.listener.anonymous.reset_password_request'] = 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()));
  9796.     }
  9797.     /**
  9798.      * Gets the private 'security.authentication.listener.anonymous.subscription_api' shared service.
  9799.      *
  9800.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9801.      */
  9802.     protected function getSecurity_Authentication_Listener_Anonymous_SubscriptionApiService()
  9803.     {
  9804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9806.         return $this->privates['security.authentication.listener.anonymous.subscription_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()));
  9807.     }
  9808.     /**
  9809.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9810.      *
  9811.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9812.      */
  9813.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9814.     {
  9815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9817.         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 () {
  9818.             yield => ($this->privates['app.jwt_token_authenticator'] ?? $this->getApp_JwtTokenAuthenticatorService());
  9819.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9820.     }
  9821.     /**
  9822.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9823.      *
  9824.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9825.      */
  9826.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9830.         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 () {
  9831.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9832.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9833.     }
  9834.     /**
  9835.      * Gets the private 'security.authentication.listener.guard.trainer_customer' shared service.
  9836.      *
  9837.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9838.      */
  9839.     protected function getSecurity_Authentication_Listener_Guard_TrainerCustomerService()
  9840.     {
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9843.         return $this->privates['security.authentication.listener.guard.trainer_customer'] = 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()), 'trainer_customer', new RewindableGenerator(function () {
  9844.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9845.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9846.     }
  9847.     /**
  9848.      * Gets the private 'security.authentication.listener.json.login_api' shared service.
  9849.      *
  9850.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  9851.      */
  9852.     protected function getSecurity_Authentication_Listener_Json_LoginApiService()
  9853.     {
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9862.         $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()));
  9863.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  9864.         return $instance;
  9865.     }
  9866.     /**
  9867.      * Gets the private 'security.authentication.manager' shared service.
  9868.      *
  9869.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9870.      */
  9871.     protected function getSecurity_Authentication_ManagerService()
  9872.     {
  9873.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9874.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  9875.             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'))));
  9876.             yield => ($this->privates['security.authentication.provider.anonymous.cusomer_register_api'] ?? ($this->privates['security.authentication.provider.anonymous.cusomer_register_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9877.             yield => ($this->privates['security.authentication.provider.anonymous.subscription_api'] ?? ($this->privates['security.authentication.provider.anonymous.subscription_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9878.             yield => ($this->privates['security.authentication.provider.anonymous.admin_club_register_api'] ?? ($this->privates['security.authentication.provider.anonymous.admin_club_register_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9879.             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'))));
  9880.             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'))));
  9881.             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'))));
  9882.             yield => ($this->privates['security.authentication.provider.anonymous.auth_platform_check'] ?? ($this->privates['security.authentication.provider.anonymous.auth_platform_check'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9883.             yield => ($this->privates['security.authentication.provider.anonymous.auth_webhook_stripe'] ?? ($this->privates['security.authentication.provider.anonymous.auth_webhook_stripe'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9884.             yield 10 => ($this->privates['security.authentication.provider.anonymous.auth_stripe_success'] ?? ($this->privates['security.authentication.provider.anonymous.auth_stripe_success'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9885.             yield 11 => ($this->privates['security.authentication.provider.anonymous.reset_password_request'] ?? ($this->privates['security.authentication.provider.anonymous.reset_password_request'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9886.             yield 12 => ($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'))));
  9887.             yield 13 => ($this->privates['security.authentication.provider.dao.login_api'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginApiService());
  9888.             yield 14 => ($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'))));
  9889.             yield 15 => ($this->privates['security.authentication.provider.anonymous.remove_account_user'] ?? ($this->privates['security.authentication.provider.anonymous.remove_account_user'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9890.             yield 16 => ($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'))));
  9891.             yield 17 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9892.             yield 18 => ($this->privates['security.authentication.provider.guard.trainer_customer'] ?? $this->getSecurity_Authentication_Provider_Guard_TrainerCustomerService());
  9893.         }, 19), true);
  9894.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9895.         return $instance;
  9896.     }
  9897.     /**
  9898.      * Gets the private 'security.authentication.provider.dao.login_api' shared service.
  9899.      *
  9900.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9901.      */
  9902.     protected function getSecurity_Authentication_Provider_Dao_LoginApiService()
  9903.     {
  9904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  9907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9909.         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);
  9910.     }
  9911.     /**
  9912.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  9913.      *
  9914.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9915.      */
  9916.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  9917.     {
  9918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9922.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9923.             yield => ($this->privates['app.jwt_token_authenticator'] ?? $this->getApp_JwtTokenAuthenticatorService());
  9924.         }, 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()));
  9925.     }
  9926.     /**
  9927.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  9928.      *
  9929.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9930.      */
  9931.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  9932.     {
  9933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9937.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9938.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9939.         }, 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()));
  9940.     }
  9941.     /**
  9942.      * Gets the private 'security.authentication.provider.guard.trainer_customer' shared service.
  9943.      *
  9944.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9945.      */
  9946.     protected function getSecurity_Authentication_Provider_Guard_TrainerCustomerService()
  9947.     {
  9948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9952.         return $this->privates['security.authentication.provider.guard.trainer_customer'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9953.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9954.         }, 1), ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService()), 'trainer_customer', ($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()));
  9955.     }
  9956.     /**
  9957.      * Gets the private 'security.channel_listener' shared service.
  9958.      *
  9959.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9960.      */
  9961.     protected function getSecurity_ChannelListenerService()
  9962.     {
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9967.         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()));
  9968.     }
  9969.     /**
  9970.      * Gets the private 'security.command.user_password_encoder' shared service.
  9971.      *
  9972.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9973.      */
  9974.     protected function getSecurity_Command_UserPasswordEncoderService()
  9975.     {
  9976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9978.         $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']);
  9979.         $instance->setName('security:encode-password');
  9980.         return $instance;
  9981.     }
  9982.     /**
  9983.      * Gets the private 'security.context_listener.0' shared service.
  9984.      *
  9985.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9986.      */
  9987.     protected function getSecurity_ContextListener_0Service()
  9988.     {
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9991.         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 () {
  9992.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9993.             yield => ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService());
  9994.         }, 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']);
  9995.     }
  9996.     /**
  9997.      * Gets the private 'security.csrf.token_storage' shared service.
  9998.      *
  9999.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10000.      */
  10001.     protected function getSecurity_Csrf_TokenStorageService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  10006.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10007.     }
  10008.     /**
  10009.      * Gets the private 'security.encoder_factory.generic' shared service.
  10010.      *
  10011.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10012.      */
  10013.     protected function getSecurity_EncoderFactory_GenericService()
  10014.     {
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  10017.         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]]);
  10018.     }
  10019.     /**
  10020.      * Gets the private 'security.firewall.map' shared service.
  10021.      *
  10022.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10023.      */
  10024.     protected function getSecurity_Firewall_MapService()
  10025.     {
  10026.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10027.             'security.firewall.map.context.admin_club_register_api' => ['privates''security.firewall.map.context.admin_club_register_api''getSecurity_Firewall_Map_Context_AdminClubRegisterApiService'false],
  10028.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10029.             'security.firewall.map.context.auth_facebook_api' => ['privates''security.firewall.map.context.auth_facebook_api''getSecurity_Firewall_Map_Context_AuthFacebookApiService'false],
  10030.             'security.firewall.map.context.auth_google_api' => ['privates''security.firewall.map.context.auth_google_api''getSecurity_Firewall_Map_Context_AuthGoogleApiService'false],
  10031.             'security.firewall.map.context.auth_login_external' => ['privates''security.firewall.map.context.auth_login_external''getSecurity_Firewall_Map_Context_AuthLoginExternalService'false],
  10032.             'security.firewall.map.context.auth_platform_check' => ['privates''security.firewall.map.context.auth_platform_check''getSecurity_Firewall_Map_Context_AuthPlatformCheckService'false],
  10033.             'security.firewall.map.context.auth_stripe_success' => ['privates''security.firewall.map.context.auth_stripe_success''getSecurity_Firewall_Map_Context_AuthStripeSuccessService'false],
  10034.             'security.firewall.map.context.auth_webhook_stripe' => ['privates''security.firewall.map.context.auth_webhook_stripe''getSecurity_Firewall_Map_Context_AuthWebhookStripeService'false],
  10035.             'security.firewall.map.context.config_api' => ['privates''security.firewall.map.context.config_api''getSecurity_Firewall_Map_Context_ConfigApiService'false],
  10036.             'security.firewall.map.context.cusomer_register_api' => ['privates''security.firewall.map.context.cusomer_register_api''getSecurity_Firewall_Map_Context_CusomerRegisterApiService'false],
  10037.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  10038.             'security.firewall.map.context.login_api' => ['privates''security.firewall.map.context.login_api''getSecurity_Firewall_Map_Context_LoginApiService'false],
  10039.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10040.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  10041.             'security.firewall.map.context.remove_account_user' => ['privates''security.firewall.map.context.remove_account_user''getSecurity_Firewall_Map_Context_RemoveAccountUserService'false],
  10042.             'security.firewall.map.context.reset_password_request' => ['privates''security.firewall.map.context.reset_password_request''getSecurity_Firewall_Map_Context_ResetPasswordRequestService'false],
  10043.             'security.firewall.map.context.subscription_api' => ['privates''security.firewall.map.context.subscription_api''getSecurity_Firewall_Map_Context_SubscriptionApiService'false],
  10044.             'security.firewall.map.context.trainer_customer' => ['privates''security.firewall.map.context.trainer_customer''getSecurity_Firewall_Map_Context_TrainerCustomerService'false],
  10045.         ], [
  10046.             'security.firewall.map.context.admin_club_register_api' => '?',
  10047.             'security.firewall.map.context.api' => '?',
  10048.             'security.firewall.map.context.auth_facebook_api' => '?',
  10049.             'security.firewall.map.context.auth_google_api' => '?',
  10050.             'security.firewall.map.context.auth_login_external' => '?',
  10051.             'security.firewall.map.context.auth_platform_check' => '?',
  10052.             'security.firewall.map.context.auth_stripe_success' => '?',
  10053.             'security.firewall.map.context.auth_webhook_stripe' => '?',
  10054.             'security.firewall.map.context.config_api' => '?',
  10055.             'security.firewall.map.context.cusomer_register_api' => '?',
  10056.             'security.firewall.map.context.dev' => '?',
  10057.             'security.firewall.map.context.login_api' => '?',
  10058.             'security.firewall.map.context.main' => '?',
  10059.             'security.firewall.map.context.refresh' => '?',
  10060.             'security.firewall.map.context.remove_account_user' => '?',
  10061.             'security.firewall.map.context.reset_password_request' => '?',
  10062.             'security.firewall.map.context.subscription_api' => '?',
  10063.             'security.firewall.map.context.trainer_customer' => '?',
  10064.         ]), new RewindableGenerator(function () {
  10065.             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)/')));
  10066.             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')));
  10067.             yield 'security.firewall.map.context.cusomer_register_api' => ($this->privates['.security.request_matcher.SZPACJr'] ?? ($this->privates['.security.request_matcher.SZPACJr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/register')));
  10068.             yield 'security.firewall.map.context.subscription_api' => ($this->privates['.security.request_matcher.ikqLo7g'] ?? ($this->privates['.security.request_matcher.ikqLo7g'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/subscription/getall')));
  10069.             yield 'security.firewall.map.context.admin_club_register_api' => ($this->privates['.security.request_matcher.LMwhokZ'] ?? ($this->privates['.security.request_matcher.LMwhokZ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/admin_club/register')));
  10070.             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')));
  10071.             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')));
  10072.             yield 'security.firewall.map.context.auth_login_external' => ($this->privates['.security.request_matcher.8SXuqbf'] ?? ($this->privates['.security.request_matcher.8SXuqbf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/login_external')));
  10073.             yield 'security.firewall.map.context.auth_platform_check' => ($this->privates['.security.request_matcher.agk3d9v'] ?? ($this->privates['.security.request_matcher.agk3d9v'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/platform_check')));
  10074.             yield 'security.firewall.map.context.auth_webhook_stripe' => ($this->privates['.security.request_matcher.E6Y3yan'] ?? ($this->privates['.security.request_matcher.E6Y3yan'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/webhook/stripe')));
  10075.             yield 'security.firewall.map.context.auth_stripe_success' => ($this->privates['.security.request_matcher.B_WZT2A'] ?? ($this->privates['.security.request_matcher.B_WZT2A'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/stripe/success')));
  10076.             yield 'security.firewall.map.context.reset_password_request' => ($this->privates['.security.request_matcher.ZoC61DM'] ?? ($this->privates['.security.request_matcher.ZoC61DM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/reset-password')));
  10077.             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')));
  10078.             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')));
  10079.             yield 'security.firewall.map.context.remove_account_user' => ($this->privates['.security.request_matcher.vDh5Dgc'] ?? ($this->privates['.security.request_matcher.vDh5Dgc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/remove_account_user')));
  10080.             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')));
  10081.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  10082.             yield 'security.firewall.map.context.trainer_customer' => ($this->privates['.security.request_matcher.Cg0.voI'] ?? ($this->privates['.security.request_matcher.Cg0.voI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/trainer_customer')));
  10083.         }, 18));
  10084.     }
  10085.     /**
  10086.      * Gets the private 'security.firewall.map.context.admin_club_register_api' shared service.
  10087.      *
  10088.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10089.      */
  10090.     protected function getSecurity_Firewall_Map_Context_AdminClubRegisterApiService()
  10091.     {
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10094.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10096.         return $this->privates['security.firewall.map.context.admin_club_register_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10097.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10098.             yield => ($this->privates['security.authentication.listener.anonymous.admin_club_register_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminClubRegisterApiService());
  10099.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10100.         }, 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()), 'admin_club_register_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin_club_register_api''security.user_checker''.security.request_matcher.LMwhokZ'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10101.     }
  10102.     /**
  10103.      * Gets the private 'security.firewall.map.context.api' shared service.
  10104.      *
  10105.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10106.      */
  10107.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10108.     {
  10109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10113.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10114.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10115.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10116.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10117.         }, 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['app.jwt_token_authenticator'] ?? $this->getApp_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'app.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  10118.     }
  10119.     /**
  10120.      * Gets the private 'security.firewall.map.context.auth_facebook_api' shared service.
  10121.      *
  10122.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10123.      */
  10124.     protected function getSecurity_Firewall_Map_Context_AuthFacebookApiService()
  10125.     {
  10126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10130.         return $this->privates['security.firewall.map.context.auth_facebook_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10131.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10132.             yield => ($this->privates['security.authentication.listener.anonymous.auth_facebook_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService());
  10133.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10134.         }, 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));
  10135.     }
  10136.     /**
  10137.      * Gets the private 'security.firewall.map.context.auth_google_api' shared service.
  10138.      *
  10139.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10140.      */
  10141.     protected function getSecurity_Firewall_Map_Context_AuthGoogleApiService()
  10142.     {
  10143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10147.         return $this->privates['security.firewall.map.context.auth_google_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10148.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10149.             yield => ($this->privates['security.authentication.listener.anonymous.auth_google_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService());
  10150.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10151.         }, 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));
  10152.     }
  10153.     /**
  10154.      * Gets the private 'security.firewall.map.context.auth_login_external' shared service.
  10155.      *
  10156.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10157.      */
  10158.     protected function getSecurity_Firewall_Map_Context_AuthLoginExternalService()
  10159.     {
  10160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10164.         return $this->privates['security.firewall.map.context.auth_login_external'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10165.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10166.             yield => ($this->privates['security.authentication.listener.anonymous.auth_login_external'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService());
  10167.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10168.         }, 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.8SXuqbf'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10169.     }
  10170.     /**
  10171.      * Gets the private 'security.firewall.map.context.auth_platform_check' shared service.
  10172.      *
  10173.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10174.      */
  10175.     protected function getSecurity_Firewall_Map_Context_AuthPlatformCheckService()
  10176.     {
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10181.         return $this->privates['security.firewall.map.context.auth_platform_check'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10182.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10183.             yield => ($this->privates['security.authentication.listener.anonymous.auth_platform_check'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthPlatformCheckService());
  10184.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10185.         }, 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_platform_check'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_platform_check''security.user_checker''.security.request_matcher.agk3d9v'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10186.     }
  10187.     /**
  10188.      * Gets the private 'security.firewall.map.context.auth_stripe_success' shared service.
  10189.      *
  10190.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10191.      */
  10192.     protected function getSecurity_Firewall_Map_Context_AuthStripeSuccessService()
  10193.     {
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10198.         return $this->privates['security.firewall.map.context.auth_stripe_success'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10199.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10200.             yield => ($this->privates['security.authentication.listener.anonymous.auth_stripe_success'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthStripeSuccessService());
  10201.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10202.         }, 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_stripe_success'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_stripe_success''security.user_checker''.security.request_matcher.B_WZT2A'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10203.     }
  10204.     /**
  10205.      * Gets the private 'security.firewall.map.context.auth_webhook_stripe' shared service.
  10206.      *
  10207.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10208.      */
  10209.     protected function getSecurity_Firewall_Map_Context_AuthWebhookStripeService()
  10210.     {
  10211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10215.         return $this->privates['security.firewall.map.context.auth_webhook_stripe'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10216.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10217.             yield => ($this->privates['security.authentication.listener.anonymous.auth_webhook_stripe'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthWebhookStripeService());
  10218.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10219.         }, 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_webhook_stripe'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('auth_webhook_stripe''security.user_checker''.security.request_matcher.E6Y3yan'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10220.     }
  10221.     /**
  10222.      * Gets the private 'security.firewall.map.context.config_api' shared service.
  10223.      *
  10224.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10225.      */
  10226.     protected function getSecurity_Firewall_Map_Context_ConfigApiService()
  10227.     {
  10228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10232.         return $this->privates['security.firewall.map.context.config_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10233.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10234.             yield => ($this->privates['security.authentication.listener.anonymous.config_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ConfigApiService());
  10235.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10236.         }, 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));
  10237.     }
  10238.     /**
  10239.      * Gets the private 'security.firewall.map.context.cusomer_register_api' shared service.
  10240.      *
  10241.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10242.      */
  10243.     protected function getSecurity_Firewall_Map_Context_CusomerRegisterApiService()
  10244.     {
  10245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10249.         return $this->privates['security.firewall.map.context.cusomer_register_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10250.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10251.             yield => ($this->privates['security.authentication.listener.anonymous.cusomer_register_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CusomerRegisterApiService());
  10252.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10253.         }, 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()), 'cusomer_register_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('cusomer_register_api''security.user_checker''.security.request_matcher.SZPACJr'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10254.     }
  10255.     /**
  10256.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10257.      *
  10258.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10259.      */
  10260.     protected function getSecurity_Firewall_Map_Context_DevService()
  10261.     {
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10264.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10265.             return new \EmptyIterator();
  10266.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  10267.     }
  10268.     /**
  10269.      * Gets the private 'security.firewall.map.context.login_api' shared service.
  10270.      *
  10271.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10272.      */
  10273.     protected function getSecurity_Firewall_Map_Context_LoginApiService()
  10274.     {
  10275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10279.         return $this->privates['security.firewall.map.context.login_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10280.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10281.             yield => ($this->privates['security.authentication.listener.json.login_api'] ?? $this->getSecurity_Authentication_Listener_Json_LoginApiService());
  10282.             yield => ($this->privates['security.authentication.listener.anonymous.login_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginApiService());
  10283.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10284.         }, 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));
  10285.     }
  10286.     /**
  10287.      * Gets the private 'security.firewall.map.context.main' shared service.
  10288.      *
  10289.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10290.      */
  10291.     protected function getSecurity_Firewall_Map_Context_MainService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  10298.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandler.php';
  10299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  10303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  10304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  10306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10307.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  10308.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10309.         $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']);
  10310.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  10311.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  10312.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10313.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10314.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10315.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  10316.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10317.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10318.         }, 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()), NULL, new \App\Security\AccessDeniedHandler(), ($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''App\\Security\\AccessDeniedHandler'NULL, [=> 'guard'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  10319.     }
  10320.     /**
  10321.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  10322.      *
  10323.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10324.      */
  10325.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  10326.     {
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10331.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10332.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10333.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  10334.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10335.         }, 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));
  10336.     }
  10337.     /**
  10338.      * Gets the private 'security.firewall.map.context.remove_account_user' shared service.
  10339.      *
  10340.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10341.      */
  10342.     protected function getSecurity_Firewall_Map_Context_RemoveAccountUserService()
  10343.     {
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10348.         return $this->privates['security.firewall.map.context.remove_account_user'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10349.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10350.             yield => ($this->privates['security.authentication.listener.anonymous.remove_account_user'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RemoveAccountUserService());
  10351.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10352.         }, 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()), 'remove_account_user'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('remove_account_user''security.user_checker''.security.request_matcher.vDh5Dgc'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10353.     }
  10354.     /**
  10355.      * Gets the private 'security.firewall.map.context.reset_password_request' shared service.
  10356.      *
  10357.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10358.      */
  10359.     protected function getSecurity_Firewall_Map_Context_ResetPasswordRequestService()
  10360.     {
  10361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10365.         return $this->privates['security.firewall.map.context.reset_password_request'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10366.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10367.             yield => ($this->privates['security.authentication.listener.anonymous.reset_password_request'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ResetPasswordRequestService());
  10368.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10369.         }, 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()), 'reset_password_request'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reset_password_request''security.user_checker''.security.request_matcher.ZoC61DM'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10370.     }
  10371.     /**
  10372.      * Gets the private 'security.firewall.map.context.subscription_api' shared service.
  10373.      *
  10374.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10375.      */
  10376.     protected function getSecurity_Firewall_Map_Context_SubscriptionApiService()
  10377.     {
  10378.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10382.         return $this->privates['security.firewall.map.context.subscription_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10383.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10384.             yield => ($this->privates['security.authentication.listener.anonymous.subscription_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_SubscriptionApiService());
  10385.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10386.         }, 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()), 'subscription_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('subscription_api''security.user_checker''.security.request_matcher.ikqLo7g'truetrue'security.user.provider.concrete.jwt_user_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  10387.     }
  10388.     /**
  10389.      * Gets the private 'security.firewall.map.context.trainer_customer' shared service.
  10390.      *
  10391.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10392.      */
  10393.     protected function getSecurity_Firewall_Map_Context_TrainerCustomerService()
  10394.     {
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10399.         return $this->privates['security.firewall.map.context.trainer_customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10400.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10401.             yield => ($this->privates['security.authentication.listener.guard.trainer_customer'] ?? $this->getSecurity_Authentication_Listener_Guard_TrainerCustomerService());
  10402.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10403.         }, 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()), 'trainer_customer', ($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('trainer_customer''security.user_checker''.security.request_matcher.Cg0.voI'truetrue'security.user.provider.concrete.jwt_user_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  10404.     }
  10405.     /**
  10406.      * Gets the private 'security.helper' shared service.
  10407.      *
  10408.      * @return \Symfony\Component\Security\Core\Security
  10409.      */
  10410.     protected function getSecurity_HelperService()
  10411.     {
  10412.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10413.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  10414.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  10415.         ], [
  10416.             'security.authorization_checker' => '?',
  10417.             'security.token_storage' => '?',
  10418.         ]));
  10419.     }
  10420.     /**
  10421.      * Gets the private 'security.http_utils' shared service.
  10422.      *
  10423.      * @return \Symfony\Component\Security\Http\HttpUtils
  10424.      */
  10425.     protected function getSecurity_HttpUtilsService()
  10426.     {
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10428.         $a = ($this->services['router'] ?? $this->getRouterService());
  10429.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10430.     }
  10431.     /**
  10432.      * Gets the private 'security.logout_url_generator' shared service.
  10433.      *
  10434.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10435.      */
  10436.     protected function getSecurity_LogoutUrlGeneratorService()
  10437.     {
  10438.         $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()));
  10439.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10440.         return $instance;
  10441.     }
  10442.     /**
  10443.      * Gets the private 'security.role_hierarchy' shared service.
  10444.      *
  10445.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10446.      */
  10447.     protected function getSecurity_RoleHierarchyService()
  10448.     {
  10449.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10450.     }
  10451.     /**
  10452.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10453.      *
  10454.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10455.      */
  10456.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10457.     {
  10458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10461.         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);
  10462.     }
  10463.     /**
  10464.      * Gets the private 'security.user.provider.concrete.jwt_user_provider' shared service.
  10465.      *
  10466.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10467.      */
  10468.     protected function getSecurity_User_Provider_Concrete_JwtUserProviderService()
  10469.     {
  10470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10472.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10473.         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);
  10474.     }
  10475.     /**
  10476.      * Gets the private 'security.validator.user_password' shared service.
  10477.      *
  10478.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10479.      */
  10480.     protected function getSecurity_Validator_UserPasswordService()
  10481.     {
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10483.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10485.         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()));
  10486.     }
  10487.     /**
  10488.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10489.      *
  10490.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10491.      */
  10492.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10493.     {
  10494.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10495.     }
  10496.     /**
  10497.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10498.      *
  10499.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10500.      */
  10501.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10502.     {
  10503.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10504.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10505.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10506.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10507.     }
  10508.     /**
  10509.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10510.      *
  10511.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10512.      */
  10513.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10514.     {
  10515.         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()));
  10516.     }
  10517.     /**
  10518.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10519.      *
  10520.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10521.      */
  10522.     protected function getSensioFrameworkExtra_View_ListenerService()
  10523.     {
  10524.         $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))));
  10525.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10526.             'twig' => ['services''twig''getTwigService'false],
  10527.         ], [
  10528.             'twig' => 'Twig\\Environment',
  10529.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10530.         return $instance;
  10531.     }
  10532.     /**
  10533.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10534.      *
  10535.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10536.      */
  10537.     protected function getSerializer_Mapping_CacheWarmerService()
  10538.     {
  10539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10544.         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'));
  10545.     }
  10546.     /**
  10547.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10548.      *
  10549.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10550.      */
  10551.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10558.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10559.         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()))]));
  10560.     }
  10561.     /**
  10562.      * Gets the private 'session.storage.native' shared service.
  10563.      *
  10564.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10565.      */
  10566.     protected function getSession_Storage_NativeService()
  10567.     {
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  10569.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  10570.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  10571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  10572.         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));
  10573.     }
  10574.     /**
  10575.      * Gets the private 'session_listener' shared service.
  10576.      *
  10577.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10578.      */
  10579.     protected function getSessionListenerService()
  10580.     {
  10581.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10582.             'initialized_session' => ['services''session'NULLfalse],
  10583.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10584.             'session' => ['services''session''getSessionService'false],
  10585.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10586.         ], [
  10587.             'initialized_session' => '?',
  10588.             'request_stack' => '?',
  10589.             'session' => '?',
  10590.             'session_storage' => '?',
  10591.         ]));
  10592.     }
  10593.     /**
  10594.      * Gets the private 'swiftmailer.command.debug' shared service.
  10595.      *
  10596.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10597.      */
  10598.     protected function getSwiftmailer_Command_DebugService()
  10599.     {
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10603.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10604.         $instance->setName('debug:swiftmailer');
  10605.         return $instance;
  10606.     }
  10607.     /**
  10608.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10609.      *
  10610.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10611.      */
  10612.     protected function getSwiftmailer_Command_NewEmailService()
  10613.     {
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10617.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10618.         $instance->setName('swiftmailer:email:send');
  10619.         return $instance;
  10620.     }
  10621.     /**
  10622.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10623.      *
  10624.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10625.      */
  10626.     protected function getSwiftmailer_Command_SendEmailService()
  10627.     {
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10630.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10631.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10632.         $instance->setName('swiftmailer:spool:send');
  10633.         return $instance;
  10634.     }
  10635.     /**
  10636.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10637.      *
  10638.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10639.      */
  10640.     protected function getSwiftmailer_EmailSender_ListenerService()
  10641.     {
  10642.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10643.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10644.     }
  10645.     /**
  10646.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  10647.      *
  10648.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  10649.      */
  10650.     protected function getSymfonycasts_ResetPassword_CleanerService()
  10651.     {
  10652.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  10653.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  10654.     }
  10655.     /**
  10656.      * Gets the private 'translation.extractor' shared service.
  10657.      *
  10658.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10659.      */
  10660.     protected function getTranslation_ExtractorService()
  10661.     {
  10662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10666.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10667.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10668.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10669.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  10670.         return $instance;
  10671.     }
  10672.     /**
  10673.      * Gets the private 'translation.loader.csv' shared service.
  10674.      *
  10675.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10676.      */
  10677.     protected function getTranslation_Loader_CsvService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10683.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10684.     }
  10685.     /**
  10686.      * Gets the private 'translation.loader.dat' shared service.
  10687.      *
  10688.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10689.      */
  10690.     protected function getTranslation_Loader_DatService()
  10691.     {
  10692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10695.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10696.     }
  10697.     /**
  10698.      * Gets the private 'translation.loader.ini' shared service.
  10699.      *
  10700.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10701.      */
  10702.     protected function getTranslation_Loader_IniService()
  10703.     {
  10704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10708.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10709.     }
  10710.     /**
  10711.      * Gets the private 'translation.loader.json' shared service.
  10712.      *
  10713.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10714.      */
  10715.     protected function getTranslation_Loader_JsonService()
  10716.     {
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10721.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10722.     }
  10723.     /**
  10724.      * Gets the private 'translation.loader.mo' shared service.
  10725.      *
  10726.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10727.      */
  10728.     protected function getTranslation_Loader_MoService()
  10729.     {
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10734.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10735.     }
  10736.     /**
  10737.      * Gets the private 'translation.loader.php' shared service.
  10738.      *
  10739.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10740.      */
  10741.     protected function getTranslation_Loader_PhpService()
  10742.     {
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10747.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10748.     }
  10749.     /**
  10750.      * Gets the private 'translation.loader.po' shared service.
  10751.      *
  10752.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10753.      */
  10754.     protected function getTranslation_Loader_PoService()
  10755.     {
  10756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10760.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10761.     }
  10762.     /**
  10763.      * Gets the private 'translation.loader.qt' shared service.
  10764.      *
  10765.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10766.      */
  10767.     protected function getTranslation_Loader_QtService()
  10768.     {
  10769.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10771.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10772.     }
  10773.     /**
  10774.      * Gets the private 'translation.loader.res' shared service.
  10775.      *
  10776.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10777.      */
  10778.     protected function getTranslation_Loader_ResService()
  10779.     {
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10782.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10783.     }
  10784.     /**
  10785.      * Gets the private 'translation.loader.xliff' shared service.
  10786.      *
  10787.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10788.      */
  10789.     protected function getTranslation_Loader_XliffService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10793.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10794.     }
  10795.     /**
  10796.      * Gets the private 'translation.loader.yml' shared service.
  10797.      *
  10798.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10799.      */
  10800.     protected function getTranslation_Loader_YmlService()
  10801.     {
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10806.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10807.     }
  10808.     /**
  10809.      * Gets the private 'translation.reader' shared service.
  10810.      *
  10811.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10812.      */
  10813.     protected function getTranslation_ReaderService()
  10814.     {
  10815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10831.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10832.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10833.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10834.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10835.         $instance->addLoader('yaml'$a);
  10836.         $instance->addLoader('yml'$a);
  10837.         $instance->addLoader('xlf'$b);
  10838.         $instance->addLoader('xliff'$b);
  10839.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10840.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10841.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10842.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10843.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10844.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10845.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10846.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10847.         return $instance;
  10848.     }
  10849.     /**
  10850.      * Gets the private 'translation.warmer' shared service.
  10851.      *
  10852.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10853.      */
  10854.     protected function getTranslation_WarmerService()
  10855.     {
  10856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10858.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10859.             'translator' => ['services''translator''getTranslatorService'false],
  10860.         ], [
  10861.             'translator' => '?',
  10862.         ]))->withContext('translation.warmer'$this));
  10863.     }
  10864.     /**
  10865.      * Gets the private 'translator.default' shared service.
  10866.      *
  10867.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10868.      */
  10869.     protected function getTranslator_DefaultService()
  10870.     {
  10871.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10872.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10873.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10874.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10875.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10876.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10877.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10878.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10879.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10880.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10881.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10882.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10883.         ], [
  10884.             'translation.loader.csv' => '?',
  10885.             'translation.loader.dat' => '?',
  10886.             'translation.loader.ini' => '?',
  10887.             'translation.loader.json' => '?',
  10888.             'translation.loader.mo' => '?',
  10889.             'translation.loader.php' => '?',
  10890.             'translation.loader.po' => '?',
  10891.             'translation.loader.qt' => '?',
  10892.             'translation.loader.res' => '?',
  10893.             'translation.loader.xliff' => '?',
  10894.             'translation.loader.yml' => '?',
  10895.         ]), 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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.de.json'), => (\dirname(__DIR__4).'/translations/messages.de.yml'), => (\dirname(__DIR__4).'/translations/reports.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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.en.json'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/reports.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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.es.json'), => (\dirname(__DIR__4).'/translations/messages.es.yml'), => (\dirname(__DIR__4).'/translations/reports.es.yml'), 10 => (\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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.fr.json'), => (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/reports.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], '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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.it.json'), => (\dirname(__DIR__4).'/translations/messages.it.yml'), => (\dirname(__DIR__4).'/translations/reports.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.pt.json'), => (\dirname(__DIR__4).'/translations/messages.pt.yml'), => (\dirname(__DIR__4).'/translations/reports.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.ru.json'), => (\dirname(__DIR__4).'/translations/reports.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/translations/converter/reports/json/report.tr.json'), => (\dirname(__DIR__4).'/translations/reports.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], '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')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'base' => [=> (\dirname(__DIR__4).'/translations/reports.base.yml')]], '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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/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'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-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'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/lexik/jwt-authentication-bundle/translations'19 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'20 => 'vendor/knplabs/doctrine-behaviors/src/translations'21 => 'vendor/a2lix/auto-form-bundle/src/translations'22 => 'vendor/a2lix/translation-form-bundle/src/translations'23 => 'vendor/symfony/swiftmailer-bundle/translations'24 => 'vendor/stof/doctrine-extensions-bundle/translations']]]);
  10896.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10897.         $instance->setFallbackLocales([=> 'es']);
  10898.         return $instance;
  10899.     }
  10900.     /**
  10901.      * Gets the private 'twig.command.debug' shared service.
  10902.      *
  10903.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10904.      */
  10905.     protected function getTwig_Command_DebugService()
  10906.     {
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10909.         $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()));
  10910.         $instance->setName('debug:twig');
  10911.         return $instance;
  10912.     }
  10913.     /**
  10914.      * Gets the private 'twig.command.lint' shared service.
  10915.      *
  10916.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10917.      */
  10918.     protected function getTwig_Command_LintService()
  10919.     {
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10923.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  10924.         $instance->setName('lint:twig');
  10925.         return $instance;
  10926.     }
  10927.     /**
  10928.      * Gets the private 'twig.form.renderer' shared service.
  10929.      *
  10930.      * @return \Symfony\Component\Form\FormRenderer
  10931.      */
  10932.     protected function getTwig_Form_RendererService()
  10933.     {
  10934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10939.         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()));
  10940.     }
  10941.     /**
  10942.      * Gets the private 'twig.loader.native_filesystem' shared service.
  10943.      *
  10944.      * @return \Twig\Loader\FilesystemLoader
  10945.      */
  10946.     protected function getTwig_Loader_NativeFilesystemService()
  10947.     {
  10948.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  10949.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  10950.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  10951.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  10952.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  10953.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  10954.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  10955.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  10956.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  10957.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  10958.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  10959.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  10960.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  10961.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  10962.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  10963.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  10964.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  10965.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  10966.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  10967.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  10968.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  10969.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  10970.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  10971.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10972.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10973.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  10974.         return $instance;
  10975.     }
  10976.     /**
  10977.      * Gets the private 'twig.mailer.message_listener' shared service.
  10978.      *
  10979.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10980.      */
  10981.     protected function getTwig_Mailer_MessageListenerService()
  10982.     {
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10986.         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())));
  10987.     }
  10988.     /**
  10989.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10990.      *
  10991.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10992.      */
  10993.     protected function getTwig_Runtime_HttpkernelService()
  10994.     {
  10995.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10998.         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, [
  10999.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11000.         ], [
  11001.             'inline' => '?',
  11002.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  11003.     }
  11004.     /**
  11005.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11006.      *
  11007.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11008.      */
  11009.     protected function getTwig_Runtime_SecurityCsrfService()
  11010.     {
  11011.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  11012.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11013.     }
  11014.     /**
  11015.      * Gets the private 'twig.template_cache_warmer' shared service.
  11016.      *
  11017.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11018.      */
  11019.     protected function getTwig_TemplateCacheWarmerService()
  11020.     {
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11024.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11025.             'twig' => ['services''twig''getTwigService'false],
  11026.         ], [
  11027.             'twig' => 'Twig\\Environment',
  11028.         ]))->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')));
  11029.     }
  11030.     /**
  11031.      * Gets the private 'validator.builder' shared service.
  11032.      *
  11033.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11034.      */
  11035.     protected function getValidator_BuilderService()
  11036.     {
  11037.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11038.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11039.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11040.             'App\\Validator\\Constraints\\VideoFileValidator' => ['privates''App\\Validator\\Constraints\\VideoFileValidator''getVideoFileValidatorService'false],
  11041.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11042.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11043.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11044.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11045.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11046.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11047.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11048.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11049.         ], [
  11050.             'App\\Validator\\Constraints\\VideoFileValidator' => '?',
  11051.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11052.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11053.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11054.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11055.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11056.             'doctrine.orm.validator.unique' => '?',
  11057.             'security.validator.user_password' => '?',
  11058.             'validator.expression' => '?',
  11059.         ])));
  11060.         if ($this->has('translator')) {
  11061.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  11062.         }
  11063.         $instance->setTranslationDomain('validators');
  11064.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  11065.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11066.         $instance->addMethodMapping('loadValidatorMetadata');
  11067.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  11068.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11069.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11070.         return $instance;
  11071.     }
  11072.     /**
  11073.      * Gets the private 'validator.email' shared service.
  11074.      *
  11075.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11076.      */
  11077.     protected function getValidator_EmailService()
  11078.     {
  11079.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11080.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11081.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11082.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11083.     }
  11084.     /**
  11085.      * Gets the private 'validator.expression' shared service.
  11086.      *
  11087.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11088.      */
  11089.     protected function getValidator_ExpressionService()
  11090.     {
  11091.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11094.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11095.     }
  11096.     /**
  11097.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11098.      *
  11099.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11100.      */
  11101.     protected function getValidator_Mapping_CacheWarmerService()
  11102.     {
  11103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11106.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11107.     }
  11108.     /**
  11109.      * Gets the private 'validator.not_compromised_password' shared service.
  11110.      *
  11111.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11112.      */
  11113.     protected function getValidator_NotCompromisedPasswordService()
  11114.     {
  11115.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11116.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11117.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11118.         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);
  11119.     }
  11120.     /**
  11121.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11122.      *
  11123.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  11124.      */
  11125.     protected function getVarDumper_Command_ServerDumpService()
  11126.     {
  11127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11128.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  11129.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  11130.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  11131.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  11133.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  11134.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11135.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11136.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  11137.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11138.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11139.         $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()))]);
  11140.         $instance->setName('server:dump');
  11141.         return $instance;
  11142.     }
  11143.     /**
  11144.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11145.      *
  11146.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11147.      */
  11148.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11149.     {
  11150.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11151.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11152.         return $instance;
  11153.     }
  11154.     /**
  11155.      * Gets the private 'var_dumper.html_dumper' shared service.
  11156.      *
  11157.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11158.      */
  11159.     protected function getVarDumper_HtmlDumperService()
  11160.     {
  11161.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11162.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11163.         return $instance;
  11164.     }
  11165.     /**
  11166.      * Gets the private 'var_dumper.server_connection' shared service.
  11167.      *
  11168.      * @return \Symfony\Component\VarDumper\Server\Connection
  11169.      */
  11170.     protected function getVarDumper_ServerConnectionService()
  11171.     {
  11172.         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()]);
  11173.     }
  11174.     /**
  11175.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  11176.      *
  11177.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  11178.      */
  11179.     protected function getVichUploader_Command_MappingDebugService()
  11180.     {
  11181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11182.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  11183.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  11184.         $instance->setName('vich:mapping:debug');
  11185.         return $instance;
  11186.     }
  11187.     /**
  11188.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  11189.      *
  11190.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  11191.      */
  11192.     protected function getVichUploader_Command_MappingDebugClassService()
  11193.     {
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  11196.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11197.         $instance->setName('vich:mapping:debug-class');
  11198.         return $instance;
  11199.     }
  11200.     /**
  11201.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  11202.      *
  11203.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  11204.      */
  11205.     protected function getVichUploader_Command_MappingListClassesService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  11209.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11210.         $instance->setName('vich:mapping:list-classes');
  11211.         return $instance;
  11212.     }
  11213.     /**
  11214.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  11215.      *
  11216.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  11217.      */
  11218.     protected function getVichUploader_MetadataReaderService()
  11219.     {
  11220.         $a = new \Metadata\Driver\FileLocator([]);
  11221.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  11222.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  11223.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  11224.     }
  11225.     /**
  11226.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  11227.      *
  11228.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  11229.      */
  11230.     protected function getVichUploader_PropertyMappingFactoryService()
  11231.     {
  11232.         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');
  11233.     }
  11234.     /**
  11235.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  11236.      *
  11237.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  11238.      */
  11239.     protected function getVichUploader_Storage_FileSystemService()
  11240.     {
  11241.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  11242.     }
  11243.     public function getParameter(string $name)
  11244.     {
  11245.         if (isset($this->buildParameters[$name])) {
  11246.             return $this->buildParameters[$name];
  11247.         }
  11248.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11249.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11250.         }
  11251.         if (isset($this->loadedDynamicParameters[$name])) {
  11252.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11253.         }
  11254.         return $this->parameters[$name];
  11255.     }
  11256.     public function hasParameter(string $name): bool
  11257.     {
  11258.         if (isset($this->buildParameters[$name])) {
  11259.             return true;
  11260.         }
  11261.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11262.     }
  11263.     public function setParameter(string $name$value): void
  11264.     {
  11265.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11266.     }
  11267.     public function getParameterBag(): ParameterBagInterface
  11268.     {
  11269.         if (null === $this->parameterBag) {
  11270.             $parameters $this->parameters;
  11271.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11272.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11273.             }
  11274.             foreach ($this->buildParameters as $name => $value) {
  11275.                 $parameters[$name] = $value;
  11276.             }
  11277.             $this->parameterBag = new FrozenParameterBag($parameters);
  11278.         }
  11279.         return $this->parameterBag;
  11280.     }
  11281.     private $loadedDynamicParameters = [
  11282.         'kernel.cache_dir' => false,
  11283.         'kernel.secret' => false,
  11284.         'session.save_path' => false,
  11285.         'validator.mapping.cache.file' => false,
  11286.         'profiler.storage.dsn' => false,
  11287.         'debug.container.dump' => false,
  11288.         'serializer.mapping.cache.file' => false,
  11289.         'doctrine.orm.proxy_dir' => false,
  11290.         'lexik_jwt_authentication.pass_phrase' => false,
  11291.     ];
  11292.     private $dynamicParameters = [];
  11293.     private function getDynamicParameter(string $name)
  11294.     {
  11295.         switch ($name) {
  11296.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11297.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11298.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11299.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11300.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11301.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11302.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11303.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11304.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11305.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11306.         }
  11307.         $this->loadedDynamicParameters[$name] = true;
  11308.         return $this->dynamicParameters[$name] = $value;
  11309.     }
  11310.     protected function getDefaultParameters(): array
  11311.     {
  11312.         return [
  11313.             'kernel.project_dir' => \dirname(__DIR__4),
  11314.             'kernel.environment' => 'dev',
  11315.             'kernel.debug' => true,
  11316.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11317.             'kernel.bundles' => [
  11318.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11319.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11320.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11321.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11322.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11323.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11324.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11325.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11326.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11327.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11328.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11329.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  11330.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11331.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  11332.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  11333.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  11334.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  11335.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  11336.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11337.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11338.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  11339.             ],
  11340.             'kernel.bundles_metadata' => [
  11341.                 'FrameworkBundle' => [
  11342.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11343.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11344.                 ],
  11345.                 'TwigBundle' => [
  11346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11347.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11348.                 ],
  11349.                 'TwigExtraBundle' => [
  11350.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11351.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11352.                 ],
  11353.                 'SensioFrameworkExtraBundle' => [
  11354.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11355.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11356.                 ],
  11357.                 'DoctrineBundle' => [
  11358.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11359.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11360.                 ],
  11361.                 'DoctrineMigrationsBundle' => [
  11362.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11363.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11364.                 ],
  11365.                 'SecurityBundle' => [
  11366.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11367.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11368.                 ],
  11369.                 'WebProfilerBundle' => [
  11370.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11371.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11372.                 ],
  11373.                 'MonologBundle' => [
  11374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11375.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11376.                 ],
  11377.                 'DebugBundle' => [
  11378.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11379.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11380.                 ],
  11381.                 'MakerBundle' => [
  11382.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11383.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11384.                 ],
  11385.                 'EasyAdminBundle' => [
  11386.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  11387.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  11388.                 ],
  11389.                 'LexikJWTAuthenticationBundle' => [
  11390.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11391.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11392.                 ],
  11393.                 'VichUploaderBundle' => [
  11394.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  11395.                     'namespace' => 'Vich\\UploaderBundle',
  11396.                 ],
  11397.                 'GesdinetJWTRefreshTokenBundle' => [
  11398.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  11399.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  11400.                 ],
  11401.                 'DoctrineBehaviorsBundle' => [
  11402.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  11403.                     'namespace' => 'Knp\\DoctrineBehaviors',
  11404.                 ],
  11405.                 'A2lixAutoFormBundle' => [
  11406.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  11407.                     'namespace' => 'A2lix\\AutoFormBundle',
  11408.                 ],
  11409.                 'A2lixTranslationFormBundle' => [
  11410.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  11411.                     'namespace' => 'A2lix\\TranslationFormBundle',
  11412.                 ],
  11413.                 'SwiftmailerBundle' => [
  11414.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  11415.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  11416.                 ],
  11417.                 'StofDoctrineExtensionsBundle' => [
  11418.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  11419.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11420.                 ],
  11421.                 'SymfonyCastsResetPasswordBundle' => [
  11422.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  11423.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  11424.                 ],
  11425.             ],
  11426.             'kernel.charset' => 'UTF-8',
  11427.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11428.             'container.dumper.inline_class_loader' => true,
  11429.             'container.dumper.inline_factories' => true,
  11430.             'app.otp.expirationTime' => '+5 minutes',
  11431.             'app.otp.issuedBy' => 'GolManager',
  11432.             'app.otp.token-secret-key' => 'TSeCretK3y$tr0ngoken#SeCretK3y$tr0ng!@#',
  11433.             'app.mailer.from_mail' => 'support@golmanagerpanel.com',
  11434.             'app.mailer.from_name_mail' => 'GolManager Mail Bot',
  11435.             'app.path.customer_images' => '/uploads/images/customer',
  11436.             'app.path.justification_icons' => '/uploads/images/justification_icons',
  11437.             'app.path.difficulty' => '/uploads/images/difficulty',
  11438.             'app.path.exercise_images' => '/uploads/images/exercise',
  11439.             'app.path.game_images' => '/uploads/images/game',
  11440.             'app.path.player_images' => '/uploads/images/player',
  11441.             'app.path.game_files' => '/uploads/images/files',
  11442.             'app.path.support_files' => '/uploads/images/support_files',
  11443.             'app.path.country_images' => '/uploads/images/country',
  11444.             'app.path.document_images' => '/uploads/images/document',
  11445.             'app.path.collaborator_images' => '/uploads/images/collaborator',
  11446.             'app.path.notification_automatic_message_images' => '/uploads/images/notification_automatic_message_images',
  11447.             'app.path.type_notification_images' => '/uploads/images/type_notification_images',
  11448.             'app.path.membership_images' => '/uploads/images/membership',
  11449.             'app.path.competition_images' => '/uploads/images/competition',
  11450.             'app.path.locality_images' => '/uploads/images/locality',
  11451.             'app.path.membership_videos' => '/uploads/videos/membership',
  11452.             'app.path.position_images' => '/uploads/images/position_images',
  11453.             'app.path.material_images' => '/uploads/images/material',
  11454.             'app.path.strategies' => '/uploads/images/strategies',
  11455.             'event_dispatcher.event_aliases' => [
  11456.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11457.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11458.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11459.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11460.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11461.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11462.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11463.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11464.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11465.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11466.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11467.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11468.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11469.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11470.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11471.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11472.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11473.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11474.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11475.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11476.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11477.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11478.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11479.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11480.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11481.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11482.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11483.             ],
  11484.             'fragment.renderer.hinclude.global_template' => '',
  11485.             'fragment.path' => '/_fragment',
  11486.             'kernel.http_method_override' => true,
  11487.             'kernel.trusted_hosts' => [
  11488.             ],
  11489.             'kernel.default_locale' => 'es',
  11490.             'kernel.error_controller' => 'error_controller',
  11491.             'debug.file_link_format' => NULL,
  11492.             'session.metadata.storage_key' => '_sf2_meta',
  11493.             'session.storage.options' => [
  11494.                 'cache_limiter' => '0',
  11495.                 'cookie_secure' => 'auto',
  11496.                 'cookie_httponly' => true,
  11497.                 'cookie_samesite' => 'lax',
  11498.             ],
  11499.             'session.metadata.update_threshold' => 0,
  11500.             'form.type_extension.csrf.enabled' => true,
  11501.             'form.type_extension.csrf.field_name' => '_token',
  11502.             'asset.request_context.base_path' => '',
  11503.             'asset.request_context.secure' => false,
  11504.             'validator.translation_domain' => 'validators',
  11505.             'translator.logging' => false,
  11506.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11507.             'profiler_listener.only_exceptions' => false,
  11508.             'profiler_listener.only_master_requests' => false,
  11509.             'debug.error_handler.throw_at' => -1,
  11510.             'router.request_context.host' => 'localhost',
  11511.             'router.request_context.scheme' => 'http',
  11512.             'router.request_context.base_url' => '',
  11513.             'router.resource' => 'kernel::loadRoutes',
  11514.             'request_listener.http_port' => 80,
  11515.             'request_listener.https_port' => 443,
  11516.             'twig.form.resources' => [
  11517.                 => '@VichUploader/Form/fields.html.twig',
  11518.                 => 'form_div_layout.html.twig',
  11519.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  11520.             ],
  11521.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11522.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11523.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11524.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11525.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11526.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11527.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11528.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11529.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11530.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11531.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11532.             'doctrine.entity_managers' => [
  11533.                 'default' => 'doctrine.orm.default_entity_manager',
  11534.             ],
  11535.             'doctrine.default_entity_manager' => 'default',
  11536.             'doctrine.dbal.connection_factory.types' => [
  11537.             ],
  11538.             'doctrine.connections' => [
  11539.                 'default' => 'doctrine.dbal.default_connection',
  11540.             ],
  11541.             'doctrine.default_connection' => 'default',
  11542.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11543.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11544.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11545.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11546.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11547.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11548.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11549.             'doctrine.orm.cache.memcache_port' => 11211,
  11550.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11551.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11552.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11553.             'doctrine.orm.cache.memcached_port' => 11211,
  11554.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11555.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11556.             'doctrine.orm.cache.redis_host' => 'localhost',
  11557.             'doctrine.orm.cache.redis_port' => 6379,
  11558.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11559.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11560.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11561.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11562.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11563.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11564.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11565.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11566.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11567.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11568.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11569.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11570.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11571.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11572.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11573.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11574.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11575.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11576.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11577.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11578.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11579.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11580.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11581.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11582.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11583.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11584.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11585.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11586.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11587.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11588.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11589.             'doctrine.migrations.preferred_em' => NULL,
  11590.             'doctrine.migrations.preferred_connection' => NULL,
  11591.             'security.role_hierarchy.roles' => [
  11592.                 'ROLE_ADMIN' => [
  11593.                     => 'ROLE_USER',
  11594.                 ],
  11595.                 'ROLE_SUPER_ADMIN' => [
  11596.                     => 'ROLE_ADMIN',
  11597.                 ],
  11598.             ],
  11599.             'security.access.denied_url' => NULL,
  11600.             'security.authentication.manager.erase_credentials' => true,
  11601.             'security.authentication.session_strategy.strategy' => 'migrate',
  11602.             'security.access.always_authenticate_before_granting' => false,
  11603.             'security.authentication.hide_user_not_found' => true,
  11604.             'monolog.use_microseconds' => true,
  11605.             'monolog.swift_mailer.handlers' => [
  11606.             ],
  11607.             'monolog.handlers_to_channels' => [
  11608.                 'monolog.handler.console' => [
  11609.                     'type' => 'exclusive',
  11610.                     'elements' => [
  11611.                         => 'event',
  11612.                         => 'doctrine',
  11613.                         => 'console',
  11614.                     ],
  11615.                 ],
  11616.                 'monolog.handler.custom_log' => NULL,
  11617.                 'monolog.handler.main' => [
  11618.                     'type' => 'exclusive',
  11619.                     'elements' => [
  11620.                         => 'event',
  11621.                         => 'doctrine',
  11622.                         => 'security',
  11623.                     ],
  11624.                 ],
  11625.             ],
  11626.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11627.             'easyadmin.config' => [
  11628.                 'entities' => [
  11629.                     'AccountsRemove' => [
  11630.                         'class' => 'App\\Entity\\Customer',
  11631.                         'controller' => 'App\\Controller\\CustomerController',
  11632.                         'label' => 'menu.accounts_remove',
  11633.                         'icon' => 'user',
  11634.                         'permission' => [
  11635.                             => 'ROLE_ADMIN',
  11636.                         ],
  11637.                         'list' => [
  11638.                             'batch_actions' => [
  11639.                                 => [
  11640.                                     'name' => 'captureMail',
  11641.                                     'label' => 'Copiar Correo',
  11642.                                     'icon' => 'envelope',
  11643.                                     'css_class' => 'btn btn-secondary',
  11644.                                     'ask_confirm' => false,
  11645.                                 ],
  11646.                             ],
  11647.                             'max_results' => 100,
  11648.                             'fields' => [
  11649.                                 => [
  11650.                                     'property' => 'imageTeam',
  11651.                                     'label' => 'Imagen',
  11652.                                     'type' => 'image',
  11653.                                     'base_path' => '/uploads/images/customer',
  11654.                                     'sortable' => false,
  11655.                                 ],
  11656.                                 => [
  11657.                                     'property' => 'name',
  11658.                                     'label' => 'Nombre',
  11659.                                 ],
  11660.                                 => 'email',
  11661.                                 => [
  11662.                                     'property' => 'enabled',
  11663.                                     'label' => 'Habilitado',
  11664.                                 ],
  11665.                                 => [
  11666.                                     'property' => 'seasonActiveText',
  11667.                                     'label' => 'Temp.',
  11668.                                 ],
  11669.                                 => [
  11670.                                     'property' => 'nameTeam',
  11671.                                     'label' => 'Equipo',
  11672.                                 ],
  11673.                                 => [
  11674.                                     'property' => 'typeAccount',
  11675.                                     'label' => 'Tipo Cuenta',
  11676.                                 ],
  11677.                                 => [
  11678.                                     'property' => 'isPro',
  11679.                                     'label' => 'User Pro',
  11680.                                     'type' => 'boolean',
  11681.                                 ],
  11682.                             ],
  11683.                             'dql_filter' => 'entity.deletedAt IS NOT NULL and entity.isDeleted IS NULL',
  11684.                         ],
  11685.                         'show' => [
  11686.                             'fields' => [
  11687.                                 => [
  11688.                                     'property' => 'name',
  11689.                                     'label' => 'Nombre',
  11690.                                 ],
  11691.                                 => 'email',
  11692.                                 => [
  11693.                                     'property' => 'enabled',
  11694.                                     'label' => 'Habilitado',
  11695.                                 ],
  11696.                                 => [
  11697.                                     'property' => 'typeAccount',
  11698.                                     'label' => 'Tipo Cuenta',
  11699.                                 ],
  11700.                             ],
  11701.                         ],
  11702.                         'form' => [
  11703.                             'fields' => [
  11704.                                 => [
  11705.                                     'property' => 'name',
  11706.                                     'label' => 'Nombre',
  11707.                                 ],
  11708.                                 => [
  11709.                                     'property' => 'deletedAt',
  11710.                                     'label' => 'inputs.date_eliminate_account',
  11711.                                 ],
  11712.                                 => [
  11713.                                     'property' => 'email',
  11714.                                     'type' => 'email',
  11715.                                 ],
  11716.                                 => [
  11717.                                     'property' => 'plainPassword',
  11718.                                     'label' => 'Password',
  11719.                                     'type' => 'password',
  11720.                                     'type_options' => [
  11721.                                         'required' => true,
  11722.                                     ],
  11723.                                 ],
  11724.                                 => [
  11725.                                     'property' => 'nameTeam',
  11726.                                     'label' => 'Nombre Equipo',
  11727.                                     'type' => 'text',
  11728.                                     'type_options' => [
  11729.                                         'required' => true,
  11730.                                     ],
  11731.                                 ],
  11732.                                 => [
  11733.                                     'property' => 'plainPassword',
  11734.                                     'label' => 'Password',
  11735.                                     'type' => 'password',
  11736.                                     'type_options' => [
  11737.                                         'required' => true,
  11738.                                     ],
  11739.                                 ],
  11740.                                 => [
  11741.                                     'property' => 'country_id',
  11742.                                     'label' => 'Country',
  11743.                                     'type' => 'App\\Form\\Type\\CountryType',
  11744.                                     'type_options' => [
  11745.                                         'required' => true,
  11746.                                     ],
  11747.                                 ],
  11748.                                 => [
  11749.                                     'property' => 'seasonYear',
  11750.                                     'label' => 'Season',
  11751.                                     'type' => 'App\\Form\\Type\\SeasonType',
  11752.                                     'type_options' => [
  11753.                                         'required' => true,
  11754.                                     ],
  11755.                                 ],
  11756.                             ],
  11757.                         ],
  11758.                         'edit' => [
  11759.                             'fields' => [
  11760.                                 => [
  11761.                                     'property' => 'plainPassword',
  11762.                                     'label' => 'Password',
  11763.                                     'type' => 'password',
  11764.                                     'type_options' => [
  11765.                                         'required' => false,
  11766.                                     ],
  11767.                                 ],
  11768.                                 => [
  11769.                                     'property' => 'isPro',
  11770.                                     'label' => 'User is Pro',
  11771.                                     'type' => 'checkbox',
  11772.                                 ],
  11773.                             ],
  11774.                         ],
  11775.                         'name' => 'AccountsRemove',
  11776.                     ],
  11777.                     'AppModule' => [
  11778.                         'class' => 'App\\Entity\\AppModule',
  11779.                         'controller' => 'App\\Controller\\AppModuleController',
  11780.                         'label' => 'Modulo de la app',
  11781.                         'icon' => 'user',
  11782.                         'permission' => [
  11783.                             => 'ROLE_ADMIN',
  11784.                         ],
  11785.                         'list' => [
  11786.                             'batch_actions' => [
  11787.                                 => [
  11788.                                     'name' => 'captureMail',
  11789.                                     'label' => 'Copiar Correo',
  11790.                                     'icon' => 'envelope',
  11791.                                     'css_class' => 'btn btn-secondary',
  11792.                                     'ask_confirm' => false,
  11793.                                 ],
  11794.                             ],
  11795.                             'max_results' => 100,
  11796.                             'fields' => [
  11797.                                 => [
  11798.                                     'property' => 'name',
  11799.                                     'label' => 'Nombre Modulo',
  11800.                                 ],
  11801.                             ],
  11802.                         ],
  11803.                         'show' => [
  11804.                             'fields' => [
  11805.                                 => [
  11806.                                     'property' => 'name',
  11807.                                     'label' => 'Nombre modulo',
  11808.                                     'type' => 'text',
  11809.                                 ],
  11810.                             ],
  11811.                         ],
  11812.                         'form' => [
  11813.                             'fields' => [
  11814.                                 => [
  11815.                                     'property' => 'translations',
  11816.                                     'label' => 'Traducciones',
  11817.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  11818.                                 ],
  11819.                             ],
  11820.                         ],
  11821.                         'edit' => [
  11822.                             'fields' => [
  11823.                                 => [
  11824.                                     'property' => 'name',
  11825.                                     'label' => 'Nombre Modulo',
  11826.                                     'type' => 'text',
  11827.                                     'type_options' => [
  11828.                                         'required' => false,
  11829.                                     ],
  11830.                                 ],
  11831.                             ],
  11832.                         ],
  11833.                         'name' => 'AppModule',
  11834.                     ],
  11835.                     'Support' => [
  11836.                         'class' => 'App\\Entity\\Support',
  11837.                         'controller' => 'App\\Controller\\SupportController',
  11838.                         'label' => 'menu.supports',
  11839.                         'icon' => 'male',
  11840.                         'disabled_actions' => [
  11841.                             => 'new',
  11842.                         ],
  11843.                         'permission' => [
  11844.                             => 'ROLE_ADMIN',
  11845.                         ],
  11846.                         'list' => [
  11847.                             'actions' => [
  11848.                                 => [
  11849.                                     'name' => 'removeListSuggestions',
  11850.                                     'label' => 'label.dificulty',
  11851.                                     'template' => 'admin/checkbox/checkbox_select_support.html.twig',
  11852.                                     'params' => [
  11853.                                         'authorId' => 'id',
  11854.                                     ],
  11855.                                 ],
  11856.                             ],
  11857.                             'filters' => [
  11858.                                 => [
  11859.                                     'property' => 'versionApp',
  11860.                                     'label' => 'menu.category',
  11861.                                 ],
  11862.                             ],
  11863.                             'fields' => [
  11864.                                 => [
  11865.                                     'property' => 'AppModule.name',
  11866.                                     'label' => 'Modulo',
  11867.                                 ],
  11868.                                 => [
  11869.                                     'property' => 'description',
  11870.                                     'label' => 'Description',
  11871.                                 ],
  11872.                                 => [
  11873.                                     'property' => 'customer.email',
  11874.                                     'label' => 'Cliente',
  11875.                                 ],
  11876.                                 => [
  11877.                                     'property' => 'versionApp',
  11878.                                     'label' => 'Version',
  11879.                                 ],
  11880.                                 => [
  11881.                                     'property' => 'device',
  11882.                                     'label' => 'Device',
  11883.                                 ],
  11884.                                 => [
  11885.                                     'property' => 'isResolved',
  11886.                                     'label' => 'Solucionado',
  11887.                                     'type' => 'boolean',
  11888.                                 ],
  11889.                             ],
  11890.                             'max_results' => 30,
  11891.                         ],
  11892.                         'show' => [
  11893.                             'fields' => [
  11894.                                 => [
  11895.                                     'property' => 'versionApp',
  11896.                                     'label' => 'Versión',
  11897.                                 ],
  11898.                                 => [
  11899.                                     'property' => 'device',
  11900.                                     'label' => 'Device',
  11901.                                 ],
  11902.                                 => [
  11903.                                     'property' => 'description',
  11904.                                     'label' => 'Descripción',
  11905.                                 ],
  11906.                                 => [
  11907.                                     'property' => 'AppModule.name',
  11908.                                     'label' => 'Modulo',
  11909.                                 ],
  11910.                                 => [
  11911.                                     'property' => 'customer.email',
  11912.                                     'label' => 'Cliente',
  11913.                                 ],
  11914.                                 => [
  11915.                                     'property' => 'isResolved',
  11916.                                     'label' => 'Solucionado',
  11917.                                     'type' => 'boolean',
  11918.                                 ],
  11919.                                 => [
  11920.                                     'property' => 'supportFilesTemplate',
  11921.                                     'label' => 'Imagenes',
  11922.                                     'template' => 'admin/checkbox/display_images.html.twig',
  11923.                                 ],
  11924.                             ],
  11925.                         ],
  11926.                         'form' => [
  11927.                             'fields' => [
  11928.                                 => [
  11929.                                     'property' => 'versionApp',
  11930.                                     'label' => 'Versión App',
  11931.                                 ],
  11932.                                 => [
  11933.                                     'property' => 'device',
  11934.                                     'label' => 'Dispositivo',
  11935.                                 ],
  11936.                                 => [
  11937.                                     'property' => 'description',
  11938.                                     'label' => 'Descripcion',
  11939.                                 ],
  11940.                                 => [
  11941.                                     'property' => 'isResolved',
  11942.                                     'label' => 'Se ha solucionado',
  11943.                                     'type' => 'checkbox',
  11944.                                 ],
  11945.                                 => [
  11946.                                     'property' => 'AppModule',
  11947.                                     'label' => 'app Module',
  11948.                                 ],
  11949.                                 => [
  11950.                                     'property' => 'customer',
  11951.                                     'label' => 'Cliente',
  11952.                                 ],
  11953.                             ],
  11954.                         ],
  11955.                         'search' => [
  11956.                             'fields' => [
  11957.                                 => 'AppModule',
  11958.                                 => 'translations.name',
  11959.                             ],
  11960.                         ],
  11961.                         'name' => 'Support',
  11962.                     ],
  11963.                     'Tactic' => [
  11964.                         'class' => 'App\\Entity\\Tactic',
  11965.                         'controller' => 'App\\Controller\\TacticController',
  11966.                         'label' => 'menu.tactic',
  11967.                         'icon' => 'user',
  11968.                         'permission' => [
  11969.                             => 'ROLE_ADMIN',
  11970.                         ],
  11971.                         'disabled_actions' => [
  11972.                             => 'delete',
  11973.                         ],
  11974.                         'list' => [
  11975.                             'max_results' => 100,
  11976.                             'fields' => [
  11977.                                 => 'name',
  11978.                                 => [
  11979.                                     'property' => 'TypeSoccer.name',
  11980.                                     'label' => 'menu.type_soccer',
  11981.                                 ],
  11982.                                 => [
  11983.                                     'property' => 'alignmentDefaultU7s',
  11984.                                     'label' => 'teams.F7',
  11985.                                 ],
  11986.                                 => [
  11987.                                     'property' => 'alignmentDefaultU8s',
  11988.                                     'label' => 'teams.F8',
  11989.                                 ],
  11990.                                 => [
  11991.                                     'property' => 'alignmentDefaultU11s',
  11992.                                     'label' => 'teams.F11',
  11993.                                 ],
  11994.                             ],
  11995.                         ],
  11996.                         'show' => [
  11997.                             'fields' => [
  11998.                                 => 'name',
  11999.                                 => [
  12000.                                     'property' => 'TypeSoccer.name',
  12001.                                     'label' => 'menu.type_soccer',
  12002.                                 ],
  12003.                             ],
  12004.                         ],
  12005.                         'form' => [
  12006.                             'fields' => [
  12007.                                 => 'name',
  12008.                                 => [
  12009.                                     'property' => 'type_soccer_id',
  12010.                                     'label' => 'menu.type_soccer',
  12011.                                     'type' => 'App\\Form\\Type\\TypeSoccerType',
  12012.                                     'type_options' => [
  12013.                                         'required' => true,
  12014.                                     ],
  12015.                                 ],
  12016.                             ],
  12017.                         ],
  12018.                         'edit' => [
  12019.                             'fields' => [
  12020.                                 => 'name',
  12021.                             ],
  12022.                         ],
  12023.                         'name' => 'Tactic',
  12024.                     ],
  12025.                     'TypeNotification' => [
  12026.                         'class' => 'App\\Entity\\TypeNotification',
  12027.                         'controller' => 'App\\Controller\\TypeNotificationController',
  12028.                         'label' => 'Tipos de notificaciones',
  12029.                         'icon' => 'male',
  12030.                         'permission' => [
  12031.                             => 'ROLE_ADMIN',
  12032.                         ],
  12033.                         'list' => [
  12034.                             'filters' => [
  12035.                                 => [
  12036.                                     'property' => 'createdAt',
  12037.                                     'label' => 'label.createdAt',
  12038.                                     'type' => 'date',
  12039.                                 ],
  12040.                             ],
  12041.                             'fields' => [
  12042.                                 => [
  12043.                                     'property' => 'description',
  12044.                                     'label' => 'Singular',
  12045.                                 ],
  12046.                                 => [
  12047.                                     'property' => 'image',
  12048.                                     'label' => 'Imagen',
  12049.                                     'type' => 'image',
  12050.                                     'base_path' => '/uploads/images/type_notification_images',
  12051.                                     'sortable' => false,
  12052.                                 ],
  12053.                             ],
  12054.                             'max_results' => 30,
  12055.                         ],
  12056.                         'show' => [
  12057.                             'fields' => [
  12058.                                 => [
  12059.                                     'property' => 'description',
  12060.                                     'label' => 'Descripcion',
  12061.                                 ],
  12062.                                 => [
  12063.                                     'property' => 'image',
  12064.                                     'label' => 'Imagen',
  12065.                                     'type' => 'image',
  12066.                                     'base_path' => '/uploads/images/type_notification_images',
  12067.                                     'sortable' => false,
  12068.                                 ],
  12069.                             ],
  12070.                         ],
  12071.                         'form' => [
  12072.                             'fields' => [
  12073.                                 => [
  12074.                                     'property' => 'description',
  12075.                                     'type' => 'textarea',
  12076.                                     'attr' => [
  12077.                                         'rows' => '2',
  12078.                                     ],
  12079.                                 ],
  12080.                                 => [
  12081.                                     'property' => 'translations',
  12082.                                     'label' => 'Traducciones',
  12083.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12084.                                     'type_options' => [
  12085.                                         'fields' => [
  12086.                                             'description' => [
  12087.                                                 'attr' => [
  12088.                                                     'style' => 'max-width: inherit;',
  12089.                                                 ],
  12090.                                             ],
  12091.                                         ],
  12092.                                     ],
  12093.                                 ],
  12094.                                 => [
  12095.                                     'property' => 'imageFile',
  12096.                                     'type' => 'vich_image',
  12097.                                 ],
  12098.                             ],
  12099.                         ],
  12100.                         'name' => 'TypeNotification',
  12101.                     ],
  12102.                     'TypeSoccer' => [
  12103.                         'class' => 'App\\Entity\\TypeSoccer',
  12104.                         'controller' => 'App\\Controller\\TypeSoccerController',
  12105.                         'label' => 'menu.type_soccer',
  12106.                         'icon' => 'user',
  12107.                         'permission' => [
  12108.                             => 'ROLE_ADMIN',
  12109.                         ],
  12110.                         'disabled_actions' => [
  12111.                             => 'delete',
  12112.                         ],
  12113.                         'list' => [
  12114.                             'batch_actions' => [
  12115.                                 => [
  12116.                                     'name' => 'captureMail',
  12117.                                     'label' => 'Copiar Correo',
  12118.                                     'icon' => 'envelope',
  12119.                                     'css_class' => 'btn btn-secondary',
  12120.                                     'ask_confirm' => false,
  12121.                                 ],
  12122.                             ],
  12123.                             'max_results' => 100,
  12124.                             'fields' => [
  12125.                                 => 'name',
  12126.                                 => [
  12127.                                     'property' => 'numberPlayers',
  12128.                                     'label' => 'number_players',
  12129.                                 ],
  12130.                                 => [
  12131.                                     'property' => 'tactics',
  12132.                                     'label' => 'tactics',
  12133.                                 ],
  12134.                             ],
  12135.                         ],
  12136.                         'show' => [
  12137.                             'fields' => [
  12138.                                 => 'name',
  12139.                             ],
  12140.                         ],
  12141.                         'form' => [
  12142.                             'fields' => [
  12143.                                 => 'name',
  12144.                                 => [
  12145.                                     'property' => 'numberPlayers',
  12146.                                     'label' => 'number players',
  12147.                                 ],
  12148.                             ],
  12149.                         ],
  12150.                         'name' => 'TypeSoccer',
  12151.                     ],
  12152.                     'Category' => [
  12153.                         'class' => 'App\\Entity\\Category',
  12154.                         'label' => 'menu.category',
  12155.                         'icon' => 'futbol-o',
  12156.                         'permission' => [
  12157.                             => 'ROLE_ADMIN',
  12158.                         ],
  12159.                         'list' => [
  12160.                             'fields' => [
  12161.                                 => [
  12162.                                     'property' => 'image',
  12163.                                     'type' => 'image',
  12164.                                     'base_path' => '/uploads/images/exercise',
  12165.                                     'sortable' => false,
  12166.                                 ],
  12167.                                 => [
  12168.                                     'property' => 'name',
  12169.                                     'label' => 'Nombre',
  12170.                                 ],
  12171.                                 => [
  12172.                                     'property' => 'description',
  12173.                                     'label' => 'Descripción',
  12174.                                 ],
  12175.                             ],
  12176.                         ],
  12177.                         'show' => [
  12178.                             'fields' => [
  12179.                                 => [
  12180.                                     'property' => 'name',
  12181.                                     'label' => 'Nombre',
  12182.                                 ],
  12183.                                 => [
  12184.                                     'property' => 'image',
  12185.                                     'type' => 'image',
  12186.                                     'base_path' => '/uploads/images/exercise',
  12187.                                 ],
  12188.                                 => [
  12189.                                     'property' => 'isVisible',
  12190.                                     'label' => 'Visible',
  12191.                                 ],
  12192.                             ],
  12193.                         ],
  12194.                         'form' => [
  12195.                             'fields' => [
  12196.                                 => [
  12197.                                     'property' => 'translations',
  12198.                                     'label' => 'Traducciones',
  12199.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12200.                                 ],
  12201.                                 => [
  12202.                                     'property' => 'imageFile',
  12203.                                     'type' => 'vich_image',
  12204.                                 ],
  12205.                                 => [
  12206.                                     'property' => 'isVisible',
  12207.                                     'type' => 'checkbox',
  12208.                                     'label' => 'Visible',
  12209.                                 ],
  12210.                             ],
  12211.                         ],
  12212.                         'name' => 'Category',
  12213.                     ],
  12214.                     'Collaborator' => [
  12215.                         'class' => 'App\\Entity\\Collaborator',
  12216.                         'label' => 'menu.collaborator',
  12217.                         'icon' => 'user-tie',
  12218.                         'permission' => [
  12219.                             => 'ROLE_ADMIN',
  12220.                         ],
  12221.                         'list' => [
  12222.                             'fields' => [
  12223.                                 => [
  12224.                                     'property' => 'image',
  12225.                                     'label' => 'Imagen',
  12226.                                     'type' => 'image',
  12227.                                     'base_path' => '/uploads/images/collaborator',
  12228.                                     'sortable' => false,
  12229.                                 ],
  12230.                                 => [
  12231.                                     'property' => 'names',
  12232.                                     'label' => 'Nombres',
  12233.                                 ],
  12234.                                 => [
  12235.                                     'property' => 'link',
  12236.                                     'label' => 'Link',
  12237.                                 ],
  12238.                                 => [
  12239.                                     'property' => 'description',
  12240.                                     'label' => 'Descripcion',
  12241.                                 ],
  12242.                             ],
  12243.                         ],
  12244.                         'show' => [
  12245.                             'fields' => [
  12246.                                 => [
  12247.                                     'property' => 'names',
  12248.                                     'label' => 'Nombres',
  12249.                                 ],
  12250.                                 => [
  12251.                                     'property' => 'link',
  12252.                                     'label' => 'Link',
  12253.                                 ],
  12254.                                 => [
  12255.                                     'property' => 'description',
  12256.                                     'label' => 'Descripcion',
  12257.                                 ],
  12258.                                 => [
  12259.                                     'property' => 'image',
  12260.                                     'label' => 'Imagen',
  12261.                                     'type' => 'image',
  12262.                                     'base_path' => '/uploads/images/collaborator',
  12263.                                 ],
  12264.                             ],
  12265.                         ],
  12266.                         'form' => [
  12267.                             'fields' => [
  12268.                                 => [
  12269.                                     'property' => 'names',
  12270.                                     'label' => 'Nombres',
  12271.                                 ],
  12272.                                 => [
  12273.                                     'property' => 'link',
  12274.                                     'label' => 'Link',
  12275.                                 ],
  12276.                                 => [
  12277.                                     'property' => 'description',
  12278.                                     'label' => 'Descripcion',
  12279.                                 ],
  12280.                                 => [
  12281.                                     'property' => 'imageFile',
  12282.                                     'type' => 'vich_image',
  12283.                                 ],
  12284.                             ],
  12285.                         ],
  12286.                         'name' => 'Collaborator',
  12287.                     ],
  12288.                     'Competition' => [
  12289.                         'class' => 'App\\Entity\\Competition',
  12290.                         'label' => 'menu.competition',
  12291.                         'controller' => 'App\\Controller\\CompetitionController',
  12292.                         'icon' => 'user-tie',
  12293.                         'permission' => [
  12294.                             => 'ROLE_ADMIN',
  12295.                         ],
  12296.                         'list' => [
  12297.                             'fields' => [
  12298.                                 => [
  12299.                                     'property' => 'name',
  12300.                                     'label' => 'Nombres',
  12301.                                 ],
  12302.                                 => [
  12303.                                     'property' => 'image',
  12304.                                     'label' => 'Imagen',
  12305.                                     'type' => 'image',
  12306.                                     'base_path' => '/uploads/images/competition',
  12307.                                     'sortable' => false,
  12308.                                 ],
  12309.                             ],
  12310.                         ],
  12311.                         'show' => [
  12312.                             'fields' => [
  12313.                                 => [
  12314.                                     'property' => 'name',
  12315.                                     'label' => 'Nombres',
  12316.                                 ],
  12317.                                 => [
  12318.                                     'property' => 'image',
  12319.                                     'label' => 'Imagen',
  12320.                                     'type' => 'image',
  12321.                                     'base_path' => '/uploads/images/competition',
  12322.                                 ],
  12323.                             ],
  12324.                         ],
  12325.                         'form' => [
  12326.                             'fields' => [
  12327.                                 => [
  12328.                                     'property' => 'translations',
  12329.                                     'label' => 'Traducciones',
  12330.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12331.                                     'type_options' => [
  12332.                                         'fields' => [
  12333.                                             'name' => [
  12334.                                                 'attr' => [
  12335.                                                     'style' => 'max-width: inherit;',
  12336.                                                 ],
  12337.                                             ],
  12338.                                         ],
  12339.                                     ],
  12340.                                 ],
  12341.                                 => [
  12342.                                     'property' => 'imageFile',
  12343.                                     'label' => 'Imagen',
  12344.                                     'type' => 'vich_image',
  12345.                                 ],
  12346.                             ],
  12347.                         ],
  12348.                         'name' => 'Competition',
  12349.                     ],
  12350.                     'Config' => [
  12351.                         'class' => 'App\\Entity\\Config',
  12352.                         'controller' => 'App\\Controller\\ConfigController',
  12353.                         'label' => 'menu.config',
  12354.                         'icon' => 'cog',
  12355.                         'permission' => [
  12356.                             => 'ROLE_ADMIN',
  12357.                         ],
  12358.                         'disabled_actions' => [
  12359.                             => 'show',
  12360.                             => 'delete',
  12361.                             => 'new',
  12362.                         ],
  12363.                         'list' => [
  12364.                             'fields' => [
  12365.                                 => [
  12366.                                     'property' => 'enableAndroid',
  12367.                                     'label' => 'ver en entrenamiento',
  12368.                                     'type' => 'boolean',
  12369.                                 ],
  12370.                                 => [
  12371.                                     'property' => 'enableIos',
  12372.                                     'label' => 'ver en convocatoria',
  12373.                                     'type' => 'boolean',
  12374.                                 ],
  12375.                             ],
  12376.                         ],
  12377.                         'form' => [
  12378.                             'title' => 'label.config',
  12379.                             'fields' => [
  12380.                                 => [
  12381.                                     'type' => 'group',
  12382.                                     'columns' => 6,
  12383.                                     'label' => 'Pagos',
  12384.                                 ],
  12385.                                 => [
  12386.                                     'property' => 'timeForFree',
  12387.                                     'label' => 'Tiempo de uso gratis (dias)',
  12388.                                     'help' => 'Tiempo en dias que tiene el usuario para usar la app de forma gratuita, luego de este tiempo se le pedira pagar.',
  12389.                                 ],
  12390.                                 => [
  12391.                                     'property' => 'version',
  12392.                                     'label' => 'Version de la app',
  12393.                                     'help' => 'Tiempo en dias que tiene el usuario para usar la app de forma gratuita, luego de este tiempo se le pedira pagar.',
  12394.                                 ],
  12395.                                 => [
  12396.                                     'property' => 'enableIos',
  12397.                                     'label' => 'Disponible En Ios',
  12398.                                     'type' => 'checkbox',
  12399.                                 ],
  12400.                                 => [
  12401.                                     'property' => 'enableAndroid',
  12402.                                     'label' => 'Disponible En Android',
  12403.                                     'type' => 'checkbox',
  12404.                                 ],
  12405.                             ],
  12406.                         ],
  12407.                         'name' => 'Config',
  12408.                     ],
  12409.                     'Country' => [
  12410.                         'class' => 'App\\Entity\\Country',
  12411.                         'label' => 'menu.country',
  12412.                         'icon' => 'flag',
  12413.                         'permission' => [
  12414.                             => 'ROLE_ADMIN',
  12415.                         ],
  12416.                         'list' => [
  12417.                             'sort' => [
  12418.                                 => 'name',
  12419.                                 => 'ASC',
  12420.                             ],
  12421.                             'fields' => [
  12422.                                 => [
  12423.                                     'property' => 'flag',
  12424.                                     'label' => 'Bandera',
  12425.                                     'type' => 'image',
  12426.                                     'base_path' => '/uploads/images/country',
  12427.                                     'sortable' => false,
  12428.                                 ],
  12429.                                 => [
  12430.                                     'property' => 'name',
  12431.                                     'label' => 'Nombre',
  12432.                                 ],
  12433.                                 => [
  12434.                                     'property' => 'code',
  12435.                                     'label' => 'Codigo',
  12436.                                 ],
  12437.                             ],
  12438.                         ],
  12439.                         'show' => [
  12440.                             'fields' => [
  12441.                                 => [
  12442.                                     'property' => 'name',
  12443.                                     'label' => 'Nombre',
  12444.                                 ],
  12445.                                 => [
  12446.                                     'property' => 'code',
  12447.                                     'label' => 'Codigo',
  12448.                                 ],
  12449.                                 => [
  12450.                                     'property' => 'flag',
  12451.                                     'label' => 'Bandera',
  12452.                                     'type' => 'image',
  12453.                                     'base_path' => '/uploads/images/country',
  12454.                                 ],
  12455.                             ],
  12456.                         ],
  12457.                         'form' => [
  12458.                             'fields' => [
  12459.                                 => [
  12460.                                     'property' => 'name',
  12461.                                     'label' => 'Nombre',
  12462.                                 ],
  12463.                                 => [
  12464.                                     'property' => 'code',
  12465.                                     'label' => 'Codigo',
  12466.                                 ],
  12467.                                 => [
  12468.                                     'property' => 'flagFile',
  12469.                                     'type' => 'vich_image',
  12470.                                 ],
  12471.                             ],
  12472.                         ],
  12473.                         'name' => 'Country',
  12474.                     ],
  12475.                     'Coupon' => [
  12476.                         'class' => 'App\\Entity\\Coupon',
  12477.                         'controller' => 'App\\Controller\\CouponController',
  12478.                         'label' => 'menu.coupons',
  12479.                         'icon' => 'gift',
  12480.                         'permission' => [
  12481.                             => 'ROLE_SUPER_ADMIN',
  12482.                         ],
  12483.                         'list' => [
  12484.                             'fields' => [
  12485.                                 => [
  12486.                                     'property' => 'promoCode',
  12487.                                     'label' => 'Código Promocional',
  12488.                                 ],
  12489.                                 => [
  12490.                                     'property' => 'expiresAt',
  12491.                                     'label' => 'Expira en',
  12492.                                 ],
  12493.                                 => [
  12494.                                     'property' => 'limitUses',
  12495.                                     'label' => 'Nro Usos Límite',
  12496.                                 ],
  12497.                                 => [
  12498.                                     'property' => 'activatedUses',
  12499.                                     'label' => 'Nro Usos Activados',
  12500.                                 ],
  12501.                                 => [
  12502.                                     'property' => 'createdAt',
  12503.                                     'label' => 'Creado en',
  12504.                                 ],
  12505.                                 => [
  12506.                                     'property' => 'updatedAt',
  12507.                                     'label' => 'Editado en',
  12508.                                 ],
  12509.                             ],
  12510.                         ],
  12511.                         'show' => [
  12512.                             'fields' => [
  12513.                                 => [
  12514.                                     'property' => 'promoCode',
  12515.                                     'label' => 'Código Promocional',
  12516.                                 ],
  12517.                                 => [
  12518.                                     'property' => 'expiresAt',
  12519.                                     'label' => 'Expira en',
  12520.                                 ],
  12521.                                 => [
  12522.                                     'property' => 'limitUses',
  12523.                                     'label' => 'Nro Usos Límite',
  12524.                                 ],
  12525.                                 => [
  12526.                                     'property' => 'createdAt',
  12527.                                     'label' => 'Creado en',
  12528.                                 ],
  12529.                                 => [
  12530.                                     'property' => 'updatedAt',
  12531.                                     'label' => 'Editado en',
  12532.                                 ],
  12533.                                 => [
  12534.                                     'property' => 'customers',
  12535.                                     'label' => 'Clientes',
  12536.                                 ],
  12537.                             ],
  12538.                         ],
  12539.                         'form' => [
  12540.                             'fields' => [
  12541.                                 => [
  12542.                                     'property' => 'isGeneratedPromoCode',
  12543.                                     'label' => 'Auto Generar Promo Code',
  12544.                                     'type' => 'checkbox',
  12545.                                     'type_options' => [
  12546.                                         'attr' => [
  12547.                                             'autocomplete' => 'off',
  12548.                                             'class' => 'cb_auto_generate_promo_code',
  12549.                                         ],
  12550.                                     ],
  12551.                                 ],
  12552.                                 => [
  12553.                                     'property' => 'promoCode',
  12554.                                     'label' => 'Código Promocional',
  12555.                                     'type_options' => [
  12556.                                         'required' => true,
  12557.                                         'attr' => [
  12558.                                             'autocomplete' => 'off',
  12559.                                             'class' => 'text_promo_code',
  12560.                                             'maxlength' => 6,
  12561.                                             'style' => 'text-transform: uppercase;',
  12562.                                         ],
  12563.                                     ],
  12564.                                 ],
  12565.                                 => [
  12566.                                     'property' => 'expiresAt',
  12567.                                     'label' => 'Expira en',
  12568.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  12569.                                     'type_options' => [
  12570.                                         'attr' => [
  12571.                                             'autocomplete' => 'off',
  12572.                                         ],
  12573.                                         'required' => true,
  12574.                                     ],
  12575.                                 ],
  12576.                                 => [
  12577.                                     'property' => 'limitUses',
  12578.                                     'label' => 'Nro Usos Límite',
  12579.                                     'type_options' => [
  12580.                                         'required' => true,
  12581.                                     ],
  12582.                                 ],
  12583.                                 => [
  12584.                                     'property' => 'customers',
  12585.                                     'label' => 'Clientes',
  12586.                                     'type_options' => [
  12587.                                         'multiple' => true,
  12588.                                     ],
  12589.                                 ],
  12590.                             ],
  12591.                         ],
  12592.                         'edit' => [
  12593.                             'fields' => [
  12594.                                 => [
  12595.                                     'property' => 'isGeneratedPromoCode',
  12596.                                     'label' => 'Auto Generar Promo Code',
  12597.                                     'type' => 'checkbox',
  12598.                                     'type_options' => [
  12599.                                         'attr' => [
  12600.                                             'autocomplete' => 'off',
  12601.                                             'class' => 'cb_auto_generate_promo_code',
  12602.                                         ],
  12603.                                     ],
  12604.                                 ],
  12605.                                 => [
  12606.                                     'property' => 'promoCode',
  12607.                                     'label' => 'Código Promocional',
  12608.                                     'type_options' => [
  12609.                                         'required' => true,
  12610.                                         'attr' => [
  12611.                                             'autocomplete' => 'off',
  12612.                                             'class' => 'text_promo_code',
  12613.                                             'maxlength' => 6,
  12614.                                             'style' => 'text-transform: uppercase;',
  12615.                                         ],
  12616.                                     ],
  12617.                                 ],
  12618.                                 => [
  12619.                                     'property' => 'expiresAt',
  12620.                                     'label' => 'Expira en',
  12621.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  12622.                                     'type_options' => [
  12623.                                         'attr' => [
  12624.                                             'autocomplete' => 'off',
  12625.                                         ],
  12626.                                         'required' => true,
  12627.                                     ],
  12628.                                 ],
  12629.                                 => [
  12630.                                     'property' => 'limitUses',
  12631.                                     'label' => 'Nro Usos Límite',
  12632.                                     'type_options' => [
  12633.                                         'required' => true,
  12634.                                     ],
  12635.                                 ],
  12636.                             ],
  12637.                         ],
  12638.                         'name' => 'Coupon',
  12639.                     ],
  12640.                     'CouponCustomer' => [
  12641.                         'class' => 'App\\Entity\\CouponCustomer',
  12642.                         'controller' => 'App\\Controller\\CouponCustomerController',
  12643.                         'label' => 'label.user_coupon',
  12644.                         'icon' => 'gift',
  12645.                         'permission' => [
  12646.                             => 'ROLE_SUPER_ADMIN',
  12647.                         ],
  12648.                         'list' => [
  12649.                             'filters' => [
  12650.                                 => 'coupon',
  12651.                             ],
  12652.                             'fields' => [
  12653.                                 => 'customer',
  12654.                                 => 'coupon',
  12655.                             ],
  12656.                         ],
  12657.                         'name' => 'CouponCustomer',
  12658.                     ],
  12659.                     'Customer' => [
  12660.                         'class' => 'App\\Entity\\Customer',
  12661.                         'controller' => 'App\\Controller\\CustomerController',
  12662.                         'label' => 'menu.clients',
  12663.                         'icon' => 'user',
  12664.                         'permission' => [
  12665.                             => 'ROLE_ADMIN',
  12666.                         ],
  12667.                         'list' => [
  12668.                             'batch_actions' => [
  12669.                                 => [
  12670.                                     'name' => 'captureMail',
  12671.                                     'label' => 'Copiar Correo',
  12672.                                     'icon' => 'envelope',
  12673.                                     'css_class' => 'btn btn-secondary',
  12674.                                     'ask_confirm' => false,
  12675.                                 ],
  12676.                             ],
  12677.                             'max_results' => 100,
  12678.                             'fields' => [
  12679.                                 => [
  12680.                                     'property' => 'imageTeam',
  12681.                                     'label' => 'Imagen',
  12682.                                     'type' => 'image',
  12683.                                     'base_path' => '/uploads/images/customer',
  12684.                                     'sortable' => false,
  12685.                                 ],
  12686.                                 => [
  12687.                                     'property' => 'name',
  12688.                                     'label' => 'Nombre',
  12689.                                 ],
  12690.                                 => 'email',
  12691.                                 => [
  12692.                                     'property' => 'enabled',
  12693.                                     'label' => 'Habilitado',
  12694.                                 ],
  12695.                                 => [
  12696.                                     'property' => 'seasonActiveText',
  12697.                                     'label' => 'Temp.',
  12698.                                 ],
  12699.                                 => [
  12700.                                     'property' => 'nameTeam',
  12701.                                     'label' => 'Equipo',
  12702.                                 ],
  12703.                                 => [
  12704.                                     'property' => 'typeAccount',
  12705.                                     'label' => 'Tipo Cuenta',
  12706.                                 ],
  12707.                                 => [
  12708.                                     'property' => 'isPro',
  12709.                                     'label' => 'User Pro',
  12710.                                     'type' => 'boolean',
  12711.                                 ],
  12712.                             ],
  12713.                         ],
  12714.                         'show' => [
  12715.                             'fields' => [
  12716.                                 => 'name',
  12717.                                 => [
  12718.                                     'property' => 'surname',
  12719.                                     'label' => 'label.surname',
  12720.                                 ],
  12721.                                 => 'email',
  12722.                                 => [
  12723.                                     'property' => 'countryName',
  12724.                                     'label' => 'Country',
  12725.                                 ],
  12726.                                 => [
  12727.                                     'property' => 'nameTeam',
  12728.                                     'label' => 'Nombre Equipo',
  12729.                                     'type' => 'text',
  12730.                                 ],
  12731.                                 => [
  12732.                                     'property' => 'image',
  12733.                                     'label' => 'Imagen',
  12734.                                     'type' => 'image',
  12735.                                     'base_path' => '/uploads/images/customer',
  12736.                                 ],
  12737.                                 => [
  12738.                                     'property' => 'seasonActiveText',
  12739.                                     'label' => 'Tem.',
  12740.                                 ],
  12741.                                 => 'enabled',
  12742.                                 => [
  12743.                                     'property' => 'typeAccount',
  12744.                                     'label' => 'label.type_account',
  12745.                                 ],
  12746.                                 => [
  12747.                                     'property' => 'categoryTeam',
  12748.                                     'label' => 'Category',
  12749.                                     'type' => 'text',
  12750.                                 ],
  12751.                                 10 => [
  12752.                                     'property' => 'typeSoccerTeamName',
  12753.                                     'label' => 'menu.type_soccer',
  12754.                                     'type' => 'text',
  12755.                                 ],
  12756.                             ],
  12757.                         ],
  12758.                         'form' => [
  12759.                             'fields' => [
  12760.                                 => 'name',
  12761.                                 => [
  12762.                                     'property' => 'surname',
  12763.                                     'label' => 'label.surname',
  12764.                                 ],
  12765.                                 => [
  12766.                                     'property' => 'imageFile',
  12767.                                     'label' => 'Imagen Coach',
  12768.                                     'type' => 'vich_image',
  12769.                                     'help' => 'La imagen debe ser de 500x350 px',
  12770.                                 ],
  12771.                                 => [
  12772.                                     'property' => 'email',
  12773.                                     'type' => 'email',
  12774.                                 ],
  12775.                                 => [
  12776.                                     'property' => 'plainPassword',
  12777.                                     'label' => 'Password',
  12778.                                     'type' => 'password',
  12779.                                     'type_options' => [
  12780.                                         'required' => true,
  12781.                                     ],
  12782.                                 ],
  12783.                                 => [
  12784.                                     'property' => 'nameTeam',
  12785.                                     'label' => 'Nombre Equipo',
  12786.                                     'type' => 'text',
  12787.                                     'type_options' => [
  12788.                                         'required' => true,
  12789.                                     ],
  12790.                                 ],
  12791.                                 => [
  12792.                                     'property' => 'categoryTeam',
  12793.                                     'label' => 'Category',
  12794.                                     'type' => 'text',
  12795.                                     'type_options' => [
  12796.                                         'required' => true,
  12797.                                     ],
  12798.                                 ],
  12799.                                 => [
  12800.                                     'property' => 'typeSoccerTeamId',
  12801.                                     'label' => 'menu.type_soccer',
  12802.                                     'type' => 'App\\Form\\Type\\TypeSoccerType',
  12803.                                     'type_options' => [
  12804.                                         'required' => true,
  12805.                                     ],
  12806.                                 ],
  12807.                                 => [
  12808.                                     'property' => 'plainPassword',
  12809.                                     'label' => 'Password',
  12810.                                     'type' => 'password',
  12811.                                     'type_options' => [
  12812.                                         'required' => true,
  12813.                                     ],
  12814.                                 ],
  12815.                                 => [
  12816.                                     'property' => 'country_id',
  12817.                                     'label' => 'Country',
  12818.                                     'type' => 'App\\Form\\Type\\CountryType',
  12819.                                     'type_options' => [
  12820.                                         'required' => true,
  12821.                                     ],
  12822.                                 ],
  12823.                                 10 => [
  12824.                                     'property' => 'seasonYear',
  12825.                                     'label' => 'Season',
  12826.                                     'type' => 'App\\Form\\Type\\SeasonType',
  12827.                                     'type_options' => [
  12828.                                         'required' => true,
  12829.                                     ],
  12830.                                 ],
  12831.                             ],
  12832.                         ],
  12833.                         'edit' => [
  12834.                             'fields' => [
  12835.                                 => [
  12836.                                     'property' => 'plainPassword',
  12837.                                     'label' => 'Password',
  12838.                                     'type' => 'password',
  12839.                                     'type_options' => [
  12840.                                         'required' => false,
  12841.                                     ],
  12842.                                 ],
  12843.                                 => [
  12844.                                     'property' => 'isPro',
  12845.                                     'label' => 'User is Pro',
  12846.                                     'type' => 'checkbox',
  12847.                                 ],
  12848.                             ],
  12849.                         ],
  12850.                         'name' => 'Customer',
  12851.                     ],
  12852.                     'Difficulty' => [
  12853.                         'class' => 'App\\Entity\\Difficulty',
  12854.                         'label' => 'menu.difficulty',
  12855.                         'controller' => 'App\\Controller\\DifficultyController',
  12856.                         'icon' => 'user-tie',
  12857.                         'permission' => [
  12858.                             => 'ROLE_ADMIN',
  12859.                         ],
  12860.                         'list' => [
  12861.                             'fields' => [
  12862.                                 => [
  12863.                                     'property' => 'name',
  12864.                                     'label' => 'Nombres',
  12865.                                 ],
  12866.                             ],
  12867.                         ],
  12868.                         'show' => [
  12869.                             'fields' => [
  12870.                                 => [
  12871.                                     'property' => 'name',
  12872.                                     'label' => 'Nombres',
  12873.                                 ],
  12874.                             ],
  12875.                         ],
  12876.                         'form' => [
  12877.                             'fields' => [
  12878.                                 => [
  12879.                                     'property' => 'translations',
  12880.                                     'label' => 'Traducciones',
  12881.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12882.                                     'type_options' => [
  12883.                                         'fields' => [
  12884.                                             'name' => [
  12885.                                                 'attr' => [
  12886.                                                     'style' => 'max-width: inherit;',
  12887.                                                 ],
  12888.                                             ],
  12889.                                         ],
  12890.                                     ],
  12891.                                 ],
  12892.                                 => [
  12893.                                     'property' => 'imageFile',
  12894.                                     'label' => 'Imagen',
  12895.                                     'type' => 'vich_image',
  12896.                                 ],
  12897.                             ],
  12898.                         ],
  12899.                         'name' => 'Difficulty',
  12900.                     ],
  12901.                     'Exercise' => [
  12902.                         'class' => 'App\\Entity\\Exercise',
  12903.                         'label' => 'menu.trainings',
  12904.                         'icon' => 'male',
  12905.                         'permission' => [
  12906.                             => 'ROLE_ADMIN',
  12907.                         ],
  12908.                         'list' => [
  12909.                             'filters' => [
  12910.                                 => [
  12911.                                     'property' => 'updatedAt',
  12912.                                     'label' => 'label.updatedAt',
  12913.                                     'type' => 'date',
  12914.                                 ],
  12915.                                 => [
  12916.                                     'property' => 'category',
  12917.                                     'label' => 'menu.category',
  12918.                                 ],
  12919.                                 => [
  12920.                                     'property' => 'dificulty',
  12921.                                     'label' => 'label.dificulty',
  12922.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  12923.                                 ],
  12924.                                 => [
  12925.                                     'property' => 'intensity',
  12926.                                     'label' => 'label.intensity',
  12927.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  12928.                                 ],
  12929.                             ],
  12930.                             'fields' => [
  12931.                                 => [
  12932.                                     'property' => 'poster',
  12933.                                     'label' => 'Imagen',
  12934.                                     'type' => 'image',
  12935.                                     'base_path' => '/uploads/images/exercise',
  12936.                                     'sortable' => false,
  12937.                                 ],
  12938.                                 => [
  12939.                                     'property' => 'name',
  12940.                                     'label' => 'Nombre',
  12941.                                 ],
  12942.                                 => [
  12943.                                     'property' => 'category',
  12944.                                     'label' => 'Categoria',
  12945.                                 ],
  12946.                                 => [
  12947.                                     'property' => 'duration',
  12948.                                     'label' => 'Tiempo',
  12949.                                 ],
  12950.                                 => [
  12951.                                     'property' => 'dificulty',
  12952.                                     'label' => 'label.dificulty',
  12953.                                 ],
  12954.                                 => [
  12955.                                     'property' => 'intensity',
  12956.                                     'label' => 'label.intensity',
  12957.                                 ],
  12958.                             ],
  12959.                             'max_results' => 30,
  12960.                             'dql_filter' => 'entity.customer_id IS NULL',
  12961.                         ],
  12962.                         'show' => [
  12963.                             'fields' => [
  12964.                                 => [
  12965.                                     'property' => 'name',
  12966.                                     'label' => 'Nombre',
  12967.                                 ],
  12968.                                 => [
  12969.                                     'property' => 'image',
  12970.                                     'label' => 'Imagen o Video',
  12971.                                     'type' => 'file',
  12972.                                     'base_path' => '/uploads/images/exercise',
  12973.                                 ],
  12974.                                 => [
  12975.                                     'property' => 'category',
  12976.                                     'label' => 'Categoria',
  12977.                                 ],
  12978.                                 => [
  12979.                                     'property' => 'description',
  12980.                                     'label' => 'Descripcion',
  12981.                                 ],
  12982.                                 => [
  12983.                                     'property' => 'poster',
  12984.                                     'label' => 'Imagen Ejercicio',
  12985.                                     'type' => 'image',
  12986.                                     'base_path' => '/uploads/images/exercise',
  12987.                                 ],
  12988.                                 => [
  12989.                                     'property' => 'dificulty',
  12990.                                     'label' => 'label.dificulty',
  12991.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  12992.                                 ],
  12993.                                 => [
  12994.                                     'property' => 'intensity',
  12995.                                     'label' => 'label.intensity',
  12996.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  12997.                                 ],
  12998.                                 => [
  12999.                                     'property' => 'duration',
  13000.                                     'label' => 'Tiempo',
  13001.                                 ],
  13002.                             ],
  13003.                         ],
  13004.                         'form' => [
  13005.                             'fields' => [
  13006.                                 => [
  13007.                                     'property' => 'translations',
  13008.                                     'label' => 'Traducciones',
  13009.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13010.                                     'type_options' => [
  13011.                                         'fields' => [
  13012.                                             'name' => [
  13013.                                                 'attr' => [
  13014.                                                     'style' => 'max-width: inherit;',
  13015.                                                 ],
  13016.                                             ],
  13017.                                             'description' => [
  13018.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13019.                                                 'attr' => [
  13020.                                                     'rows' => '10',
  13021.                                                     'style' => 'max-width: inherit;',
  13022.                                                 ],
  13023.                                             ],
  13024.                                         ],
  13025.                                     ],
  13026.                                 ],
  13027.                                 => [
  13028.                                     'property' => 'imageFile',
  13029.                                     'label' => 'Imagen o Video',
  13030.                                     'type' => 'vich_file',
  13031.                                     'help' => 'La imagen debe ser de 100x100 px',
  13032.                                 ],
  13033.                                 => [
  13034.                                     'property' => 'category',
  13035.                                     'label' => 'Categoria',
  13036.                                 ],
  13037.                                 => [
  13038.                                     'property' => 'posterFile',
  13039.                                     'label' => 'Imagen Ejercicio',
  13040.                                     'type' => 'vich_image',
  13041.                                     'help' => 'La imagen debe ser de 500x350 px',
  13042.                                 ],
  13043.                                 => [
  13044.                                     'property' => 'dificulty',
  13045.                                     'label' => 'label.dificulty',
  13046.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13047.                                 ],
  13048.                                 => [
  13049.                                     'property' => 'intensity',
  13050.                                     'label' => 'label.intensity',
  13051.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13052.                                 ],
  13053.                                 => [
  13054.                                     'property' => 'duration',
  13055.                                     'label' => 'Tiempo',
  13056.                                     'help' => 'Tiempo en minutos',
  13057.                                     'type_options' => [
  13058.                                         'attr' => [
  13059.                                             'min' => 1,
  13060.                                             'max' => 999,
  13061.                                         ],
  13062.                                     ],
  13063.                                 ],
  13064.                                 => [
  13065.                                     'property' => 'materials',
  13066.                                     'label' => 'Material',
  13067.                                     'type_options' => [
  13068.                                         'multiple' => true,
  13069.                                         'class' => 'App\\Entity\\Material',
  13070.                                     ],
  13071.                                 ],
  13072.                             ],
  13073.                         ],
  13074.                         'search' => [
  13075.                             'fields' => [
  13076.                                 => 'category',
  13077.                                 => 'translations.name',
  13078.                             ],
  13079.                         ],
  13080.                         'name' => 'Exercise',
  13081.                     ],
  13082.                     'ExerciseCustomer' => [
  13083.                         'class' => 'App\\Entity\\Exercise',
  13084.                         'label' => 'menu.trainings_users',
  13085.                         'icon' => 'male',
  13086.                         'permission' => [
  13087.                             => 'ROLE_ADMIN',
  13088.                         ],
  13089.                         'list' => [
  13090.                             'filters' => [
  13091.                                 => [
  13092.                                     'property' => 'updatedAt',
  13093.                                     'label' => 'label.updatedAt',
  13094.                                     'type' => 'date',
  13095.                                 ],
  13096.                                 => [
  13097.                                     'property' => 'category',
  13098.                                     'label' => 'menu.category',
  13099.                                 ],
  13100.                                 => [
  13101.                                     'property' => 'dificulty',
  13102.                                     'label' => 'label.dificulty',
  13103.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  13104.                                 ],
  13105.                                 => [
  13106.                                     'property' => 'intensity',
  13107.                                     'label' => 'label.intensity',
  13108.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  13109.                                 ],
  13110.                             ],
  13111.                             'fields' => [
  13112.                                 => [
  13113.                                     'property' => 'image',
  13114.                                     'label' => 'Imagen',
  13115.                                     'type' => 'image',
  13116.                                     'base_path' => '/uploads/images/exercise',
  13117.                                     'sortable' => false,
  13118.                                 ],
  13119.                                 => [
  13120.                                     'property' => 'name',
  13121.                                     'label' => 'Nombre',
  13122.                                 ],
  13123.                                 => [
  13124.                                     'property' => 'category',
  13125.                                     'label' => 'Categoria',
  13126.                                 ],
  13127.                                 => [
  13128.                                     'property' => 'duration',
  13129.                                     'label' => 'Tiempo',
  13130.                                 ],
  13131.                                 => [
  13132.                                     'property' => 'dificulty',
  13133.                                     'label' => 'label.dificulty',
  13134.                                 ],
  13135.                                 => [
  13136.                                     'property' => 'intensity',
  13137.                                     'label' => 'label.intensity',
  13138.                                 ],
  13139.                             ],
  13140.                             'max_results' => 30,
  13141.                             'dql_filter' => 'entity.customer_id IS NOT NULL',
  13142.                         ],
  13143.                         'show' => [
  13144.                             'fields' => [
  13145.                                 => [
  13146.                                     'property' => 'name',
  13147.                                     'label' => 'Nombre',
  13148.                                 ],
  13149.                                 => [
  13150.                                     'property' => 'image',
  13151.                                     'label' => 'Imagen',
  13152.                                     'type' => 'image',
  13153.                                     'base_path' => '/uploads/images/exercise',
  13154.                                 ],
  13155.                                 => [
  13156.                                     'property' => 'category',
  13157.                                     'label' => 'Categoria',
  13158.                                 ],
  13159.                                 => [
  13160.                                     'property' => 'description',
  13161.                                     'label' => 'Descripcion',
  13162.                                 ],
  13163.                                 => [
  13164.                                     'property' => 'poster',
  13165.                                     'label' => 'Imagen Ejercicio',
  13166.                                     'type' => 'image',
  13167.                                     'base_path' => '/uploads/images/exercise',
  13168.                                 ],
  13169.                                 => [
  13170.                                     'property' => 'dificulty',
  13171.                                     'label' => 'label.dificulty',
  13172.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13173.                                 ],
  13174.                                 => [
  13175.                                     'property' => 'intensity',
  13176.                                     'label' => 'label.intensity',
  13177.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13178.                                 ],
  13179.                                 => [
  13180.                                     'property' => 'duration',
  13181.                                     'label' => 'Tiempo',
  13182.                                 ],
  13183.                             ],
  13184.                         ],
  13185.                         'form' => [
  13186.                             'fields' => [
  13187.                                 => [
  13188.                                     'property' => 'translations',
  13189.                                     'label' => 'Traducciones',
  13190.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13191.                                     'type_options' => [
  13192.                                         'fields' => [
  13193.                                             'name' => [
  13194.                                                 'attr' => [
  13195.                                                     'style' => 'max-width: inherit;',
  13196.                                                 ],
  13197.                                             ],
  13198.                                             'description' => [
  13199.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13200.                                                 'attr' => [
  13201.                                                     'rows' => '10',
  13202.                                                     'style' => 'max-width: inherit;',
  13203.                                                 ],
  13204.                                             ],
  13205.                                         ],
  13206.                                     ],
  13207.                                 ],
  13208.                                 => [
  13209.                                     'property' => 'imageFile',
  13210.                                     'label' => 'Imagen',
  13211.                                     'type' => 'vich_image',
  13212.                                     'help' => 'La imagen debe ser de 100x100 px',
  13213.                                 ],
  13214.                                 => [
  13215.                                     'property' => 'category',
  13216.                                     'label' => 'Categoria',
  13217.                                 ],
  13218.                                 => [
  13219.                                     'property' => 'posterFile',
  13220.                                     'label' => 'Imagen Ejercicio',
  13221.                                     'type' => 'vich_image',
  13222.                                     'help' => 'La imagen debe ser de 500x350 px',
  13223.                                 ],
  13224.                                 => [
  13225.                                     'property' => 'dificulty',
  13226.                                     'label' => 'label.dificulty',
  13227.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13228.                                 ],
  13229.                                 => [
  13230.                                     'property' => 'intensity',
  13231.                                     'label' => 'label.intensity',
  13232.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13233.                                 ],
  13234.                                 => [
  13235.                                     'property' => 'duration',
  13236.                                     'label' => 'Tiempo',
  13237.                                     'help' => 'Tiempo en minutos',
  13238.                                     'type_options' => [
  13239.                                         'attr' => [
  13240.                                             'min' => 1,
  13241.                                             'max' => 999,
  13242.                                         ],
  13243.                                     ],
  13244.                                 ],
  13245.                                 => [
  13246.                                     'property' => 'materials',
  13247.                                     'label' => 'Material',
  13248.                                     'type_options' => [
  13249.                                         'multiple' => true,
  13250.                                         'class' => 'App\\Entity\\Material',
  13251.                                     ],
  13252.                                 ],
  13253.                             ],
  13254.                         ],
  13255.                         'search' => [
  13256.                             'fields' => [
  13257.                                 => 'category',
  13258.                                 => 'translations.name',
  13259.                             ],
  13260.                         ],
  13261.                         'name' => 'ExerciseCustomer',
  13262.                     ],
  13263.                     'ExerciseShared' => [
  13264.                         'class' => 'App\\Entity\\Exercise',
  13265.                         'controller' => 'App\\Controller\\ExerciseSharedController',
  13266.                         'label' => 'menu.trainings_shared',
  13267.                         'icon' => 'male',
  13268.                         'permission' => [
  13269.                             => 'ROLE_ADMIN',
  13270.                         ],
  13271.                         'list' => [
  13272.                             'filters' => [
  13273.                                 => [
  13274.                                     'property' => 'updatedAt',
  13275.                                     'label' => 'label.updatedAt',
  13276.                                     'type' => 'date',
  13277.                                 ],
  13278.                                 => [
  13279.                                     'property' => 'category',
  13280.                                     'label' => 'menu.category',
  13281.                                 ],
  13282.                                 => [
  13283.                                     'property' => 'dificulty',
  13284.                                     'label' => 'label.dificulty',
  13285.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  13286.                                 ],
  13287.                                 => [
  13288.                                     'property' => 'intensity',
  13289.                                     'label' => 'label.intensity',
  13290.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  13291.                                 ],
  13292.                             ],
  13293.                             'fields' => [
  13294.                                 => [
  13295.                                     'property' => 'image',
  13296.                                     'label' => 'Imagen',
  13297.                                     'type' => 'image',
  13298.                                     'base_path' => '/uploads/images/exercise',
  13299.                                     'sortable' => false,
  13300.                                 ],
  13301.                                 => [
  13302.                                     'property' => 'name',
  13303.                                     'label' => 'Nombre',
  13304.                                 ],
  13305.                                 => [
  13306.                                     'property' => 'category',
  13307.                                     'label' => 'Categoria',
  13308.                                 ],
  13309.                                 => [
  13310.                                     'property' => 'duration',
  13311.                                     'label' => 'Tiempo',
  13312.                                 ],
  13313.                                 => [
  13314.                                     'property' => 'dificulty',
  13315.                                     'label' => 'label.dificulty',
  13316.                                 ],
  13317.                                 => [
  13318.                                     'property' => 'intensity',
  13319.                                     'label' => 'label.intensity',
  13320.                                 ],
  13321.                                 => [
  13322.                                     'property' => 'exerciseQualifications',
  13323.                                     'label' => 'label.votes',
  13324.                                 ],
  13325.                                 => [
  13326.                                     'property' => 'stars',
  13327.                                     'label' => 'label.rating',
  13328.                                     'template' => 'admin/exercise/starts_exercise.html.twig',
  13329.                                 ],
  13330.                             ],
  13331.                             'max_results' => 30,
  13332.                             'dql_filter' => 'entity.deletedAt IS NULL AND entity.is_shared IS NOT NULL',
  13333.                         ],
  13334.                         'show' => [
  13335.                             'fields' => [
  13336.                                 => [
  13337.                                     'property' => 'name',
  13338.                                     'label' => 'Nombre',
  13339.                                 ],
  13340.                                 => [
  13341.                                     'property' => 'image',
  13342.                                     'label' => 'Imagen',
  13343.                                     'type' => 'image',
  13344.                                     'base_path' => '/uploads/images/exercise',
  13345.                                 ],
  13346.                                 => [
  13347.                                     'property' => 'category',
  13348.                                     'label' => 'Categoria',
  13349.                                 ],
  13350.                                 => [
  13351.                                     'property' => 'description',
  13352.                                     'label' => 'Descripcion',
  13353.                                 ],
  13354.                                 => [
  13355.                                     'property' => 'poster',
  13356.                                     'label' => 'Imagen Ejercicio',
  13357.                                     'type' => 'image',
  13358.                                     'base_path' => '/uploads/images/exercise',
  13359.                                 ],
  13360.                                 => [
  13361.                                     'property' => 'dificulty',
  13362.                                     'label' => 'label.dificulty',
  13363.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13364.                                 ],
  13365.                                 => [
  13366.                                     'property' => 'intensity',
  13367.                                     'label' => 'label.intensity',
  13368.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13369.                                 ],
  13370.                                 => [
  13371.                                     'property' => 'duration',
  13372.                                     'label' => 'Tiempo',
  13373.                                 ],
  13374.                             ],
  13375.                         ],
  13376.                         'form' => [
  13377.                             'fields' => [
  13378.                                 => [
  13379.                                     'property' => 'translations',
  13380.                                     'label' => 'Traducciones',
  13381.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13382.                                     'type_options' => [
  13383.                                         'fields' => [
  13384.                                             'name' => [
  13385.                                                 'attr' => [
  13386.                                                     'style' => 'max-width: inherit;',
  13387.                                                 ],
  13388.                                             ],
  13389.                                             'description' => [
  13390.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13391.                                                 'attr' => [
  13392.                                                     'rows' => '10',
  13393.                                                     'style' => 'max-width: inherit;',
  13394.                                                 ],
  13395.                                             ],
  13396.                                         ],
  13397.                                     ],
  13398.                                 ],
  13399.                                 => [
  13400.                                     'property' => 'imageFile',
  13401.                                     'label' => 'Imagen',
  13402.                                     'type' => 'vich_image',
  13403.                                     'help' => 'La imagen debe ser de 100x100 px',
  13404.                                 ],
  13405.                                 => [
  13406.                                     'property' => 'category',
  13407.                                     'label' => 'Categoria',
  13408.                                 ],
  13409.                                 => [
  13410.                                     'property' => 'posterFile',
  13411.                                     'label' => 'Imagen Ejercicio',
  13412.                                     'type' => 'vich_image',
  13413.                                     'help' => 'La imagen debe ser de 500x350 px',
  13414.                                 ],
  13415.                                 => [
  13416.                                     'property' => 'dificulty',
  13417.                                     'label' => 'label.dificulty',
  13418.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13419.                                 ],
  13420.                                 => [
  13421.                                     'property' => 'intensity',
  13422.                                     'label' => 'label.intensity',
  13423.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13424.                                 ],
  13425.                                 => [
  13426.                                     'property' => 'duration',
  13427.                                     'label' => 'Tiempo',
  13428.                                     'help' => 'Tiempo en minutos',
  13429.                                     'type_options' => [
  13430.                                         'attr' => [
  13431.                                             'min' => 1,
  13432.                                             'max' => 999,
  13433.                                         ],
  13434.                                     ],
  13435.                                 ],
  13436.                                 => [
  13437.                                     'property' => 'materials',
  13438.                                     'label' => 'Material',
  13439.                                     'type_options' => [
  13440.                                         'multiple' => true,
  13441.                                         'class' => 'App\\Entity\\Material',
  13442.                                     ],
  13443.                                 ],
  13444.                             ],
  13445.                         ],
  13446.                         'search' => [
  13447.                             'fields' => [
  13448.                                 => 'category',
  13449.                                 => 'translations.name',
  13450.                             ],
  13451.                         ],
  13452.                         'name' => 'ExerciseShared',
  13453.                     ],
  13454.                     'JustificationType' => [
  13455.                         'class' => 'App\\Entity\\JustificationType',
  13456.                         'controller' => 'App\\Controller\\JustificationTypeController',
  13457.                         'label' => 'menu.justification_type',
  13458.                         'icon' => 'user-tie',
  13459.                         'permission' => [
  13460.                             => 'ROLE_ADMIN',
  13461.                         ],
  13462.                         'list' => [
  13463.                             'fields' => [
  13464.                                 => [
  13465.                                     'property' => 'icon',
  13466.                                     'label' => 'Imagen',
  13467.                                     'type' => 'image',
  13468.                                     'base_path' => '/uploads/images/justification_icons',
  13469.                                     'sortable' => false,
  13470.                                 ],
  13471.                                 => [
  13472.                                     'property' => 'name',
  13473.                                     'label' => 'Nombres',
  13474.                                 ],
  13475.                                 => [
  13476.                                     'property' => 'description',
  13477.                                     'label' => 'Descripcion',
  13478.                                 ],
  13479.                                 => [
  13480.                                     'property' => 'nro_order',
  13481.                                     'label' => 'Order en vista',
  13482.                                 ],
  13483.                                 => [
  13484.                                     'property' => 'showTraining',
  13485.                                     'label' => 'ver en entrenamiento',
  13486.                                     'type' => 'boolean',
  13487.                                 ],
  13488.                                 => [
  13489.                                     'property' => 'showAnnouncement',
  13490.                                     'label' => 'ver en convocatoria',
  13491.                                     'type' => 'boolean',
  13492.                                 ],
  13493.                             ],
  13494.                         ],
  13495.                         'show' => [
  13496.                             'fields' => [
  13497.                                 => [
  13498.                                     'property' => 'name',
  13499.                                     'label' => 'Nombres',
  13500.                                 ],
  13501.                                 => [
  13502.                                     'property' => 'description',
  13503.                                     'label' => 'Descripcion',
  13504.                                 ],
  13505.                                 => [
  13506.                                     'property' => 'icon',
  13507.                                     'label' => 'Imagen',
  13508.                                     'type' => 'image',
  13509.                                     'base_path' => '/uploads/images/justification_icons',
  13510.                                 ],
  13511.                             ],
  13512.                         ],
  13513.                         'form' => [
  13514.                             'fields' => [
  13515.                                 => [
  13516.                                     'property' => 'translations',
  13517.                                     'label' => 'Traducciones',
  13518.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13519.                                     'type_options' => [
  13520.                                         'fields' => [
  13521.                                             'name' => [
  13522.                                                 'attr' => [
  13523.                                                     'style' => 'max-width: inherit;',
  13524.                                                 ],
  13525.                                             ],
  13526.                                             'description' => [
  13527.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13528.                                                 'attr' => [
  13529.                                                     'rows' => '10',
  13530.                                                     'style' => 'max-width: inherit;',
  13531.                                                 ],
  13532.                                             ],
  13533.                                         ],
  13534.                                     ],
  13535.                                 ],
  13536.                                 => [
  13537.                                     'property' => 'iconFile',
  13538.                                     'label' => 'Imagen',
  13539.                                     'type' => 'vich_image',
  13540.                                 ],
  13541.                                 => [
  13542.                                     'property' => 'nro_order',
  13543.                                     'label' => 'label.nro_order',
  13544.                                     'type' => 'number',
  13545.                                 ],
  13546.                                 => [
  13547.                                     'property' => 'showTraining',
  13548.                                     'label' => 'label.showTraining',
  13549.                                 ],
  13550.                                 => [
  13551.                                     'property' => 'showAnnouncement',
  13552.                                     'label' => 'label.showAnnouncement',
  13553.                                     'type' => 'checkbox',
  13554.                                 ],
  13555.                             ],
  13556.                         ],
  13557.                         'name' => 'JustificationType',
  13558.                     ],
  13559.                     'Locality' => [
  13560.                         'class' => 'App\\Entity\\Locality',
  13561.                         'label' => 'menu.locality',
  13562.                         'controller' => 'App\\Controller\\LocalityController',
  13563.                         'icon' => 'user-tie',
  13564.                         'permission' => [
  13565.                             => 'ROLE_ADMIN',
  13566.                         ],
  13567.                         'list' => [
  13568.                             'fields' => [
  13569.                                 => [
  13570.                                     'property' => 'name',
  13571.                                     'label' => 'Nombres',
  13572.                                 ],
  13573.                                 => [
  13574.                                     'property' => 'image',
  13575.                                     'label' => 'Imagen',
  13576.                                     'type' => 'image',
  13577.                                     'base_path' => '/uploads/images/locality',
  13578.                                     'sortable' => false,
  13579.                                 ],
  13580.                             ],
  13581.                         ],
  13582.                         'show' => [
  13583.                             'fields' => [
  13584.                                 => [
  13585.                                     'property' => 'name',
  13586.                                     'label' => 'Nombres',
  13587.                                 ],
  13588.                                 => [
  13589.                                     'property' => 'image',
  13590.                                     'label' => 'Imagen',
  13591.                                     'type' => 'image',
  13592.                                     'base_path' => '/uploads/images/locality',
  13593.                                 ],
  13594.                             ],
  13595.                         ],
  13596.                         'form' => [
  13597.                             'fields' => [
  13598.                                 => [
  13599.                                     'property' => 'translations',
  13600.                                     'label' => 'Traducciones',
  13601.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13602.                                     'type_options' => [
  13603.                                         'fields' => [
  13604.                                             'name' => [
  13605.                                                 'attr' => [
  13606.                                                     'style' => 'max-width: inherit;',
  13607.                                                 ],
  13608.                                             ],
  13609.                                         ],
  13610.                                     ],
  13611.                                 ],
  13612.                                 => [
  13613.                                     'property' => 'imageFile',
  13614.                                     'label' => 'Imagen',
  13615.                                     'type' => 'vich_image',
  13616.                                 ],
  13617.                             ],
  13618.                         ],
  13619.                         'name' => 'Locality',
  13620.                     ],
  13621.                     'Material' => [
  13622.                         'class' => 'App\\Entity\\Material',
  13623.                         'label' => 'menu.material',
  13624.                         'icon' => 'futbol-o',
  13625.                         'permission' => [
  13626.                             => 'ROLE_ADMIN',
  13627.                         ],
  13628.                         'list' => [
  13629.                             'fields' => [
  13630.                                 => [
  13631.                                     'property' => 'image',
  13632.                                     'type' => 'image',
  13633.                                     'base_path' => '/uploads/images/material',
  13634.                                     'sortable' => false,
  13635.                                 ],
  13636.                                 => [
  13637.                                     'property' => 'name',
  13638.                                     'label' => 'Nombre',
  13639.                                 ],
  13640.                             ],
  13641.                         ],
  13642.                         'show' => [
  13643.                             'fields' => [
  13644.                                 => [
  13645.                                     'property' => 'name',
  13646.                                     'label' => 'Nombre',
  13647.                                 ],
  13648.                                 => [
  13649.                                     'property' => 'image',
  13650.                                     'type' => 'image',
  13651.                                     'base_path' => '/uploads/images/material',
  13652.                                 ],
  13653.                             ],
  13654.                         ],
  13655.                         'form' => [
  13656.                             'fields' => [
  13657.                                 => [
  13658.                                     'property' => 'translations',
  13659.                                     'label' => 'Traducciones',
  13660.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13661.                                 ],
  13662.                                 => [
  13663.                                     'property' => 'imageFile',
  13664.                                     'type' => 'vich_image',
  13665.                                 ],
  13666.                             ],
  13667.                         ],
  13668.                         'name' => 'Material',
  13669.                     ],
  13670.                     'Membership' => [
  13671.                         'class' => 'App\\Entity\\Membership',
  13672.                         'label' => 'Membresia Texto e Imagen',
  13673.                         'controller' => 'App\\Controller\\MembershipController',
  13674.                         'icon' => 'user-tie',
  13675.                         'permission' => [
  13676.                             => 'ROLE_ADMIN',
  13677.                         ],
  13678.                         'list' => [
  13679.                             'fields' => [
  13680.                                 => [
  13681.                                     'property' => 'image',
  13682.                                     'label' => 'Icono',
  13683.                                     'type' => 'image',
  13684.                                     'base_path' => '/uploads/images/membership',
  13685.                                     'sortable' => false,
  13686.                                 ],
  13687.                                 => [
  13688.                                     'property' => 'title',
  13689.                                     'label' => 'Título',
  13690.                                 ],
  13691.                                 => [
  13692.                                     'property' => 'description',
  13693.                                     'label' => 'Descripcion',
  13694.                                 ],
  13695.                             ],
  13696.                         ],
  13697.                         'show' => [
  13698.                             'fields' => [
  13699.                                 => [
  13700.                                     'property' => 'image',
  13701.                                     'label' => 'Imagen',
  13702.                                     'type' => 'image',
  13703.                                     'base_path' => '/uploads/images/membership',
  13704.                                 ],
  13705.                                 => [
  13706.                                     'property' => 'title',
  13707.                                     'label' => 'Título',
  13708.                                 ],
  13709.                                 => [
  13710.                                     'property' => 'description',
  13711.                                     'label' => 'Descripcion',
  13712.                                 ],
  13713.                             ],
  13714.                         ],
  13715.                         'form' => [
  13716.                             'fields' => [
  13717.                                 => [
  13718.                                     'property' => 'translations',
  13719.                                     'label' => 'Traducciones',
  13720.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13721.                                     'type_options' => [
  13722.                                         'fields' => [
  13723.                                             'title' => [
  13724.                                                 'attr' => [
  13725.                                                     'style' => 'max-width: inherit;',
  13726.                                                 ],
  13727.                                             ],
  13728.                                             'description' => [
  13729.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13730.                                                 'attr' => [
  13731.                                                     'rows' => '10',
  13732.                                                     'style' => 'max-width: inherit;',
  13733.                                                 ],
  13734.                                             ],
  13735.                                         ],
  13736.                                         'excluded_fields' => [
  13737.                                             => 'membershipItems',
  13738.                                         ],
  13739.                                     ],
  13740.                                 ],
  13741.                                 => [
  13742.                                     'property' => 'imageFile',
  13743.                                     'label' => 'Imagen',
  13744.                                     'type' => 'vich_image',
  13745.                                 ],
  13746.                             ],
  13747.                         ],
  13748.                         'name' => 'Membership',
  13749.                     ],
  13750.                     'MembershipAttr' => [
  13751.                         'class' => 'App\\Entity\\MembershipAttr',
  13752.                         'label' => 'Membresia Items',
  13753.                         'controller' => 'App\\Controller\\MembershipAttrController',
  13754.                         'icon' => 'user-tie',
  13755.                         'permission' => [
  13756.                             => 'ROLE_ADMIN',
  13757.                         ],
  13758.                         'list' => [
  13759.                             'fields' => [
  13760.                                 => [
  13761.                                     'property' => 'image',
  13762.                                     'label' => 'Imagen',
  13763.                                     'type' => 'image',
  13764.                                     'base_path' => '/uploads/images/membership',
  13765.                                     'sortable' => false,
  13766.                                 ],
  13767.                                 => [
  13768.                                     'property' => 'title',
  13769.                                     'label' => 'Título',
  13770.                                 ],
  13771.                                 => [
  13772.                                     'property' => 'description',
  13773.                                     'label' => 'Descripcion',
  13774.                                 ],
  13775.                                 => [
  13776.                                     'property' => 'membershipParent',
  13777.                                     'label' => 'Membresia 01',
  13778.                                 ],
  13779.                             ],
  13780.                         ],
  13781.                         'show' => [
  13782.                             '_template' => 'admin/membershipAttr/video_file.html.twig',
  13783.                             'fields' => [
  13784.                                 => [
  13785.                                     'property' => 'title',
  13786.                                     'label' => 'Título',
  13787.                                 ],
  13788.                                 => [
  13789.                                     'property' => 'description',
  13790.                                     'label' => 'Descripcion',
  13791.                                 ],
  13792.                                 => [
  13793.                                     'property' => 'image',
  13794.                                     'label' => 'Imagen',
  13795.                                     'type' => 'image',
  13796.                                     'base_path' => '/uploads/images/membership',
  13797.                                 ],
  13798.                                 => [
  13799.                                     'property' => 'imageFile',
  13800.                                     'label' => 'Video',
  13801.                                     'type' => 'image',
  13802.                                     'template' => 'admin/membershipAttr/video_file.html.twig',
  13803.                                 ],
  13804.                             ],
  13805.                         ],
  13806.                         'form' => [
  13807.                             'fields' => [
  13808.                                 => [
  13809.                                     'property' => 'translations',
  13810.                                     'label' => 'Traducciones',
  13811.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13812.                                     'type_options' => [
  13813.                                         'fields' => [
  13814.                                             'title' => [
  13815.                                                 'attr' => [
  13816.                                                     'style' => 'max-width: inherit;',
  13817.                                                 ],
  13818.                                             ],
  13819.                                             'description' => [
  13820.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13821.                                                 'attr' => [
  13822.                                                     'rows' => '10',
  13823.                                                     'style' => 'max-width: inherit;',
  13824.                                                 ],
  13825.                                             ],
  13826.                                         ],
  13827.                                     ],
  13828.                                 ],
  13829.                                 => [
  13830.                                     'property' => 'membershipParentId',
  13831.                                     'label' => 'label.intensity',
  13832.                                     'type' => 'App\\Form\\Type\\TypeMembership',
  13833.                                 ],
  13834.                                 => [
  13835.                                     'property' => 'imageFile',
  13836.                                     'type' => 'vich_image',
  13837.                                     'label' => 'Imagen',
  13838.                                 ],
  13839.                             ],
  13840.                         ],
  13841.                         'name' => 'MembershipAttr',
  13842.                     ],
  13843.                     'MembershipDesc' => [
  13844.                         'class' => 'App\\Entity\\MembershipDesc',
  13845.                         'label' => 'Membresia Description',
  13846.                         'icon' => 'user-tie',
  13847.                         'permission' => [
  13848.                             => 'ROLE_ADMIN',
  13849.                         ],
  13850.                         'list' => [
  13851.                             'fields' => [
  13852.                                 => [
  13853.                                     'property' => 'image',
  13854.                                     'label' => 'Imagen',
  13855.                                     'type' => 'image',
  13856.                                     'base_path' => '/uploads/images/membership',
  13857.                                     'sortable' => false,
  13858.                                 ],
  13859.                                 => [
  13860.                                     'property' => 'title',
  13861.                                     'label' => 'Título',
  13862.                                 ],
  13863.                                 => [
  13864.                                     'property' => 'description',
  13865.                                     'label' => 'Descripcion',
  13866.                                 ],
  13867.                             ],
  13868.                         ],
  13869.                         'show' => [
  13870.                             '_template' => 'admin/membershipAttr/video_file.html.twig',
  13871.                             'fields' => [
  13872.                                 => [
  13873.                                     'property' => 'title',
  13874.                                     'label' => 'Título',
  13875.                                 ],
  13876.                                 => [
  13877.                                     'property' => 'description',
  13878.                                     'label' => 'Descripcion',
  13879.                                 ],
  13880.                                 => [
  13881.                                     'property' => 'image',
  13882.                                     'label' => 'Imagen',
  13883.                                     'type' => 'image',
  13884.                                     'base_path' => '/uploads/images/membership',
  13885.                                 ],
  13886.                             ],
  13887.                         ],
  13888.                         'form' => [
  13889.                             'fields' => [
  13890.                                 => [
  13891.                                     'property' => 'translations',
  13892.                                     'label' => 'Traducciones',
  13893.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13894.                                     'type_options' => [
  13895.                                         'fields' => [
  13896.                                             'title' => [
  13897.                                                 'attr' => [
  13898.                                                     'style' => 'max-width: inherit;',
  13899.                                                 ],
  13900.                                             ],
  13901.                                             'description' => [
  13902.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13903.                                                 'attr' => [
  13904.                                                     'rows' => '10',
  13905.                                                     'style' => 'max-width: inherit;',
  13906.                                                 ],
  13907.                                             ],
  13908.                                         ],
  13909.                                     ],
  13910.                                 ],
  13911.                                 => [
  13912.                                     'property' => 'imageFile',
  13913.                                     'type' => 'vich_image',
  13914.                                 ],
  13915.                             ],
  13916.                         ],
  13917.                         'name' => 'MembershipDesc',
  13918.                     ],
  13919.                     'MembershipItems' => [
  13920.                         'class' => 'App\\Entity\\MembershipItems',
  13921.                         'label' => 'Membresia Items',
  13922.                         'icon' => 'user-tie',
  13923.                         'permission' => [
  13924.                             => 'ROLE_ADMIN',
  13925.                         ],
  13926.                         'list' => [
  13927.                             'fields' => [
  13928.                                 => [
  13929.                                     'property' => 'image',
  13930.                                     'label' => 'Imagen',
  13931.                                     'type' => 'image',
  13932.                                     'base_path' => '/uploads/images/membership',
  13933.                                     'sortable' => false,
  13934.                                 ],
  13935.                                 => [
  13936.                                     'property' => 'title',
  13937.                                     'label' => 'Título',
  13938.                                 ],
  13939.                                 => [
  13940.                                     'property' => 'description',
  13941.                                     'label' => 'Descripcion',
  13942.                                 ],
  13943.                                 => [
  13944.                                     'property' => 'membership_translation_id',
  13945.                                     'label' => 'Membresia01-Item',
  13946.                                 ],
  13947.                             ],
  13948.                         ],
  13949.                         'show' => [
  13950.                             'fields' => [
  13951.                                 => [
  13952.                                     'property' => 'image',
  13953.                                     'label' => 'Imagen',
  13954.                                     'type' => 'image',
  13955.                                     'base_path' => '/uploads/images/membership',
  13956.                                 ],
  13957.                                 => [
  13958.                                     'property' => 'title',
  13959.                                     'label' => 'Título',
  13960.                                 ],
  13961.                                 => [
  13962.                                     'property' => 'description',
  13963.                                     'label' => 'Descripcion',
  13964.                                 ],
  13965.                             ],
  13966.                         ],
  13967.                         'form' => [
  13968.                             'fields' => [
  13969.                                 => [
  13970.                                     'property' => 'translations',
  13971.                                     'label' => 'Traducciones',
  13972.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13973.                                     'type_options' => [
  13974.                                         'fields' => [
  13975.                                             'title' => [
  13976.                                                 'attr' => [
  13977.                                                     'style' => 'max-width: inherit;',
  13978.                                                 ],
  13979.                                             ],
  13980.                                             'description' => [
  13981.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13982.                                                 'attr' => [
  13983.                                                     'rows' => '10',
  13984.                                                     'style' => 'max-width: inherit;',
  13985.                                                 ],
  13986.                                             ],
  13987.                                         ],
  13988.                                     ],
  13989.                                 ],
  13990.                                 => [
  13991.                                     'property' => 'imageFile',
  13992.                                     'label' => 'Imagen',
  13993.                                     'type' => 'vich_image',
  13994.                                 ],
  13995.                             ],
  13996.                         ],
  13997.                         'name' => 'MembershipItems',
  13998.                     ],
  13999.                     'Notification' => [
  14000.                         'class' => 'App\\Entity\\Notification',
  14001.                         'controller' => 'App\\Controller\\NotificationController',
  14002.                         'label' => 'Notificaciones generales',
  14003.                         'icon' => 'male',
  14004.                         'permission' => [
  14005.                             => 'ROLE_ADMIN',
  14006.                         ],
  14007.                         'list' => [
  14008.                             'filters' => [
  14009.                                 => [
  14010.                                     'property' => 'createdAt',
  14011.                                     'label' => 'label.createdAt',
  14012.                                     'type' => 'date',
  14013.                                 ],
  14014.                             ],
  14015.                             'fields' => [
  14016.                                 => [
  14017.                                     'property' => 'title',
  14018.                                     'label' => 'Titulo',
  14019.                                 ],
  14020.                                 => [
  14021.                                     'property' => 'body',
  14022.                                     'label' => 'Cuerpo',
  14023.                                 ],
  14024.                             ],
  14025.                             'max_results' => 30,
  14026.                         ],
  14027.                         'show' => [
  14028.                             'fields' => [
  14029.                                 => [
  14030.                                     'property' => 'title',
  14031.                                     'label' => 'Titulo',
  14032.                                 ],
  14033.                                 => [
  14034.                                     'property' => 'body',
  14035.                                     'label' => 'Cuerpo',
  14036.                                 ],
  14037.                             ],
  14038.                         ],
  14039.                         'form' => [
  14040.                             'fields' => [
  14041.                                 => [
  14042.                                     'property' => 'translations',
  14043.                                     'label' => 'Traducciones',
  14044.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  14045.                                     'type_options' => [
  14046.                                         'fields' => [
  14047.                                             'title' => [
  14048.                                                 'attr' => [
  14049.                                                     'style' => 'max-width: inherit;',
  14050.                                                 ],
  14051.                                             ],
  14052.                                             'body' => [
  14053.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  14054.                                                 'attr' => [
  14055.                                                     'rows' => '10',
  14056.                                                     'style' => 'max-width: inherit;',
  14057.                                                 ],
  14058.                                             ],
  14059.                                         ],
  14060.                                     ],
  14061.                                 ],
  14062.                                 => [
  14063.                                     'property' => 'type_notification_id',
  14064.                                     'label' => 'Tipo de notificacion',
  14065.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14066.                                 ],
  14067.                             ],
  14068.                         ],
  14069.                         'name' => 'Notification',
  14070.                     ],
  14071.                     'NotificationAutomaticMessage' => [
  14072.                         'class' => 'App\\Entity\\NotificationAutomaticMessage',
  14073.                         'controller' => 'App\\Controller\\NotificationAutomaticMessageController',
  14074.                         'label' => 'Notificación mensajes automaticos',
  14075.                         'icon' => 'male',
  14076.                         'permission' => [
  14077.                             => 'ROLE_ADMIN',
  14078.                         ],
  14079.                         'list' => [
  14080.                             'filters' => [
  14081.                                 => [
  14082.                                     'property' => 'createdAt',
  14083.                                     'label' => 'label.createdAt',
  14084.                                     'type' => 'date',
  14085.                                 ],
  14086.                             ],
  14087.                             'fields' => [
  14088.                                 => [
  14089.                                     'property' => 'title',
  14090.                                     'label' => 'Titulo',
  14091.                                 ],
  14092.                                 => [
  14093.                                     'property' => 'singular_message',
  14094.                                     'label' => 'Singular',
  14095.                                 ],
  14096.                                 => [
  14097.                                     'property' => 'plural_message',
  14098.                                     'label' => 'Plural',
  14099.                                 ],
  14100.                                 => [
  14101.                                     'property' => 'image',
  14102.                                     'label' => 'Imagen',
  14103.                                     'type' => 'image',
  14104.                                     'base_path' => '/uploads/images/notification_automatic_message_images',
  14105.                                     'sortable' => false,
  14106.                                 ],
  14107.                             ],
  14108.                             'max_results' => 30,
  14109.                         ],
  14110.                         'show' => [
  14111.                             'fields' => [
  14112.                                 => [
  14113.                                     'property' => 'title',
  14114.                                     'label' => 'Titulo',
  14115.                                 ],
  14116.                                 => [
  14117.                                     'property' => 'singular_message',
  14118.                                     'label' => 'Singular',
  14119.                                 ],
  14120.                                 => [
  14121.                                     'property' => 'plural_message',
  14122.                                     'label' => 'Plural',
  14123.                                 ],
  14124.                                 => [
  14125.                                     'property' => 'type',
  14126.                                     'label' => 'Tipo de notificacion',
  14127.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14128.                                 ],
  14129.                                 => [
  14130.                                     'property' => 'image',
  14131.                                     'label' => 'Imagen',
  14132.                                     'type' => 'image',
  14133.                                     'base_path' => '/uploads/images/notification_automatic_message_images',
  14134.                                     'sortable' => false,
  14135.                                 ],
  14136.                             ],
  14137.                         ],
  14138.                         'form' => [
  14139.                             'fields' => [
  14140.                                 => [
  14141.                                     'property' => 'title',
  14142.                                     'label' => 'Titulo',
  14143.                                 ],
  14144.                                 => [
  14145.                                     'property' => 'plural_message',
  14146.                                     'label' => 'Plural',
  14147.                                     'type' => 'textarea',
  14148.                                     'attr' => [
  14149.                                         'rows' => '2',
  14150.                                     ],
  14151.                                 ],
  14152.                                 => [
  14153.                                     'property' => 'singular_message',
  14154.                                     'label' => 'Singular',
  14155.                                     'type' => 'textarea',
  14156.                                     'attr' => [
  14157.                                         'rows' => '2',
  14158.                                     ],
  14159.                                 ],
  14160.                                 => [
  14161.                                     'property' => 'imageFile',
  14162.                                     'type' => 'vich_image',
  14163.                                 ],
  14164.                                 => [
  14165.                                     'property' => 'type',
  14166.                                     'label' => 'Tipo de notificacion',
  14167.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14168.                                 ],
  14169.                             ],
  14170.                         ],
  14171.                         'name' => 'NotificationAutomaticMessage',
  14172.                     ],
  14173.                     'NotificationAutomaticTranslation' => [
  14174.                         'class' => 'App\\Entity\\NotificationAutomaticTranslation',
  14175.                         'controller' => 'App\\Controller\\NotificationAutomaticTranslationController',
  14176.                         'label' => 'Traducciones de notificaciones automaticas',
  14177.                         'icon' => 'male',
  14178.                         'permission' => [
  14179.                             => 'ROLE_ADMIN',
  14180.                         ],
  14181.                         'list' => [
  14182.                             'filters' => [
  14183.                                 => [
  14184.                                     'property' => 'createdAt',
  14185.                                     'label' => 'label.createdAt',
  14186.                                     'type' => 'date',
  14187.                                 ],
  14188.                             ],
  14189.                             'fields' => [
  14190.                                 => [
  14191.                                     'property' => 'title',
  14192.                                     'label' => 'Titulo',
  14193.                                 ],
  14194.                                 => [
  14195.                                     'property' => 'singular_message',
  14196.                                     'label' => 'Singular',
  14197.                                 ],
  14198.                                 => [
  14199.                                     'property' => 'plural_message',
  14200.                                     'label' => 'Plural',
  14201.                                 ],
  14202.                                 => [
  14203.                                     'property' => 'locale',
  14204.                                     'label' => 'Language',
  14205.                                 ],
  14206.                             ],
  14207.                             'max_results' => 30,
  14208.                         ],
  14209.                         'show' => [
  14210.                             'fields' => [
  14211.                                 => [
  14212.                                     'property' => 'title',
  14213.                                     'label' => 'Titulo',
  14214.                                 ],
  14215.                                 => [
  14216.                                     'property' => 'body',
  14217.                                     'label' => 'Cuerpo',
  14218.                                 ],
  14219.                             ],
  14220.                         ],
  14221.                         'form' => [
  14222.                             'fields' => [
  14223.                                 => [
  14224.                                     'property' => 'title',
  14225.                                     'label' => 'Titulo',
  14226.                                 ],
  14227.                                 => [
  14228.                                     'property' => 'plural_message',
  14229.                                     'label' => 'Plural',
  14230.                                     'type' => 'textarea',
  14231.                                     'attr' => [
  14232.                                         'rows' => '2',
  14233.                                     ],
  14234.                                 ],
  14235.                                 => [
  14236.                                     'property' => 'singular_message',
  14237.                                     'label' => 'Singular',
  14238.                                     'type' => 'textarea',
  14239.                                     'attr' => [
  14240.                                         'rows' => '2',
  14241.                                     ],
  14242.                                 ],
  14243.                                 => [
  14244.                                     'property' => 'Locale',
  14245.                                     'label' => 'Tipo de notificacion',
  14246.                                     'type' => 'App\\Form\\Type\\LocaleType',
  14247.                                 ],
  14248.                             ],
  14249.                         ],
  14250.                         'name' => 'NotificationAutomaticTranslation',
  14251.                     ],
  14252.                     'Position' => [
  14253.                         'class' => 'App\\Entity\\Position',
  14254.                         'label' => 'menu.position',
  14255.                         'icon' => 'futbol-o',
  14256.                         'permission' => [
  14257.                             => 'ROLE_ADMIN',
  14258.                         ],
  14259.                         'list' => [
  14260.                             'fields' => [
  14261.                                 => [
  14262.                                     'property' => 'image',
  14263.                                     'type' => 'image',
  14264.                                     'base_path' => '/uploads/images/position_images',
  14265.                                     'sortable' => false,
  14266.                                 ],
  14267.                                 => [
  14268.                                     'property' => 'name',
  14269.                                     'label' => 'Nombre',
  14270.                                 ],
  14271.                                 => [
  14272.                                     'property' => 'slug',
  14273.                                     'label' => 'Prefijo',
  14274.                                 ],
  14275.                                 => [
  14276.                                     'property' => 'field_position',
  14277.                                     'label' => 'Posición Num',
  14278.                                 ],
  14279.                             ],
  14280.                         ],
  14281.                         'show' => [
  14282.                             'fields' => [
  14283.                                 => [
  14284.                                     'property' => 'name',
  14285.                                     'label' => 'Nombre',
  14286.                                 ],
  14287.                                 => [
  14288.                                     'property' => 'slug',
  14289.                                     'label' => 'Prefijo',
  14290.                                 ],
  14291.                                 => [
  14292.                                     'property' => 'field_position',
  14293.                                     'label' => 'Posición Num',
  14294.                                 ],
  14295.                                 => [
  14296.                                     'property' => 'image',
  14297.                                     'type' => 'image',
  14298.                                     'base_path' => '/uploads/images/position_images',
  14299.                                 ],
  14300.                             ],
  14301.                         ],
  14302.                         'form' => [
  14303.                             'fields' => [
  14304.                                 => [
  14305.                                     'property' => 'translations',
  14306.                                     'label' => 'Traducciones',
  14307.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  14308.                                 ],
  14309.                                 => [
  14310.                                     'property' => 'slug',
  14311.                                     'label' => 'Prefijo',
  14312.                                     'type_options' => [
  14313.                                         'disabled' => true,
  14314.                                     ],
  14315.                                 ],
  14316.                                 => [
  14317.                                     'property' => 'field_position',
  14318.                                     'label' => 'Posición Num',
  14319.                                 ],
  14320.                                 => [
  14321.                                     'property' => 'imageFile',
  14322.                                     'type' => 'vich_image',
  14323.                                 ],
  14324.                             ],
  14325.                         ],
  14326.                         'name' => 'Position',
  14327.                     ],
  14328.                     'Suggestion' => [
  14329.                         'class' => 'App\\Entity\\Suggestion',
  14330.                         'controller' => 'App\\Controller\\SuggestionController',
  14331.                         'label' => 'menu.suggestion',
  14332.                         'icon' => 'comments',
  14333.                         'permission' => [
  14334.                             => 'ROLE_ADMIN',
  14335.                         ],
  14336.                         'disabled_actions' => [
  14337.                             => 'new',
  14338.                             => 'edit',
  14339.                         ],
  14340.                         'list' => [
  14341.                             'sort' => [
  14342.                                 => 'createdAt',
  14343.                                 => 'DESC',
  14344.                             ],
  14345.                             'actions' => [
  14346.                                 => [
  14347.                                     'name' => 'removeListSuggestions',
  14348.                                     'label' => 'label.dificulty',
  14349.                                     'template' => 'admin/checkbox/checkbox_select.html.twig',
  14350.                                     'params' => [
  14351.                                         'authorId' => 'id',
  14352.                                     ],
  14353.                                 ],
  14354.                             ],
  14355.                             'fields' => [
  14356.                                 => [
  14357.                                     'property' => 'createdAt',
  14358.                                     'label' => 'Fecha',
  14359.                                 ],
  14360.                                 => [
  14361.                                     'property' => 'customer',
  14362.                                     'label' => 'Usuario',
  14363.                                 ],
  14364.                                 => [
  14365.                                     'property' => 'value',
  14366.                                     'label' => 'Sugerencia',
  14367.                                 ],
  14368.                             ],
  14369.                         ],
  14370.                         'show' => [
  14371.                             'fields' => [
  14372.                                 => [
  14373.                                     'property' => 'customer',
  14374.                                     'label' => 'Usuario',
  14375.                                 ],
  14376.                                 => [
  14377.                                     'property' => 'value',
  14378.                                     'label' => 'Sugerencia',
  14379.                                 ],
  14380.                                 => [
  14381.                                     'property' => 'createdAt',
  14382.                                     'label' => 'Fecha',
  14383.                                 ],
  14384.                             ],
  14385.                         ],
  14386.                         'name' => 'Suggestion',
  14387.                     ],
  14388.                     'Team' => [
  14389.                         'class' => 'App\\Entity\\Team',
  14390.                         'label' => 'menu.teams',
  14391.                         'icon' => 'user',
  14392.                         'permission' => [
  14393.                             => 'ROLE_ADMIN',
  14394.                         ],
  14395.                         'list' => [
  14396.                             'fields' => [
  14397.                                 => [
  14398.                                     'property' => 'image',
  14399.                                     'type' => 'image',
  14400.                                     'base_path' => '/uploads/images/customer',
  14401.                                     'sortable' => false,
  14402.                                 ],
  14403.                                 => [
  14404.                                     'property' => 'name',
  14405.                                     'label' => 'Nombre',
  14406.                                 ],
  14407.                             ],
  14408.                         ],
  14409.                         'show' => [
  14410.                             'fields' => [
  14411.                                 => [
  14412.                                     'property' => 'name',
  14413.                                     'label' => 'Nombre',
  14414.                                 ],
  14415.                                 => [
  14416.                                     'property' => 'image',
  14417.                                     'type' => 'image',
  14418.                                     'base_path' => '/uploads/images/customer',
  14419.                                 ],
  14420.                             ],
  14421.                         ],
  14422.                         'form' => [
  14423.                             'fields' => [
  14424.                                 => [
  14425.                                     'property' => 'name',
  14426.                                     'label' => 'Nombre',
  14427.                                 ],
  14428.                                 => [
  14429.                                     'property' => 'imageFile',
  14430.                                     'type' => 'vich_image',
  14431.                                 ],
  14432.                             ],
  14433.                         ],
  14434.                         'name' => 'Team',
  14435.                     ],
  14436.                     'User' => [
  14437.                         'class' => 'App\\Entity\\User',
  14438.                         'controller' => 'App\\Controller\\UserController',
  14439.                         'label' => 'menu.admins',
  14440.                         'icon' => 'user-shield',
  14441.                         'permission' => [
  14442.                             => 'ROLE_SUPER_ADMIN',
  14443.                         ],
  14444.                         'list' => [
  14445.                             'fields' => [
  14446.                                 => [
  14447.                                     'property' => 'name',
  14448.                                     'label' => 'Nombre',
  14449.                                 ],
  14450.                                 => 'email',
  14451.                                 => 'celular',
  14452.                                 => [
  14453.                                     'property' => 'enabled',
  14454.                                     'label' => 'Habilitado',
  14455.                                 ],
  14456.                             ],
  14457.                         ],
  14458.                         'show' => [
  14459.                             'fields' => [
  14460.                                 => [
  14461.                                     'property' => 'name',
  14462.                                     'label' => 'Nombre',
  14463.                                 ],
  14464.                                 => 'email',
  14465.                                 => 'celular',
  14466.                                 => [
  14467.                                     'property' => 'enabled',
  14468.                                     'label' => 'Habilitado',
  14469.                                 ],
  14470.                             ],
  14471.                         ],
  14472.                         'form' => [
  14473.                             'fields' => [
  14474.                                 => [
  14475.                                     'property' => 'name',
  14476.                                     'label' => 'Nombre',
  14477.                                 ],
  14478.                                 => [
  14479.                                     'property' => 'email',
  14480.                                     'type' => 'email',
  14481.                                 ],
  14482.                                 => 'celular',
  14483.                                 => [
  14484.                                     'property' => 'plainPassword',
  14485.                                     'label' => 'Password',
  14486.                                     'type' => 'password',
  14487.                                     'type_options' => [
  14488.                                         'required' => true,
  14489.                                     ],
  14490.                                 ],
  14491.                             ],
  14492.                         ],
  14493.                         'edit' => [
  14494.                             'fields' => [
  14495.                                 => [
  14496.                                     'property' => 'plainPassword',
  14497.                                     'label' => 'Password',
  14498.                                     'type' => 'password',
  14499.                                     'type_options' => [
  14500.                                         'required' => false,
  14501.                                     ],
  14502.                                 ],
  14503.                             ],
  14504.                         ],
  14505.                         'name' => 'User',
  14506.                     ],
  14507.                 ],
  14508.                 'design' => [
  14509.                     'assets' => [
  14510.                         'js' => [
  14511.                             => 'design/js/script-remove-support.js',
  14512.                             => 'design/js/coupon_user.js',
  14513.                             => 'assets/js/mycore.js?v=1.0',
  14514.                             => 'design/js/script-remove-suggest.js',
  14515.                         ],
  14516.                         'css' => [
  14517.                             => 'assets/css/mycore.css',
  14518.                             => 'assets/css/color.css',
  14519.                         ],
  14520.                         'favicon' => [
  14521.                             'path' => 'favicon.ico',
  14522.                             'mime_type' => 'image/x-icon',
  14523.                         ],
  14524.                     ],
  14525.                     'form_theme' => [
  14526.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  14527.                         => 'default/form.html.twig',
  14528.                     ],
  14529.                     'menu' => [
  14530.                         => [
  14531.                             'label' => 'Navegacion',
  14532.                         ],
  14533.                         => [
  14534.                             'label' => 'Home',
  14535.                             'icon' => 'home',
  14536.                             'url' => 'dashboard',
  14537.                             'default' => true,
  14538.                         ],
  14539.                         => [
  14540.                             'label' => 'Menu',
  14541.                         ],
  14542.                         => [
  14543.                             'label' => 'menu.clients',
  14544.                             'icon' => 'user-plus',
  14545.                             'children' => [
  14546.                                 => [
  14547.                                     'label' => 'menu.clients',
  14548.                                     'entity' => 'Customer',
  14549.                                     'icon' => 'user',
  14550.                                     'permission' => 'ROLE_ADMIN',
  14551.                                 ],
  14552.                                 => [
  14553.                                     'label' => 'menu.accounts_remove',
  14554.                                     'entity' => 'AccountsRemove',
  14555.                                     'icon' => 'trash',
  14556.                                     'permission' => 'ROLE_ADMIN',
  14557.                                 ],
  14558.                             ],
  14559.                         ],
  14560.                         => [
  14561.                             'label' => 'menu.admins',
  14562.                             'entity' => 'User',
  14563.                             'icon' => 'user-shield',
  14564.                             'permission' => 'ROLE_ADMIN',
  14565.                         ],
  14566.                         => [
  14567.                             'label' => 'menu.coupons',
  14568.                             'entity' => 'Coupon',
  14569.                             'icon' => 'gift',
  14570.                             'permission' => 'ROLE_ADMIN',
  14571.                         ],
  14572.                         => [
  14573.                             'label' => 'Categorias Entrenamiento',
  14574.                             'entity' => 'Category',
  14575.                             'icon' => 'futbol-o',
  14576.                             'permission' => 'ROLE_ADMIN',
  14577.                         ],
  14578.                         => [
  14579.                             'label' => 'Materiales Entrenamiento',
  14580.                             'entity' => 'Material',
  14581.                             'icon' => 'cogs',
  14582.                             'permission' => 'ROLE_ADMIN',
  14583.                         ],
  14584.                         => [
  14585.                             'label' => 'menu.trainings',
  14586.                             'icon' => 'bell',
  14587.                             'children' => [
  14588.                                 => [
  14589.                                     'label' => 'menu.trainings',
  14590.                                     'entity' => 'Exercise',
  14591.                                     'icon' => 'male',
  14592.                                     'permission' => 'ROLE_ADMIN',
  14593.                                 ],
  14594.                                 => [
  14595.                                     'label' => 'menu.trainings_users',
  14596.                                     'entity' => 'ExerciseCustomer',
  14597.                                     'icon' => 'male',
  14598.                                     'permission' => 'ROLE_ADMIN',
  14599.                                     'params' => [
  14600.                                         'user' => 'true',
  14601.                                     ],
  14602.                                 ],
  14603.                                 => [
  14604.                                     'label' => 'menu.trainings_shared',
  14605.                                     'entity' => 'ExerciseShared',
  14606.                                     'icon' => 'share',
  14607.                                     'permission' => 'ROLE_ADMIN',
  14608.                                     'params' => [
  14609.                                         'user' => 'true',
  14610.                                     ],
  14611.                                 ],
  14612.                             ],
  14613.                         ],
  14614.                         => [
  14615.                             'label' => 'feedback',
  14616.                             'icon' => 'bell',
  14617.                             'children' => [
  14618.                                 => [
  14619.                                     'label' => 'menu.suggestions',
  14620.                                     'entity' => 'Suggestion',
  14621.                                     'icon' => 'comments',
  14622.                                     'permission' => 'ROLE_ADMIN',
  14623.                                 ],
  14624.                                 => [
  14625.                                     'label' => 'modulos app',
  14626.                                     'entity' => 'AppModule',
  14627.                                     'icon' => 'male',
  14628.                                     'permission' => 'ROLE_ADMIN',
  14629.                                     'params' => [
  14630.                                         'user' => 'true',
  14631.                                     ],
  14632.                                 ],
  14633.                                 => [
  14634.                                     'label' => 'Soporte',
  14635.                                     'entity' => 'Support',
  14636.                                     'icon' => 'male',
  14637.                                     'permission' => 'ROLE_ADMIN',
  14638.                                     'params' => [
  14639.                                         'user' => 'true',
  14640.                                     ],
  14641.                                 ],
  14642.                             ],
  14643.                         ],
  14644.                         10 => [
  14645.                             'label' => 'menu.collaborators',
  14646.                             'entity' => 'Collaborator',
  14647.                             'icon' => 'user-tie',
  14648.                             'permission' => 'ROLE_ADMIN',
  14649.                         ],
  14650.                         11 => [
  14651.                             'label' => 'Membership',
  14652.                             'icon' => 'bell',
  14653.                             'children' => [
  14654.                                 => [
  14655.                                     'label' => 'Membresia 01',
  14656.                                     'entity' => 'Membership',
  14657.                                     'icon' => 'wallet',
  14658.                                     'permission' => 'ROLE_ADMIN',
  14659.                                 ],
  14660.                                 => [
  14661.                                     'label' => 'Membresia 02',
  14662.                                     'entity' => 'MembershipAttr',
  14663.                                     'icon' => 'tags',
  14664.                                     'permission' => 'ROLE_ADMIN',
  14665.                                 ],
  14666.                                 => [
  14667.                                     'label' => 'Membresia-Desc',
  14668.                                     'entity' => 'MembershipDesc',
  14669.                                     'icon' => 'tags',
  14670.                                     'permission' => 'ROLE_ADMIN',
  14671.                                 ],
  14672.                             ],
  14673.                         ],
  14674.                         12 => [
  14675.                             'label' => 'Tipo de Notificationes',
  14676.                             'icon' => 'bell',
  14677.                             'children' => [
  14678.                                 => [
  14679.                                     'label' => 'Tipos',
  14680.                                     'entity' => 'TypeNotification',
  14681.                                     'icon' => 'bell',
  14682.                                     'permission' => 'ROLE_ADMIN',
  14683.                                 ],
  14684.                             ],
  14685.                         ],
  14686.                         13 => [
  14687.                             'label' => 'menu.notifications',
  14688.                             'icon' => 'bell',
  14689.                             'children' => [
  14690.                                 => [
  14691.                                     'label' => 'menu.generals',
  14692.                                     'entity' => 'Notification',
  14693.                                     'icon' => 'bell',
  14694.                                     'permission' => 'ROLE_ADMIN',
  14695.                                 ],
  14696.                                 => [
  14697.                                     'label' => 'menu.automatics',
  14698.                                     'entity' => 'NotificationAutomaticMessage',
  14699.                                     'icon' => 'bell',
  14700.                                     'permission' => 'ROLE_ADMIN',
  14701.                                 ],
  14702.                                 => [
  14703.                                     'label' => 'translation',
  14704.                                     'entity' => 'NotificationAutomaticTranslation',
  14705.                                     'icon' => 'bell',
  14706.                                     'permission' => 'ROLE_ADMIN',
  14707.                                 ],
  14708.                             ],
  14709.                         ],
  14710.                         14 => [
  14711.                             'label' => 'menu.games',
  14712.                             'icon' => 'futbol-o',
  14713.                             'children' => [
  14714.                                 => [
  14715.                                     'label' => 'menu.type_soccer',
  14716.                                     'entity' => 'TypeSoccer',
  14717.                                     'icon' => 'bell',
  14718.                                     'permission' => 'ROLE_ADMIN',
  14719.                                 ],
  14720.                                 => [
  14721.                                     'label' => 'menu.tactic',
  14722.                                     'entity' => 'Tactic',
  14723.                                     'icon' => 'bell',
  14724.                                     'permission' => 'ROLE_ADMIN',
  14725.                                 ],
  14726.                                 => [
  14727.                                     'label' => 'menu.position',
  14728.                                     'entity' => 'Position',
  14729.                                     'icon' => 'futbol-o',
  14730.                                     'permission' => 'ROLE_ADMIN',
  14731.                                 ],
  14732.                                 => [
  14733.                                     'label' => 'menu.difficulty',
  14734.                                     'entity' => 'Difficulty',
  14735.                                     'icon' => 'futbol-o',
  14736.                                     'permission' => 'ROLE_ADMIN',
  14737.                                 ],
  14738.                             ],
  14739.                         ],
  14740.                         15 => [
  14741.                             'label' => 'menu.justification_type',
  14742.                             'entity' => 'JustificationType',
  14743.                             'icon' => 'list',
  14744.                             'permission' => 'ROLE_ADMIN',
  14745.                         ],
  14746.                         16 => [
  14747.                             'label' => 'menu.settings',
  14748.                             'icon' => 'bell',
  14749.                             'children' => [
  14750.                                 => [
  14751.                                     'label' => 'menu.competition',
  14752.                                     'entity' => 'Competition',
  14753.                                     'icon' => 'flag',
  14754.                                     'permission' => 'ROLE_ADMIN',
  14755.                                 ],
  14756.                                 => [
  14757.                                     'label' => 'menu.locality',
  14758.                                     'entity' => 'Locality',
  14759.                                     'icon' => 'flag',
  14760.                                     'permission' => 'ROLE_ADMIN',
  14761.                                 ],
  14762.                                 => [
  14763.                                     'label' => 'menu.country',
  14764.                                     'entity' => 'Country',
  14765.                                     'icon' => 'flag',
  14766.                                     'permission' => 'ROLE_ADMIN',
  14767.                                 ],
  14768.                                 => [
  14769.                                     'label' => 'menu.config',
  14770.                                     'entity' => 'Config',
  14771.                                     'icon' => 'cog',
  14772.                                     'permission' => 'ROLE_ADMIN',
  14773.                                 ],
  14774.                             ],
  14775.                         ],
  14776.                     ],
  14777.                     'brand_color' => 'hsl(230, 55%, 60%)',
  14778.                 ],
  14779.                 'site_name' => 'Gol Manager',
  14780.                 'formats' => [
  14781.                     'date' => 'd/m/Y',
  14782.                     'time' => 'H:i',
  14783.                     'datetime' => 'd/m/Y H:i:s',
  14784.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  14785.                 ],
  14786.                 'list' => [
  14787.                     'collapse_actions' => false,
  14788.                     'actions' => [
  14789.                         => [
  14790.                             'name' => 'show',
  14791.                             'icon' => 'eye',
  14792.                             'label' => false,
  14793.                             'title' => 'action.show',
  14794.                             'css_class' => 'btn btn-default',
  14795.                         ],
  14796.                         => [
  14797.                             'name' => 'edit',
  14798.                             'icon' => 'pencil',
  14799.                             'label' => false,
  14800.                             'title' => 'action.edit',
  14801.                             'css_class' => 'btn btn-success',
  14802.                         ],
  14803.                         => [
  14804.                             'name' => 'delete',
  14805.                             'icon' => 'trash',
  14806.                             'label' => false,
  14807.                             'title' => 'action.delete',
  14808.                             'css_class' => 'btn btn-danger',
  14809.                         ],
  14810.                     ],
  14811.                     'batch_actions' => [
  14812.                     ],
  14813.                     'max_results' => 15,
  14814.                     'item_permission' => NULL,
  14815.                 ],
  14816.                 'disabled_actions' => [
  14817.                 ],
  14818.                 'translation_domain' => 'messages',
  14819.                 'user' => [
  14820.                     'display_name' => true,
  14821.                     'display_avatar' => true,
  14822.                     'name_property_path' => '__toString',
  14823.                     'avatar_property_path' => NULL,
  14824.                 ],
  14825.                 'search' => [
  14826.                 ],
  14827.                 'edit' => [
  14828.                     'actions' => [
  14829.                     ],
  14830.                     'item_permission' => NULL,
  14831.                 ],
  14832.                 'new' => [
  14833.                     'actions' => [
  14834.                     ],
  14835.                     'item_permission' => NULL,
  14836.                 ],
  14837.                 'show' => [
  14838.                     'actions' => [
  14839.                     ],
  14840.                     'max_results' => 10,
  14841.                     'item_permission' => NULL,
  14842.                 ],
  14843.             ],
  14844.             'lexik_jwt_authentication.token_ttl' => 3600,
  14845.             'lexik_jwt_authentication.clock_skew' => 0,
  14846.             'lexik_jwt_authentication.user_identity_field' => 'username',
  14847.             'lexik_jwt_authentication.user_id_claim' => 'username',
  14848.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  14849.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  14850.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  14851.             'vich_uploader.mappings' => [
  14852.                 'customer_images' => [
  14853.                     'uri_prefix' => '/uploads/images/customer',
  14854.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/customer'),
  14855.                     'namer' => [
  14856.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images',
  14857.                         'options' => [
  14858.                         ],
  14859.                     ],
  14860.                     'directory_namer' => [
  14861.                         'service' => NULL,
  14862.                         'options' => NULL,
  14863.                     ],
  14864.                     'delete_on_remove' => true,
  14865.                     'delete_on_update' => true,
  14866.                     'inject_on_load' => false,
  14867.                     'db_driver' => 'orm',
  14868.                 ],
  14869.                 'justification_icons' => [
  14870.                     'uri_prefix' => '/uploads/images/justification_icons',
  14871.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/justification_icons'),
  14872.                     'namer' => [
  14873.                         'service' => NULL,
  14874.                         'options' => NULL,
  14875.                     ],
  14876.                     'directory_namer' => [
  14877.                         'service' => NULL,
  14878.                         'options' => NULL,
  14879.                     ],
  14880.                     'delete_on_remove' => true,
  14881.                     'delete_on_update' => true,
  14882.                     'inject_on_load' => false,
  14883.                     'db_driver' => 'orm',
  14884.                 ],
  14885.                 'difficulty' => [
  14886.                     'uri_prefix' => '/uploads/images/difficulty',
  14887.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/difficulty'),
  14888.                     'namer' => [
  14889.                         'service' => NULL,
  14890.                         'options' => NULL,
  14891.                     ],
  14892.                     'directory_namer' => [
  14893.                         'service' => NULL,
  14894.                         'options' => NULL,
  14895.                     ],
  14896.                     'delete_on_remove' => true,
  14897.                     'delete_on_update' => true,
  14898.                     'inject_on_load' => false,
  14899.                     'db_driver' => 'orm',
  14900.                 ],
  14901.                 'exercise_images' => [
  14902.                     'uri_prefix' => '/uploads/images/exercise',
  14903.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/exercise'),
  14904.                     'namer' => [
  14905.                         'service' => NULL,
  14906.                         'options' => NULL,
  14907.                     ],
  14908.                     'directory_namer' => [
  14909.                         'service' => NULL,
  14910.                         'options' => NULL,
  14911.                     ],
  14912.                     'delete_on_remove' => true,
  14913.                     'delete_on_update' => true,
  14914.                     'inject_on_load' => false,
  14915.                     'db_driver' => 'orm',
  14916.                 ],
  14917.                 'game_files' => [
  14918.                     'uri_prefix' => '/uploads/images/files',
  14919.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/files'),
  14920.                     'namer' => [
  14921.                         'service' => NULL,
  14922.                         'options' => NULL,
  14923.                     ],
  14924.                     'directory_namer' => [
  14925.                         'service' => NULL,
  14926.                         'options' => NULL,
  14927.                     ],
  14928.                     'delete_on_remove' => true,
  14929.                     'delete_on_update' => true,
  14930.                     'inject_on_load' => false,
  14931.                     'db_driver' => 'orm',
  14932.                 ],
  14933.                 'support_files' => [
  14934.                     'uri_prefix' => '/uploads/images/support_files',
  14935.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/support_files'),
  14936.                     'namer' => [
  14937.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.support_files',
  14938.                         'options' => [
  14939.                         ],
  14940.                     ],
  14941.                     'delete_on_remove' => true,
  14942.                     'directory_namer' => [
  14943.                         'service' => NULL,
  14944.                         'options' => NULL,
  14945.                     ],
  14946.                     'delete_on_update' => true,
  14947.                     'inject_on_load' => false,
  14948.                     'db_driver' => 'orm',
  14949.                 ],
  14950.                 'player_images' => [
  14951.                     'uri_prefix' => '/uploads/images/player',
  14952.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/player'),
  14953.                     'namer' => [
  14954.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images',
  14955.                         'options' => [
  14956.                         ],
  14957.                     ],
  14958.                     'directory_namer' => [
  14959.                         'service' => NULL,
  14960.                         'options' => NULL,
  14961.                     ],
  14962.                     'delete_on_remove' => true,
  14963.                     'delete_on_update' => true,
  14964.                     'inject_on_load' => false,
  14965.                     'db_driver' => 'orm',
  14966.                 ],
  14967.                 'game_images' => [
  14968.                     'uri_prefix' => '/uploads/images/game',
  14969.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/game'),
  14970.                     'namer' => [
  14971.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images',
  14972.                         'options' => [
  14973.                         ],
  14974.                     ],
  14975.                     'directory_namer' => [
  14976.                         'service' => NULL,
  14977.                         'options' => NULL,
  14978.                     ],
  14979.                     'delete_on_remove' => true,
  14980.                     'delete_on_update' => true,
  14981.                     'inject_on_load' => false,
  14982.                     'db_driver' => 'orm',
  14983.                 ],
  14984.                 'country_images' => [
  14985.                     'uri_prefix' => '/uploads/images/country',
  14986.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/country'),
  14987.                     'namer' => [
  14988.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images',
  14989.                         'options' => [
  14990.                         ],
  14991.                     ],
  14992.                     'directory_namer' => [
  14993.                         'service' => NULL,
  14994.                         'options' => NULL,
  14995.                     ],
  14996.                     'delete_on_remove' => true,
  14997.                     'delete_on_update' => true,
  14998.                     'inject_on_load' => false,
  14999.                     'db_driver' => 'orm',
  15000.                 ],
  15001.                 'document_images' => [
  15002.                     'uri_prefix' => '/uploads/images/document',
  15003.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/document'),
  15004.                     'namer' => [
  15005.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images',
  15006.                         'options' => [
  15007.                         ],
  15008.                     ],
  15009.                     'directory_namer' => [
  15010.                         'service' => NULL,
  15011.                         'options' => NULL,
  15012.                     ],
  15013.                     'delete_on_remove' => true,
  15014.                     'delete_on_update' => true,
  15015.                     'inject_on_load' => false,
  15016.                     'db_driver' => 'orm',
  15017.                 ],
  15018.                 'collaborator_images' => [
  15019.                     'uri_prefix' => '/uploads/images/collaborator',
  15020.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/collaborator'),
  15021.                     'namer' => [
  15022.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images',
  15023.                         'options' => [
  15024.                         ],
  15025.                     ],
  15026.                     'directory_namer' => [
  15027.                         'service' => NULL,
  15028.                         'options' => NULL,
  15029.                     ],
  15030.                     'delete_on_remove' => true,
  15031.                     'delete_on_update' => true,
  15032.                     'inject_on_load' => false,
  15033.                     'db_driver' => 'orm',
  15034.                 ],
  15035.                 'notification_automatic_message_images' => [
  15036.                     'uri_prefix' => '/uploads/images/notification_automatic_message_images',
  15037.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/notification_automatic_message_images'),
  15038.                     'namer' => [
  15039.                         'service' => NULL,
  15040.                         'options' => NULL,
  15041.                     ],
  15042.                     'directory_namer' => [
  15043.                         'service' => NULL,
  15044.                         'options' => NULL,
  15045.                     ],
  15046.                     'delete_on_remove' => true,
  15047.                     'delete_on_update' => true,
  15048.                     'inject_on_load' => false,
  15049.                     'db_driver' => 'orm',
  15050.                 ],
  15051.                 'type_notification_images' => [
  15052.                     'uri_prefix' => '/uploads/images/type_notification_images',
  15053.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/type_notification_images'),
  15054.                     'namer' => [
  15055.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.type_notification_images',
  15056.                         'options' => [
  15057.                         ],
  15058.                     ],
  15059.                     'directory_namer' => [
  15060.                         'service' => NULL,
  15061.                         'options' => NULL,
  15062.                     ],
  15063.                     'delete_on_remove' => true,
  15064.                     'delete_on_update' => true,
  15065.                     'inject_on_load' => false,
  15066.                     'db_driver' => 'orm',
  15067.                 ],
  15068.                 'membership_images' => [
  15069.                     'uri_prefix' => '/uploads/images/membership',
  15070.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/membership'),
  15071.                     'namer' => [
  15072.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images',
  15073.                         'options' => [
  15074.                         ],
  15075.                     ],
  15076.                     'directory_namer' => [
  15077.                         'service' => NULL,
  15078.                         'options' => NULL,
  15079.                     ],
  15080.                     'delete_on_remove' => true,
  15081.                     'delete_on_update' => true,
  15082.                     'inject_on_load' => false,
  15083.                     'db_driver' => 'orm',
  15084.                 ],
  15085.                 'competition_images' => [
  15086.                     'uri_prefix' => '/uploads/images/competition',
  15087.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/competition'),
  15088.                     'namer' => [
  15089.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.competition_images',
  15090.                         'options' => [
  15091.                         ],
  15092.                     ],
  15093.                     'directory_namer' => [
  15094.                         'service' => NULL,
  15095.                         'options' => NULL,
  15096.                     ],
  15097.                     'delete_on_remove' => true,
  15098.                     'delete_on_update' => true,
  15099.                     'inject_on_load' => false,
  15100.                     'db_driver' => 'orm',
  15101.                 ],
  15102.                 'locality_images' => [
  15103.                     'uri_prefix' => '/uploads/images/locality',
  15104.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/locality'),
  15105.                     'namer' => [
  15106.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.locality_images',
  15107.                         'options' => [
  15108.                         ],
  15109.                     ],
  15110.                     'directory_namer' => [
  15111.                         'service' => NULL,
  15112.                         'options' => NULL,
  15113.                     ],
  15114.                     'delete_on_remove' => true,
  15115.                     'delete_on_update' => true,
  15116.                     'inject_on_load' => false,
  15117.                     'db_driver' => 'orm',
  15118.                 ],
  15119.                 'membership_videos' => [
  15120.                     'uri_prefix' => '/uploads/videos/membership',
  15121.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/videos/membership'),
  15122.                     'namer' => [
  15123.                         'service' => NULL,
  15124.                         'options' => NULL,
  15125.                     ],
  15126.                     'directory_namer' => [
  15127.                         'service' => NULL,
  15128.                         'options' => NULL,
  15129.                     ],
  15130.                     'delete_on_remove' => true,
  15131.                     'delete_on_update' => true,
  15132.                     'inject_on_load' => false,
  15133.                     'db_driver' => 'orm',
  15134.                 ],
  15135.                 'position_images' => [
  15136.                     'uri_prefix' => '/uploads/images/position_images',
  15137.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/position_images'),
  15138.                     'namer' => [
  15139.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images',
  15140.                         'options' => [
  15141.                         ],
  15142.                     ],
  15143.                     'directory_namer' => [
  15144.                         'service' => NULL,
  15145.                         'options' => NULL,
  15146.                     ],
  15147.                     'delete_on_remove' => true,
  15148.                     'delete_on_update' => true,
  15149.                     'inject_on_load' => false,
  15150.                     'db_driver' => 'orm',
  15151.                 ],
  15152.                 'material_images' => [
  15153.                     'uri_prefix' => '/uploads/images/material',
  15154.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/material'),
  15155.                     'namer' => [
  15156.                         'service' => NULL,
  15157.                         'options' => NULL,
  15158.                     ],
  15159.                     'directory_namer' => [
  15160.                         'service' => NULL,
  15161.                         'options' => NULL,
  15162.                     ],
  15163.                     'delete_on_remove' => true,
  15164.                     'delete_on_update' => true,
  15165.                     'inject_on_load' => false,
  15166.                     'db_driver' => 'orm',
  15167.                 ],
  15168.                 'strategies' => [
  15169.                     'uri_prefix' => '/uploads/images/strategies',
  15170.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/strategies'),
  15171.                     'namer' => [
  15172.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.strategies',
  15173.                         'options' => [
  15174.                         ],
  15175.                     ],
  15176.                     'directory_namer' => [
  15177.                         'service' => NULL,
  15178.                         'options' => NULL,
  15179.                     ],
  15180.                     'delete_on_remove' => true,
  15181.                     'delete_on_update' => true,
  15182.                     'inject_on_load' => false,
  15183.                     'db_driver' => 'orm',
  15184.                 ],
  15185.             ],
  15186.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  15187.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  15188.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  15189.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  15190.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.jwt_user_provider',
  15191.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  15192.             'gesdinet_jwt_refresh_token.single_use' => false,
  15193.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  15194.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  15195.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  15196.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  15197.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  15198.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  15199.             'doctrine_behaviors_blameable_user_entity' => NULL,
  15200.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  15201.             'a2lix_translation_form.locale_provider' => 'default',
  15202.             'a2lix_translation_form.locales' => [
  15203.                 => 'es',
  15204.                 => 'pt',
  15205.                 => 'en',
  15206.                 => 'de',
  15207.                 => 'it',
  15208.                 => 'fr',
  15209.                 => 'ru',
  15210.                 => 'tr',
  15211.             ],
  15212.             'a2lix_translation_form.required_locales' => [
  15213.                 => 'es',
  15214.                 => 'pt',
  15215.                 => 'en',
  15216.                 => 'de',
  15217.                 => 'it',
  15218.                 => 'fr',
  15219.                 => 'ru',
  15220.                 => 'tr',
  15221.             ],
  15222.             'a2lix_translation_form.default_locale' => 'es',
  15223.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  15224.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  15225.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  15226.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  15227.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  15228.             'swiftmailer.mailer.default.transport.smtp.username' => 'golmanager0@gmail.com',
  15229.             'swiftmailer.mailer.default.transport.smtp.password' => 'olsmjgoipqhauvze',
  15230.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  15231.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  15232.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  15233.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  15234.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  15235.             ],
  15236.             'swiftmailer.mailer.default.spool.enabled' => false,
  15237.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15238.             'swiftmailer.mailer.default.single_address' => NULL,
  15239.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15240.             'swiftmailer.spool.enabled' => false,
  15241.             'swiftmailer.delivery.enabled' => true,
  15242.             'swiftmailer.single_address' => NULL,
  15243.             'swiftmailer.mailers' => [
  15244.                 'default' => 'swiftmailer.mailer.default',
  15245.             ],
  15246.             'swiftmailer.default_mailer' => 'default',
  15247.             'stof_doctrine_extensions.default_locale' => 'en_US',
  15248.             'stof_doctrine_extensions.translation_fallback' => false,
  15249.             'stof_doctrine_extensions.persist_default_translation' => false,
  15250.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  15251.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  15252.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  15253.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  15254.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  15255.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  15256.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  15257.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  15258.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  15259.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  15260.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  15261.             'maker.compatible_check.doctrine.supports_attributes' => false,
  15262.             'data_collector.templates' => [
  15263.                 'data_collector.request' => [
  15264.                     => 'request',
  15265.                     => '@WebProfiler/Collector/request.html.twig',
  15266.                 ],
  15267.                 'data_collector.time' => [
  15268.                     => 'time',
  15269.                     => '@WebProfiler/Collector/time.html.twig',
  15270.                 ],
  15271.                 'data_collector.memory' => [
  15272.                     => 'memory',
  15273.                     => '@WebProfiler/Collector/memory.html.twig',
  15274.                 ],
  15275.                 'data_collector.validator' => [
  15276.                     => 'validator',
  15277.                     => '@WebProfiler/Collector/validator.html.twig',
  15278.                 ],
  15279.                 'data_collector.ajax' => [
  15280.                     => 'ajax',
  15281.                     => '@WebProfiler/Collector/ajax.html.twig',
  15282.                 ],
  15283.                 'data_collector.form' => [
  15284.                     => 'form',
  15285.                     => '@WebProfiler/Collector/form.html.twig',
  15286.                 ],
  15287.                 'data_collector.exception' => [
  15288.                     => 'exception',
  15289.                     => '@WebProfiler/Collector/exception.html.twig',
  15290.                 ],
  15291.                 'data_collector.logger' => [
  15292.                     => 'logger',
  15293.                     => '@WebProfiler/Collector/logger.html.twig',
  15294.                 ],
  15295.                 'data_collector.events' => [
  15296.                     => 'events',
  15297.                     => '@WebProfiler/Collector/events.html.twig',
  15298.                 ],
  15299.                 'data_collector.router' => [
  15300.                     => 'router',
  15301.                     => '@WebProfiler/Collector/router.html.twig',
  15302.                 ],
  15303.                 'data_collector.cache' => [
  15304.                     => 'cache',
  15305.                     => '@WebProfiler/Collector/cache.html.twig',
  15306.                 ],
  15307.                 'data_collector.translation' => [
  15308.                     => 'translation',
  15309.                     => '@WebProfiler/Collector/translation.html.twig',
  15310.                 ],
  15311.                 'data_collector.security' => [
  15312.                     => 'security',
  15313.                     => '@Security/Collector/security.html.twig',
  15314.                 ],
  15315.                 'data_collector.twig' => [
  15316.                     => 'twig',
  15317.                     => '@WebProfiler/Collector/twig.html.twig',
  15318.                 ],
  15319.                 'data_collector.http_client' => [
  15320.                     => 'http_client',
  15321.                     => '@WebProfiler/Collector/http_client.html.twig',
  15322.                 ],
  15323.                 'data_collector.doctrine' => [
  15324.                     => 'db',
  15325.                     => '@Doctrine/Collector/db.html.twig',
  15326.                 ],
  15327.                 'swiftmailer.data_collector' => [
  15328.                     => 'swiftmailer',
  15329.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15330.                 ],
  15331.                 'data_collector.dump' => [
  15332.                     => 'dump',
  15333.                     => '@Debug/Profiler/dump.html.twig',
  15334.                 ],
  15335.                 'mailer.data_collector' => [
  15336.                     => 'mailer',
  15337.                     => '@WebProfiler/Collector/mailer.html.twig',
  15338.                 ],
  15339.                 'easyadmin.data_collector' => [
  15340.                     => 'easyadmin',
  15341.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  15342.                 ],
  15343.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  15344.                     => 'vich_uploader.mapping_collector',
  15345.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  15346.                 ],
  15347.                 'data_collector.config' => [
  15348.                     => 'config',
  15349.                     => '@WebProfiler/Collector/config.html.twig',
  15350.                 ],
  15351.             ],
  15352.             'console.command.ids' => [
  15353.             ],
  15354.         ];
  15355.     }
  15356.     protected function throw($message)
  15357.     {
  15358.         throw new RuntimeException($message);
  15359.     }
  15360. }