var/cache/dev/Container9dKhVhF/App_KernelDevDebugContainer.php line 4524

Open in your IDE?
  1. <?php
  2. namespace Container9dKhVhF;
  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.Uf_3uPC' shared service.
  4297.      *
  4298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4299.      */
  4300.     protected function get_ServiceLocator_Uf3uPCService()
  4301.     {
  4302.         return $this->privates['.service_locator.Uf_3uPC'] = 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::getSeasonPlayer' => ['privates''.service_locator.8cSrSaC''get_ServiceLocator_8cSrSaCService'false],
  4337.             'App\\Controller\\Api\\PlayerController::playerLeagueStats' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4338.             'App\\Controller\\Api\\PlayerController::restorePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4339.             'App\\Controller\\Api\\PlayerSportsInjuriesController::update' => ['privates''.service_locator.eSw4Yl0''get_ServiceLocator_ESw4Yl0Service'false],
  4340.             'App\\Controller\\Api\\PlayerWeightController::add' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4341.             'App\\Controller\\Api\\PlayerWeightController::delete' => ['privates''.service_locator.C1ZPR9T''get_ServiceLocator_C1ZPR9TService'false],
  4342.             'App\\Controller\\Api\\PlayerWeightController::update' => ['privates''.service_locator.1TX3X4p''get_ServiceLocator_1TX3X4pService'false],
  4343.             'App\\Controller\\Api\\ReportController::exerciseExport' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4344.             'App\\Controller\\Api\\ReportController::reportTrainign' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4345.             'App\\Controller\\Api\\ReportController::stategyExport' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4346.             'App\\Controller\\Api\\StrategyController::delete' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4347.             'App\\Controller\\Api\\StrategyController::update' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4348.             'App\\Controller\\Api\\TrainerCustomerController::delete' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4349.             'App\\Controller\\Api\\TrainerCustomerController::edit' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4350.             'App\\Controller\\Api\\TrainerCustomerController::register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4351.             'App\\Controller\\Api\\TrainerCustomerController::search' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4352.             'App\\Controller\\CouponController::persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4353.             'App\\Controller\\CouponController::updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4354.             'App\\Controller\\CustomerController::captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4355.             'App\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.dnjXz1W''get_ServiceLocator_DnjXz1WService'false],
  4356.             'App\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.s0uu.MX''get_ServiceLocator_S0uu_MXService'false],
  4357.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  4358.             'App\\Controller\\TypeSoccerController::captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4359.             'App\\EventListener\\ExceptionListener::onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4360.             'App.EventListener.exception_listener:onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4361.             'App\\Controller\\Api\\AdminClubController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4362.             'App\\Controller\\Api\\AuthController:handleWebhook' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4363.             'App\\Controller\\Api\\AuthController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4364.             'App\\Controller\\Api\\AuthController:request' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4365.             'App\\Controller\\Api\\AuthController:reset' => ['privates''.service_locator.BWknic2''get_ServiceLocator_BWknic2Service'false],
  4366.             'App\\Controller\\Api\\ClubMonthlyPaymentsController:updatePaymentClub' => ['privates''.service_locator.EJwMRpW''get_ServiceLocator_EJwMRpWService'false],
  4367.             'App\\Controller\\Api\\DocumentController:listDocument' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4368.             'App\\Controller\\Api\\ExerciseController:deleteExercise' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4369.             'App\\Controller\\Api\\ExerciseController:exerciseById' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4370.             'App\\Controller\\Api\\ExerciseController:exerciseEdit' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4371.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => ['privates''.service_locator.XMhU4vu''get_ServiceLocator_XMhU4vuService'false],
  4372.             'App\\Controller\\Api\\ExerciseController:getCalendarExercises' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4373.             'App\\Controller\\Api\\GameController:convocatoriaGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4374.             'App\\Controller\\Api\\GameController:deleteGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4375.             'App\\Controller\\Api\\GameController:deleteGamePermanent' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4376.             'App\\Controller\\Api\\GameController:editAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4377.             'App\\Controller\\Api\\GameController:editGameLineUp' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4378.             'App\\Controller\\Api\\GameController:getAlignment' => ['privates''.service_locator.WnC4Zms''get_ServiceLocator_WnC4ZmsService'false],
  4379.             'App\\Controller\\Api\\GameController:restoreGame' => ['privates''.service_locator.8UPtN2z''get_ServiceLocator_8UPtN2zService'false],
  4380.             'App\\Controller\\Api\\GameController:trainingsGame' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4381.             'App\\Controller\\Api\\KitPaymentsController:updatePayment' => ['privates''.service_locator.jtIcQsS''get_ServiceLocator_JtIcQsSService'false],
  4382.             'App\\Controller\\Api\\MembershipAttrController:listMembershipAttr' => ['privates''.service_locator.hZ8pcZH''get_ServiceLocator_HZ8pcZHService'false],
  4383.             'App\\Controller\\Api\\NoteExerciseController:add' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4384.             'App\\Controller\\Api\\NoteExerciseController:delete' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4385.             'App\\Controller\\Api\\NoteExerciseController:getNotesGame' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4386.             'App\\Controller\\Api\\NoteExerciseController:update' => ['privates''.service_locator.5fReDaX''get_ServiceLocator_5fReDaXService'false],
  4387.             'App\\Controller\\Api\\OtherPaymentsController:updatePayment' => ['privates''.service_locator.MPur8oG''get_ServiceLocator_MPur8oGService'false],
  4388.             'App\\Controller\\Api\\PlayerController:deletePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4389.             'App\\Controller\\Api\\PlayerController:deletePlayerPermanent' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4390.             'App\\Controller\\Api\\PlayerController:editPlayer' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4391.             'App\\Controller\\Api\\PlayerController:editStats' => ['privates''.service_locator.swx_wXI''get_ServiceLocator_SwxWXIService'false],
  4392.             'App\\Controller\\Api\\PlayerController:getDataPlayer' => ['privates''.service_locator.8cSrSaC''get_ServiceLocator_8cSrSaCService'false],
  4393.             'App\\Controller\\Api\\PlayerController:getSeasonPlayer' => ['privates''.service_locator.8cSrSaC''get_ServiceLocator_8cSrSaCService'false],
  4394.             'App\\Controller\\Api\\PlayerController:playerLeagueStats' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4395.             'App\\Controller\\Api\\PlayerController:restorePlayer' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4396.             'App\\Controller\\Api\\PlayerSportsInjuriesController:update' => ['privates''.service_locator.eSw4Yl0''get_ServiceLocator_ESw4Yl0Service'false],
  4397.             'App\\Controller\\Api\\PlayerWeightController:add' => ['privates''.service_locator.FxVgDxl''get_ServiceLocator_FxVgDxlService'false],
  4398.             'App\\Controller\\Api\\PlayerWeightController:delete' => ['privates''.service_locator.C1ZPR9T''get_ServiceLocator_C1ZPR9TService'false],
  4399.             'App\\Controller\\Api\\PlayerWeightController:update' => ['privates''.service_locator.1TX3X4p''get_ServiceLocator_1TX3X4pService'false],
  4400.             'App\\Controller\\Api\\ReportController:exerciseExport' => ['privates''.service_locator.ZVU7s0Z''get_ServiceLocator_ZVU7s0ZService'false],
  4401.             'App\\Controller\\Api\\ReportController:reportTrainign' => ['privates''.service_locator.q7VoPz7''get_ServiceLocator_Q7VoPz7Service'false],
  4402.             'App\\Controller\\Api\\ReportController:stategyExport' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4403.             'App\\Controller\\Api\\StrategyController:delete' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4404.             'App\\Controller\\Api\\StrategyController:update' => ['privates''.service_locator.rra90Cz''get_ServiceLocator_Rra90CzService'false],
  4405.             'App\\Controller\\Api\\TrainerCustomerController:delete' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4406.             'App\\Controller\\Api\\TrainerCustomerController:edit' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4407.             'App\\Controller\\Api\\TrainerCustomerController:register' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4408.             'App\\Controller\\Api\\TrainerCustomerController:search' => ['privates''.service_locator.hszs.DW''get_ServiceLocator_Hszs_DWService'false],
  4409.             'App\\Controller\\CouponController:persistCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4410.             'App\\Controller\\CouponController:updateCouponEntity' => ['privates''.service_locator.DusxGO6''get_ServiceLocator_DusxGO6Service'false],
  4411.             'App\\Controller\\CustomerController:captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4412.             'App\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.dnjXz1W''get_ServiceLocator_DnjXz1WService'false],
  4413.             'App\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.s0uu.MX''get_ServiceLocator_S0uu_MXService'false],
  4414.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  4415.             'App\\Controller\\TypeSoccerController:captureMailBatchAction' => ['privates''.service_locator.E2z.rRz''get_ServiceLocator_E2z_RRzService'false],
  4416.             'App\\EventListener\\ExceptionListener:onKernelException' => ['privates''.service_locator.xZknFG_''get_ServiceLocator_XZknFGService'false],
  4417.         ], [
  4418.             'App.EventListener.exception_listener::onKernelException' => '?',
  4419.             'App\\Controller\\Api\\AdminClubController::register' => '?',
  4420.             'App\\Controller\\Api\\AuthController::handleWebhook' => '?',
  4421.             'App\\Controller\\Api\\AuthController::register' => '?',
  4422.             'App\\Controller\\Api\\AuthController::request' => '?',
  4423.             'App\\Controller\\Api\\AuthController::reset' => '?',
  4424.             'App\\Controller\\Api\\ClubMonthlyPaymentsController::updatePaymentClub' => '?',
  4425.             'App\\Controller\\Api\\DocumentController::listDocument' => '?',
  4426.             'App\\Controller\\Api\\ExerciseController::deleteExercise' => '?',
  4427.             'App\\Controller\\Api\\ExerciseController::exerciseById' => '?',
  4428.             'App\\Controller\\Api\\ExerciseController::exerciseEdit' => '?',
  4429.             'App\\Controller\\Api\\ExerciseController::exercisesBySearch' => '?',
  4430.             'App\\Controller\\Api\\ExerciseController::getCalendarExercises' => '?',
  4431.             'App\\Controller\\Api\\GameController::convocatoriaGame' => '?',
  4432.             'App\\Controller\\Api\\GameController::deleteGame' => '?',
  4433.             'App\\Controller\\Api\\GameController::deleteGamePermanent' => '?',
  4434.             'App\\Controller\\Api\\GameController::editAlignment' => '?',
  4435.             'App\\Controller\\Api\\GameController::editGameLineUp' => '?',
  4436.             'App\\Controller\\Api\\GameController::getAlignment' => '?',
  4437.             'App\\Controller\\Api\\GameController::restoreGame' => '?',
  4438.             'App\\Controller\\Api\\GameController::trainingsGame' => '?',
  4439.             'App\\Controller\\Api\\KitPaymentsController::updatePayment' => '?',
  4440.             'App\\Controller\\Api\\MembershipAttrController::listMembershipAttr' => '?',
  4441.             'App\\Controller\\Api\\NoteExerciseController::add' => '?',
  4442.             'App\\Controller\\Api\\NoteExerciseController::delete' => '?',
  4443.             'App\\Controller\\Api\\NoteExerciseController::getNotesGame' => '?',
  4444.             'App\\Controller\\Api\\NoteExerciseController::update' => '?',
  4445.             'App\\Controller\\Api\\OtherPaymentsController::updatePayment' => '?',
  4446.             'App\\Controller\\Api\\PlayerController::deletePlayer' => '?',
  4447.             'App\\Controller\\Api\\PlayerController::deletePlayerPermanent' => '?',
  4448.             'App\\Controller\\Api\\PlayerController::editPlayer' => '?',
  4449.             'App\\Controller\\Api\\PlayerController::editStats' => '?',
  4450.             'App\\Controller\\Api\\PlayerController::getDataPlayer' => '?',
  4451.             'App\\Controller\\Api\\PlayerController::getSeasonPlayer' => '?',
  4452.             'App\\Controller\\Api\\PlayerController::playerLeagueStats' => '?',
  4453.             'App\\Controller\\Api\\PlayerController::restorePlayer' => '?',
  4454.             'App\\Controller\\Api\\PlayerSportsInjuriesController::update' => '?',
  4455.             'App\\Controller\\Api\\PlayerWeightController::add' => '?',
  4456.             'App\\Controller\\Api\\PlayerWeightController::delete' => '?',
  4457.             'App\\Controller\\Api\\PlayerWeightController::update' => '?',
  4458.             'App\\Controller\\Api\\ReportController::exerciseExport' => '?',
  4459.             'App\\Controller\\Api\\ReportController::reportTrainign' => '?',
  4460.             'App\\Controller\\Api\\ReportController::stategyExport' => '?',
  4461.             'App\\Controller\\Api\\StrategyController::delete' => '?',
  4462.             'App\\Controller\\Api\\StrategyController::update' => '?',
  4463.             'App\\Controller\\Api\\TrainerCustomerController::delete' => '?',
  4464.             'App\\Controller\\Api\\TrainerCustomerController::edit' => '?',
  4465.             'App\\Controller\\Api\\TrainerCustomerController::register' => '?',
  4466.             'App\\Controller\\Api\\TrainerCustomerController::search' => '?',
  4467.             'App\\Controller\\CouponController::persistCouponEntity' => '?',
  4468.             'App\\Controller\\CouponController::updateCouponEntity' => '?',
  4469.             'App\\Controller\\CustomerController::captureMailBatchAction' => '?',
  4470.             'App\\Controller\\ResetPasswordController::request' => '?',
  4471.             'App\\Controller\\ResetPasswordController::reset' => '?',
  4472.             'App\\Controller\\SecurityController::login' => '?',
  4473.             'App\\Controller\\TypeSoccerController::captureMailBatchAction' => '?',
  4474.             'App\\EventListener\\ExceptionListener::onKernelException' => '?',
  4475.             'App.EventListener.exception_listener:onKernelException' => '?',
  4476.             'App\\Controller\\Api\\AdminClubController:register' => '?',
  4477.             'App\\Controller\\Api\\AuthController:handleWebhook' => '?',
  4478.             'App\\Controller\\Api\\AuthController:register' => '?',
  4479.             'App\\Controller\\Api\\AuthController:request' => '?',
  4480.             'App\\Controller\\Api\\AuthController:reset' => '?',
  4481.             'App\\Controller\\Api\\ClubMonthlyPaymentsController:updatePaymentClub' => '?',
  4482.             'App\\Controller\\Api\\DocumentController:listDocument' => '?',
  4483.             'App\\Controller\\Api\\ExerciseController:deleteExercise' => '?',
  4484.             'App\\Controller\\Api\\ExerciseController:exerciseById' => '?',
  4485.             'App\\Controller\\Api\\ExerciseController:exerciseEdit' => '?',
  4486.             'App\\Controller\\Api\\ExerciseController:exercisesBySearch' => '?',
  4487.             'App\\Controller\\Api\\ExerciseController:getCalendarExercises' => '?',
  4488.             'App\\Controller\\Api\\GameController:convocatoriaGame' => '?',
  4489.             'App\\Controller\\Api\\GameController:deleteGame' => '?',
  4490.             'App\\Controller\\Api\\GameController:deleteGamePermanent' => '?',
  4491.             'App\\Controller\\Api\\GameController:editAlignment' => '?',
  4492.             'App\\Controller\\Api\\GameController:editGameLineUp' => '?',
  4493.             'App\\Controller\\Api\\GameController:getAlignment' => '?',
  4494.             'App\\Controller\\Api\\GameController:restoreGame' => '?',
  4495.             'App\\Controller\\Api\\GameController:trainingsGame' => '?',
  4496.             'App\\Controller\\Api\\KitPaymentsController:updatePayment' => '?',
  4497.             'App\\Controller\\Api\\MembershipAttrController:listMembershipAttr' => '?',
  4498.             'App\\Controller\\Api\\NoteExerciseController:add' => '?',
  4499.             'App\\Controller\\Api\\NoteExerciseController:delete' => '?',
  4500.             'App\\Controller\\Api\\NoteExerciseController:getNotesGame' => '?',
  4501.             'App\\Controller\\Api\\NoteExerciseController:update' => '?',
  4502.             'App\\Controller\\Api\\OtherPaymentsController:updatePayment' => '?',
  4503.             'App\\Controller\\Api\\PlayerController:deletePlayer' => '?',
  4504.             'App\\Controller\\Api\\PlayerController:deletePlayerPermanent' => '?',
  4505.             'App\\Controller\\Api\\PlayerController:editPlayer' => '?',
  4506.             'App\\Controller\\Api\\PlayerController:editStats' => '?',
  4507.             'App\\Controller\\Api\\PlayerController:getDataPlayer' => '?',
  4508.             'App\\Controller\\Api\\PlayerController:getSeasonPlayer' => '?',
  4509.             'App\\Controller\\Api\\PlayerController:playerLeagueStats' => '?',
  4510.             'App\\Controller\\Api\\PlayerController:restorePlayer' => '?',
  4511.             'App\\Controller\\Api\\PlayerSportsInjuriesController:update' => '?',
  4512.             'App\\Controller\\Api\\PlayerWeightController:add' => '?',
  4513.             'App\\Controller\\Api\\PlayerWeightController:delete' => '?',
  4514.             'App\\Controller\\Api\\PlayerWeightController:update' => '?',
  4515.             'App\\Controller\\Api\\ReportController:exerciseExport' => '?',
  4516.             'App\\Controller\\Api\\ReportController:reportTrainign' => '?',
  4517.             'App\\Controller\\Api\\ReportController:stategyExport' => '?',
  4518.             'App\\Controller\\Api\\StrategyController:delete' => '?',
  4519.             'App\\Controller\\Api\\StrategyController:update' => '?',
  4520.             'App\\Controller\\Api\\TrainerCustomerController:delete' => '?',
  4521.             'App\\Controller\\Api\\TrainerCustomerController:edit' => '?',
  4522.             'App\\Controller\\Api\\TrainerCustomerController:register' => '?',
  4523.             'App\\Controller\\Api\\TrainerCustomerController:search' => '?',
  4524.             'App\\Controller\\CouponController:persistCouponEntity' => '?',
  4525.             'App\\Controller\\CouponController:updateCouponEntity' => '?',
  4526.             'App\\Controller\\CustomerController:captureMailBatchAction' => '?',
  4527.             'App\\Controller\\ResetPasswordController:request' => '?',
  4528.             'App\\Controller\\ResetPasswordController:reset' => '?',
  4529.             'App\\Controller\\SecurityController:login' => '?',
  4530.             'App\\Controller\\TypeSoccerController:captureMailBatchAction' => '?',
  4531.             'App\\EventListener\\ExceptionListener:onKernelException' => '?',
  4532.         ]);
  4533.     }
  4534.     /**
  4535.      * Gets the private '.service_locator.WnC4Zms' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4538.      */
  4539.     protected function get_ServiceLocator_WnC4ZmsService()
  4540.     {
  4541.         return $this->privates['.service_locator.WnC4Zms'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4542.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4543.         ], [
  4544.             'logger' => '?',
  4545.         ]);
  4546.     }
  4547.     /**
  4548.      * Gets the private '.service_locator.XMhU4vu' shared service.
  4549.      *
  4550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4551.      */
  4552.     protected function get_ServiceLocator_XMhU4vuService()
  4553.     {
  4554.         return $this->privates['.service_locator.XMhU4vu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4555.             'i18n' => ['services''translator''getTranslatorService'false],
  4556.         ], [
  4557.             'i18n' => '?',
  4558.         ]);
  4559.     }
  4560.     /**
  4561.      * Gets the private '.service_locator.ZVU7s0Z' shared service.
  4562.      *
  4563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4564.      */
  4565.     protected function get_ServiceLocator_ZVU7s0ZService()
  4566.     {
  4567.         return $this->privates['.service_locator.ZVU7s0Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4568.             '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.'],
  4569.         ], [
  4570.             'exercise' => 'App\\Entity\\Exercise',
  4571.         ]);
  4572.     }
  4573.     /**
  4574.      * Gets the private '.service_locator.dnjXz1W' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4577.      */
  4578.     protected function get_ServiceLocator_DnjXz1WService()
  4579.     {
  4580.         return $this->privates['.service_locator.dnjXz1W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4581.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4582.             'translator' => ['services''translator''getTranslatorService'false],
  4583.         ], [
  4584.             'mailer' => '?',
  4585.             'translator' => '?',
  4586.         ]);
  4587.     }
  4588.     /**
  4589.      * Gets the private '.service_locator.eSw4Yl0' shared service.
  4590.      *
  4591.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4592.      */
  4593.     protected function get_ServiceLocator_ESw4Yl0Service()
  4594.     {
  4595.         return $this->privates['.service_locator.eSw4Yl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4596.             '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.'],
  4597.         ], [
  4598.             'playerInjury' => 'App\\Entity\\PlayerSportsInjuries',
  4599.         ]);
  4600.     }
  4601.     /**
  4602.      * Gets the private '.service_locator.hZ8pcZH' shared service.
  4603.      *
  4604.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4605.      */
  4606.     protected function get_ServiceLocator_HZ8pcZHService()
  4607.     {
  4608.         return $this->privates['.service_locator.hZ8pcZH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4609.             '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.'],
  4610.         ], [
  4611.             'membership' => 'App\\Entity\\Membership',
  4612.         ]);
  4613.     }
  4614.     /**
  4615.      * Gets the private '.service_locator.hszs.DW' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4618.      */
  4619.     protected function get_ServiceLocator_Hszs_DWService()
  4620.     {
  4621.         return $this->privates['.service_locator.hszs.DW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4622.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4623.         ], [
  4624.             'encoder' => '?',
  4625.         ]);
  4626.     }
  4627.     /**
  4628.      * Gets the private '.service_locator.jtIcQsS' shared service.
  4629.      *
  4630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4631.      */
  4632.     protected function get_ServiceLocator_JtIcQsSService()
  4633.     {
  4634.         return $this->privates['.service_locator.jtIcQsS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4635.             '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.'],
  4636.         ], [
  4637.             'kitPayment' => 'App\\Entity\\KitPayments',
  4638.         ]);
  4639.     }
  4640.     /**
  4641.      * Gets the private '.service_locator.obF_qQp' shared service.
  4642.      *
  4643.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4644.      */
  4645.     protected function get_ServiceLocator_ObFQQpService()
  4646.     {
  4647.         return $this->privates['.service_locator.obF_qQp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4648.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4649.             'easyadmin.autocomplete' => ['services''easyadmin.autocomplete''getEasyadmin_AutocompleteService'false],
  4650.             'easyadmin.config.manager' => ['services''easyadmin.config.manager''getEasyadmin_Config_ManagerService'false],
  4651.             'easyadmin.filter.registry' => ['services''easyadmin.filter.registry''getEasyadmin_Filter_RegistryService'false],
  4652.             'easyadmin.paginator' => ['services''easyadmin.paginator''getEasyadmin_PaginatorService'false],
  4653.             'easyadmin.property_accessor' => ['services''easyadmin.property_accessor''getEasyadmin_PropertyAccessorService'false],
  4654.             'easyadmin.query_builder' => ['services''easyadmin.query_builder''getEasyadmin_QueryBuilderService'false],
  4655.             'easyadmin.security.authorization_checker' => ['services''easyadmin.security.authorization_checker''getEasyadmin_Security_AuthorizationCheckerService'false],
  4656.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4657.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4658.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4659.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4660.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4661.             'router' => ['services''router''getRouterService'false],
  4662.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4663.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4664.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4665.             'serializer' => ['services''serializer''getSerializerService'false],
  4666.             'session' => ['services''session''getSessionService'false],
  4667.             'twig' => ['services''twig''getTwigService'false],
  4668.         ], [
  4669.             'doctrine' => '?',
  4670.             'easyadmin.autocomplete' => '?',
  4671.             'easyadmin.config.manager' => '?',
  4672.             'easyadmin.filter.registry' => '?',
  4673.             'easyadmin.paginator' => '?',
  4674.             'easyadmin.property_accessor' => '?',
  4675.             'easyadmin.query_builder' => '?',
  4676.             'easyadmin.security.authorization_checker' => '?',
  4677.             'event_dispatcher' => '?',
  4678.             'form.factory' => '?',
  4679.             'http_kernel' => '?',
  4680.             'parameter_bag' => '?',
  4681.             'request_stack' => '?',
  4682.             'router' => '?',
  4683.             'security.authorization_checker' => '?',
  4684.             'security.csrf.token_manager' => '?',
  4685.             'security.token_storage' => '?',
  4686.             'serializer' => '?',
  4687.             'session' => '?',
  4688.             'twig' => '?',
  4689.         ]);
  4690.     }
  4691.     /**
  4692.      * Gets the private '.service_locator.pNNo5z3' shared service.
  4693.      *
  4694.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4695.      */
  4696.     protected function get_ServiceLocator_PNNo5z3Service()
  4697.     {
  4698.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4699.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4700.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4701.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4702.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4703.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4704.             'router' => ['services''router''getRouterService'false],
  4705.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4706.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4707.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4708.             'serializer' => ['services''serializer''getSerializerService'false],
  4709.             'session' => ['services''session''getSessionService'false],
  4710.             'twig' => ['services''twig''getTwigService'false],
  4711.         ], [
  4712.             'doctrine' => '?',
  4713.             'form.factory' => '?',
  4714.             'http_kernel' => '?',
  4715.             'parameter_bag' => '?',
  4716.             'request_stack' => '?',
  4717.             'router' => '?',
  4718.             'security.authorization_checker' => '?',
  4719.             'security.csrf.token_manager' => '?',
  4720.             'security.token_storage' => '?',
  4721.             'serializer' => '?',
  4722.             'session' => '?',
  4723.             'twig' => '?',
  4724.         ]);
  4725.     }
  4726.     /**
  4727.      * Gets the private '.service_locator.q6jLs_L' shared service.
  4728.      *
  4729.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4730.      */
  4731.     protected function get_ServiceLocator_Q6jLsLService()
  4732.     {
  4733.         return $this->privates['.service_locator.q6jLs_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4734.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4735.         ], [
  4736.             'authenticationUtils' => '?',
  4737.         ]);
  4738.     }
  4739.     /**
  4740.      * Gets the private '.service_locator.q7VoPz7' shared service.
  4741.      *
  4742.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4743.      */
  4744.     protected function get_ServiceLocator_Q7VoPz7Service()
  4745.     {
  4746.         return $this->privates['.service_locator.q7VoPz7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4747.             'date' => ['privates''.errored..service_locator.q7VoPz7.DateTime'NULL'Cannot autowire service ".service_locator.q7VoPz7": it references class "DateTime" but no such service exists.'],
  4748.         ], [
  4749.             'date' => 'DateTime',
  4750.         ]);
  4751.     }
  4752.     /**
  4753.      * Gets the private '.service_locator.rra90Cz' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4756.      */
  4757.     protected function get_ServiceLocator_Rra90CzService()
  4758.     {
  4759.         return $this->privates['.service_locator.rra90Cz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4760.             '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.'],
  4761.         ], [
  4762.             'strategy' => 'App\\Entity\\Strategy',
  4763.         ]);
  4764.     }
  4765.     /**
  4766.      * Gets the private '.service_locator.s0uu.MX' shared service.
  4767.      *
  4768.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4769.      */
  4770.     protected function get_ServiceLocator_S0uu_MXService()
  4771.     {
  4772.         return $this->privates['.service_locator.s0uu.MX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4773.             'translator' => ['services''translator''getTranslatorService'false],
  4774.             'userPasswordEncoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4775.         ], [
  4776.             'translator' => '?',
  4777.             'userPasswordEncoder' => '?',
  4778.         ]);
  4779.     }
  4780.     /**
  4781.      * Gets the private '.service_locator.swx_wXI' shared service.
  4782.      *
  4783.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4784.      */
  4785.     protected function get_ServiceLocator_SwxWXIService()
  4786.     {
  4787.         return $this->privates['.service_locator.swx_wXI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4788.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4789.             '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.'],
  4790.         ], [
  4791.             'logger' => '?',
  4792.             'player' => 'App\\Entity\\Player',
  4793.         ]);
  4794.     }
  4795.     /**
  4796.      * Gets the private '.service_locator.xZknFG_' shared service.
  4797.      *
  4798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4799.      */
  4800.     protected function get_ServiceLocator_XZknFGService()
  4801.     {
  4802.         return $this->privates['.service_locator.xZknFG_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4803.             '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.'],
  4804.         ], [
  4805.             'event' => 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent',
  4806.         ]);
  4807.     }
  4808.     /**
  4809.      * Gets the private 'App\Command\BackupDatabaseCommand' shared autowired service.
  4810.      *
  4811.      * @return \App\Command\BackupDatabaseCommand
  4812.      */
  4813.     protected function getBackupDatabaseCommandService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4816.         include_once \dirname(__DIR__4).'/src/Command/BackupDatabaseCommand.php';
  4817.         $this->privates['App\\Command\\BackupDatabaseCommand'] = $instance = new \App\Command\BackupDatabaseCommand();
  4818.         $instance->setName('app:backup-database');
  4819.         return $instance;
  4820.     }
  4821.     /**
  4822.      * Gets the private 'App\Command\CopyTranslateExerciseCommand' shared autowired service.
  4823.      *
  4824.      * @return \App\Command\CopyTranslateExerciseCommand
  4825.      */
  4826.     protected function getCopyTranslateExerciseCommandService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4829.         include_once \dirname(__DIR__4).'/src/Command/CopyTranslateExerciseCommand.php';
  4830.         $this->privates['App\\Command\\CopyTranslateExerciseCommand'] = $instance = new \App\Command\CopyTranslateExerciseCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4831.         $instance->setName('app:exercise:translate');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'App\Command\CreateUserCommand' shared autowired service.
  4836.      *
  4837.      * @return \App\Command\CreateUserCommand
  4838.      */
  4839.     protected function getCreateUserCommandService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/src/Command/CreateUserCommand.php';
  4843.         $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()));
  4844.         $instance->setName('app:user:create');
  4845.         return $instance;
  4846.     }
  4847.     /**
  4848.      * Gets the private 'App\Command\ExtractCountryCommand' shared autowired service.
  4849.      *
  4850.      * @return \App\Command\ExtractCountryCommand
  4851.      */
  4852.     protected function getExtractCountryCommandService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4855.         include_once \dirname(__DIR__4).'/src/Command/ExtractCountryCommand.php';
  4856.         $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()));
  4857.         $instance->setName('app:country:extract');
  4858.         return $instance;
  4859.     }
  4860.     /**
  4861.      * Gets the private 'App\Command\InjuredPlayersCommand' shared autowired service.
  4862.      *
  4863.      * @return \App\Command\InjuredPlayersCommand
  4864.      */
  4865.     protected function getInjuredPlayersCommandService()
  4866.     {
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4868.         include_once \dirname(__DIR__4).'/src/Command/InjuredPlayersCommand.php';
  4869.         $this->privates['App\\Command\\InjuredPlayersCommand'] = $instance = new \App\Command\InjuredPlayersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4870.         $instance->setName('app:players:injured');
  4871.         return $instance;
  4872.     }
  4873.     /**
  4874.      * Gets the private 'App\Command\LastResultCommand' shared autowired service.
  4875.      *
  4876.      * @return \App\Command\LastResultCommand
  4877.      */
  4878.     protected function getLastResultCommandService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4881.         include_once \dirname(__DIR__4).'/src/Command/LastResultCommand.php';
  4882.         $this->privates['App\\Command\\LastResultCommand'] = $instance = new \App\Command\LastResultCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4883.         $instance->setName('app:players:last-result');
  4884.         return $instance;
  4885.     }
  4886.     /**
  4887.      * Gets the private 'App\Command\LastTrainingCommand' shared autowired service.
  4888.      *
  4889.      * @return \App\Command\LastTrainingCommand
  4890.      */
  4891.     protected function getLastTrainingCommandService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4894.         include_once \dirname(__DIR__4).'/src/Command/LastTrainingCommand.php';
  4895.         $this->privates['App\\Command\\LastTrainingCommand'] = $instance = new \App\Command\LastTrainingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4896.         $instance->setName('app:players:last-training');
  4897.         return $instance;
  4898.     }
  4899.     /**
  4900.      * Gets the private 'App\Command\MostAbsencedPlayerCommand' shared autowired service.
  4901.      *
  4902.      * @return \App\Command\MostAbsencedPlayerCommand
  4903.      */
  4904.     protected function getMostAbsencedPlayerCommandService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4907.         include_once \dirname(__DIR__4).'/src/Command/MostAbsencedPlayerCommand.php';
  4908.         $this->privates['App\\Command\\MostAbsencedPlayerCommand'] = $instance = new \App\Command\MostAbsencedPlayerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4909.         $instance->setName('app:players:most-absenced-player');
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'App\Command\NextMatchCommand' shared autowired service.
  4914.      *
  4915.      * @return \App\Command\NextMatchCommand
  4916.      */
  4917.     protected function getNextMatchCommandService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4920.         include_once \dirname(__DIR__4).'/src/Command/NextMatchCommand.php';
  4921.         $this->privates['App\\Command\\NextMatchCommand'] = $instance = new \App\Command\NextMatchCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4922.         $instance->setName('app:players:next-match');
  4923.         return $instance;
  4924.     }
  4925.     /**
  4926.      * Gets the private 'App\Command\QTYTrainingCommand' shared autowired service.
  4927.      *
  4928.      * @return \App\Command\QTYTrainingCommand
  4929.      */
  4930.     protected function getQTYTrainingCommandService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4933.         include_once \dirname(__DIR__4).'/src/Command/QTYTrainingCommand.php';
  4934.         $this->privates['App\\Command\\QTYTrainingCommand'] = $instance = new \App\Command\QTYTrainingCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4935.         $instance->setName('app:players:qtytraining');
  4936.         return $instance;
  4937.     }
  4938.     /**
  4939.      * Gets the private 'App\Command\SubscriptionsCreateCommand' shared autowired service.
  4940.      *
  4941.      * @return \App\Command\SubscriptionsCreateCommand
  4942.      */
  4943.     protected function getSubscriptionsCreateCommandService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4946.         include_once \dirname(__DIR__4).'/src/Command/SubscriptionsCreateCommand.php';
  4947.         $this->privates['App\\Command\\SubscriptionsCreateCommand'] = $instance = new \App\Command\SubscriptionsCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4948.         $instance->setName('app:subscriptions:create');
  4949.         return $instance;
  4950.     }
  4951.     /**
  4952.      * Gets the private 'App\Command\TestEmailCommand' shared autowired service.
  4953.      *
  4954.      * @return \App\Command\TestEmailCommand
  4955.      */
  4956.     protected function getTestEmailCommandService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4959.         include_once \dirname(__DIR__4).'/src/Command/TestEmailCommand.php';
  4960.         $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()));
  4961.         $instance->setName('app:test:email');
  4962.         return $instance;
  4963.     }
  4964.     /**
  4965.      * Gets the private 'App\Form\ChangePasswordFormType' shared autowired service.
  4966.      *
  4967.      * @return \App\Form\ChangePasswordFormType
  4968.      */
  4969.     protected function getChangePasswordFormTypeService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4973.         include_once \dirname(__DIR__4).'/src/Form/ChangePasswordFormType.php';
  4974.         return $this->privates['App\\Form\\ChangePasswordFormType'] = new \App\Form\ChangePasswordFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  4975.     }
  4976.     /**
  4977.      * Gets the private 'App\Form\Filter\DificultyFilterType' shared autowired service.
  4978.      *
  4979.      * @return \App\Form\Filter\DificultyFilterType
  4980.      */
  4981.     protected function getDificultyFilterTypeService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  4987.         include_once \dirname(__DIR__4).'/src/Form/Filter/DificultyFilterType.php';
  4988.         return $this->privates['App\\Form\\Filter\\DificultyFilterType'] = new \App\Form\Filter\DificultyFilterType();
  4989.     }
  4990.     /**
  4991.      * Gets the private 'App\Form\Filter\IntensityFilterType' shared autowired service.
  4992.      *
  4993.      * @return \App\Form\Filter\IntensityFilterType
  4994.      */
  4995.     protected function getIntensityFilterTypeService()
  4996.     {
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  5001.         include_once \dirname(__DIR__4).'/src/Form/Filter/IntensityFilterType.php';
  5002.         return $this->privates['App\\Form\\Filter\\IntensityFilterType'] = new \App\Form\Filter\IntensityFilterType();
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Form\ResetPasswordRequestFormType' shared autowired service.
  5006.      *
  5007.      * @return \App\Form\ResetPasswordRequestFormType
  5008.      */
  5009.     protected function getResetPasswordRequestFormTypeService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5013.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordRequestFormType.php';
  5014.         return $this->privates['App\\Form\\ResetPasswordRequestFormType'] = new \App\Form\ResetPasswordRequestFormType(($this->services['translator'] ?? $this->getTranslatorService()));
  5015.     }
  5016.     /**
  5017.      * Gets the private 'App\Form\Type\AppModuleType' shared autowired service.
  5018.      *
  5019.      * @return \App\Form\Type\AppModuleType
  5020.      */
  5021.     protected function getAppModuleTypeService()
  5022.     {
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5025.         include_once \dirname(__DIR__4).'/src/Form/Type/AppModuleType.php';
  5026.         return $this->privates['App\\Form\\Type\\AppModuleType'] = new \App\Form\Type\AppModuleType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5027.     }
  5028.     /**
  5029.      * Gets the private 'App\Form\Type\CompetitionType' shared autowired service.
  5030.      *
  5031.      * @return \App\Form\Type\CompetitionType
  5032.      */
  5033.     protected function getCompetitionTypeService()
  5034.     {
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5037.         include_once \dirname(__DIR__4).'/src/Form/Type/CompetitionType.php';
  5038.         return $this->privates['App\\Form\\Type\\CompetitionType'] = new \App\Form\Type\CompetitionType();
  5039.     }
  5040.     /**
  5041.      * Gets the private 'App\Form\Type\CountryType' shared autowired service.
  5042.      *
  5043.      * @return \App\Form\Type\CountryType
  5044.      */
  5045.     protected function getCountryTypeService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5049.         include_once \dirname(__DIR__4).'/src/Form/Type/CountryType.php';
  5050.         return $this->privates['App\\Form\\Type\\CountryType'] = new \App\Form\Type\CountryType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5051.     }
  5052.     /**
  5053.      * Gets the private 'App\Form\Type\DificultyType' shared autowired service.
  5054.      *
  5055.      * @return \App\Form\Type\DificultyType
  5056.      */
  5057.     protected function getDificultyTypeService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5061.         include_once \dirname(__DIR__4).'/src/Form/Type/DificultyType.php';
  5062.         return $this->privates['App\\Form\\Type\\DificultyType'] = new \App\Form\Type\DificultyType();
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Form\Type\ExpiredAtType' shared autowired service.
  5066.      *
  5067.      * @return \App\Form\Type\ExpiredAtType
  5068.      */
  5069.     protected function getExpiredAtTypeService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateTimeType.php';
  5074.         include_once \dirname(__DIR__4).'/src/Form/Type/ExpiredAtType.php';
  5075.         return $this->privates['App\\Form\\Type\\ExpiredAtType'] = new \App\Form\Type\ExpiredAtType();
  5076.     }
  5077.     /**
  5078.      * Gets the private 'App\Form\Type\IntensityType' shared autowired service.
  5079.      *
  5080.      * @return \App\Form\Type\IntensityType
  5081.      */
  5082.     protected function getIntensityTypeService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5086.         include_once \dirname(__DIR__4).'/src/Form/Type/IntensityType.php';
  5087.         return $this->privates['App\\Form\\Type\\IntensityType'] = new \App\Form\Type\IntensityType();
  5088.     }
  5089.     /**
  5090.      * Gets the private 'App\Form\Type\LocaleType' shared autowired service.
  5091.      *
  5092.      * @return \App\Form\Type\LocaleType
  5093.      */
  5094.     protected function getLocaleTypeService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5098.         include_once \dirname(__DIR__4).'/src/Form/Type/LocaleType.php';
  5099.         return $this->privates['App\\Form\\Type\\LocaleType'] = new \App\Form\Type\LocaleType();
  5100.     }
  5101.     /**
  5102.      * Gets the private 'App\Form\Type\MembershipType' shared autowired service.
  5103.      *
  5104.      * @return \App\Form\Type\MembershipType
  5105.      */
  5106.     protected function getMembershipTypeService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5110.         include_once \dirname(__DIR__4).'/src/Form/Type/MembershipType.php';
  5111.         return $this->privates['App\\Form\\Type\\MembershipType'] = new \App\Form\Type\MembershipType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5112.     }
  5113.     /**
  5114.      * Gets the private 'App\Form\Type\NotificationType' shared autowired service.
  5115.      *
  5116.      * @return \App\Form\Type\NotificationType
  5117.      */
  5118.     protected function getNotificationTypeService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5122.         include_once \dirname(__DIR__4).'/src/Form/Type/NotificationType.php';
  5123.         return $this->privates['App\\Form\\Type\\NotificationType'] = new \App\Form\Type\NotificationType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'App\Form\Type\SeasonType' shared autowired service.
  5127.      *
  5128.      * @return \App\Form\Type\SeasonType
  5129.      */
  5130.     protected function getSeasonTypeService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5134.         include_once \dirname(__DIR__4).'/src/Form/Type/SeasonType.php';
  5135.         return $this->privates['App\\Form\\Type\\SeasonType'] = new \App\Form\Type\SeasonType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5136.     }
  5137.     /**
  5138.      * Gets the private 'App\Form\Type\TypeMembership' shared autowired service.
  5139.      *
  5140.      * @return \App\Form\Type\TypeMembership
  5141.      */
  5142.     protected function getTypeMembershipService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5146.         include_once \dirname(__DIR__4).'/src/Form/Type/TypeMembership.php';
  5147.         return $this->privates['App\\Form\\Type\\TypeMembership'] = new \App\Form\Type\TypeMembership(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5148.     }
  5149.     /**
  5150.      * Gets the private 'App\Form\Type\TypeSoccerType' shared autowired service.
  5151.      *
  5152.      * @return \App\Form\Type\TypeSoccerType
  5153.      */
  5154.     protected function getTypeSoccerTypeService()
  5155.     {
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5158.         include_once \dirname(__DIR__4).'/src/Form/Type/TypeSoccerType.php';
  5159.         return $this->privates['App\\Form\\Type\\TypeSoccerType'] = new \App\Form\Type\TypeSoccerType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5160.     }
  5161.     /**
  5162.      * Gets the private 'App\Repository\AppModuleRepository' shared autowired service.
  5163.      *
  5164.      * @return \App\Repository\AppModuleRepository
  5165.      */
  5166.     protected function getAppModuleRepositoryService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5173.         include_once \dirname(__DIR__4).'/src/Repository/AppModuleRepository.php';
  5174.         return $this->privates['App\\Repository\\AppModuleRepository'] = new \App\Repository\AppModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5175.     }
  5176.     /**
  5177.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  5178.      *
  5179.      * @return \App\Repository\CategoryRepository
  5180.      */
  5181.     protected function getCategoryRepositoryService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5188.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  5189.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5190.     }
  5191.     /**
  5192.      * Gets the private 'App\Repository\ClubMonthlyPaymentsRepository' shared autowired service.
  5193.      *
  5194.      * @return \App\Repository\ClubMonthlyPaymentsRepository
  5195.      */
  5196.     protected function getClubMonthlyPaymentsRepositoryService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5203.         include_once \dirname(__DIR__4).'/src/Repository/ClubMonthlyPaymentsRepository.php';
  5204.         return $this->privates['App\\Repository\\ClubMonthlyPaymentsRepository'] = new \App\Repository\ClubMonthlyPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5205.     }
  5206.     /**
  5207.      * Gets the private 'App\Repository\CollaboratorRepository' shared autowired service.
  5208.      *
  5209.      * @return \App\Repository\CollaboratorRepository
  5210.      */
  5211.     protected function getCollaboratorRepositoryService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5217.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5218.         include_once \dirname(__DIR__4).'/src/Repository/CollaboratorRepository.php';
  5219.         return $this->privates['App\\Repository\\CollaboratorRepository'] = new \App\Repository\CollaboratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5220.     }
  5221.     /**
  5222.      * Gets the private 'App\Repository\CompetitionRepository' shared autowired service.
  5223.      *
  5224.      * @return \App\Repository\CompetitionRepository
  5225.      */
  5226.     protected function getCompetitionRepositoryService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5233.         include_once \dirname(__DIR__4).'/src/Repository/CompetitionRepository.php';
  5234.         return $this->privates['App\\Repository\\CompetitionRepository'] = new \App\Repository\CompetitionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5235.     }
  5236.     /**
  5237.      * Gets the private 'App\Repository\CompetitionTranslationRepository' shared autowired service.
  5238.      *
  5239.      * @return \App\Repository\CompetitionTranslationRepository
  5240.      */
  5241.     protected function getCompetitionTranslationRepositoryService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5248.         include_once \dirname(__DIR__4).'/src/Repository/CompetitionTranslationRepository.php';
  5249.         return $this->privates['App\\Repository\\CompetitionTranslationRepository'] = new \App\Repository\CompetitionTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5250.     }
  5251.     /**
  5252.      * Gets the private 'App\Repository\ConfigRepository' shared autowired service.
  5253.      *
  5254.      * @return \App\Repository\ConfigRepository
  5255.      */
  5256.     protected function getConfigRepositoryService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5263.         include_once \dirname(__DIR__4).'/src/Repository/ConfigRepository.php';
  5264.         return $this->privates['App\\Repository\\ConfigRepository'] = new \App\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5265.     }
  5266.     /**
  5267.      * Gets the private 'App\Repository\ConvocatoriaRepository' shared autowired service.
  5268.      *
  5269.      * @return \App\Repository\ConvocatoriaRepository
  5270.      */
  5271.     protected function getConvocatoriaRepositoryService()
  5272.     {
  5273.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5278.         include_once \dirname(__DIR__4).'/src/Repository/ConvocatoriaRepository.php';
  5279.         return $this->privates['App\\Repository\\ConvocatoriaRepository'] = new \App\Repository\ConvocatoriaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5280.     }
  5281.     /**
  5282.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  5283.      *
  5284.      * @return \App\Repository\CountryRepository
  5285.      */
  5286.     protected function getCountryRepositoryService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5293.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  5294.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5295.     }
  5296.     /**
  5297.      * Gets the private 'App\Repository\CouponCustomerRepository' shared autowired service.
  5298.      *
  5299.      * @return \App\Repository\CouponCustomerRepository
  5300.      */
  5301.     protected function getCouponCustomerRepositoryService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5308.         include_once \dirname(__DIR__4).'/src/Repository/CouponCustomerRepository.php';
  5309.         return $this->privates['App\\Repository\\CouponCustomerRepository'] = new \App\Repository\CouponCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5310.     }
  5311.     /**
  5312.      * Gets the private 'App\Repository\CouponRepository' shared autowired service.
  5313.      *
  5314.      * @return \App\Repository\CouponRepository
  5315.      */
  5316.     protected function getCouponRepositoryService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5323.         include_once \dirname(__DIR__4).'/src/Repository/CouponRepository.php';
  5324.         return $this->privates['App\\Repository\\CouponRepository'] = new \App\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5325.     }
  5326.     /**
  5327.      * Gets the private 'App\Repository\CustomerRepository' shared autowired service.
  5328.      *
  5329.      * @return \App\Repository\CustomerRepository
  5330.      */
  5331.     protected function getCustomerRepositoryService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5339.         include_once \dirname(__DIR__4).'/src/Repository/CustomerRepository.php';
  5340.         return $this->privates['App\\Repository\\CustomerRepository'] = new \App\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5341.     }
  5342.     /**
  5343.      * Gets the private 'App\Repository\DifficultyRepository' shared autowired service.
  5344.      *
  5345.      * @return \App\Repository\DifficultyRepository
  5346.      */
  5347.     protected function getDifficultyRepositoryService()
  5348.     {
  5349.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5354.         include_once \dirname(__DIR__4).'/src/Repository/DifficultyRepository.php';
  5355.         return $this->privates['App\\Repository\\DifficultyRepository'] = new \App\Repository\DifficultyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'App\Repository\DifficultyTranslationRepository' shared autowired service.
  5359.      *
  5360.      * @return \App\Repository\DifficultyTranslationRepository
  5361.      */
  5362.     protected function getDifficultyTranslationRepositoryService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5369.         include_once \dirname(__DIR__4).'/src/Repository/DifficultyTranslationRepository.php';
  5370.         return $this->privates['App\\Repository\\DifficultyTranslationRepository'] = new \App\Repository\DifficultyTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'App\Repository\DocumentRepository' shared autowired service.
  5374.      *
  5375.      * @return \App\Repository\DocumentRepository
  5376.      */
  5377.     protected function getDocumentRepositoryService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5384.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  5385.         return $this->privates['App\\Repository\\DocumentRepository'] = new \App\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'App\Repository\ExerciseCalendarRepository' shared autowired service.
  5389.      *
  5390.      * @return \App\Repository\ExerciseCalendarRepository
  5391.      */
  5392.     protected function getExerciseCalendarRepositoryService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5399.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseCalendarRepository.php';
  5400.         return $this->privates['App\\Repository\\ExerciseCalendarRepository'] = new \App\Repository\ExerciseCalendarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5401.     }
  5402.     /**
  5403.      * Gets the private 'App\Repository\ExerciseQualificationRepository' shared autowired service.
  5404.      *
  5405.      * @return \App\Repository\ExerciseQualificationRepository
  5406.      */
  5407.     protected function getExerciseQualificationRepositoryService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5414.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseQualificationRepository.php';
  5415.         return $this->privates['App\\Repository\\ExerciseQualificationRepository'] = new \App\Repository\ExerciseQualificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'App\Repository\ExerciseRepository' shared autowired service.
  5419.      *
  5420.      * @return \App\Repository\ExerciseRepository
  5421.      */
  5422.     protected function getExerciseRepositoryService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5429.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseRepository.php';
  5430.         return $this->privates['App\\Repository\\ExerciseRepository'] = new \App\Repository\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'App\Repository\ExerciseTranslationRepository' shared autowired service.
  5434.      *
  5435.      * @return \App\Repository\ExerciseTranslationRepository
  5436.      */
  5437.     protected function getExerciseTranslationRepositoryService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5444.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseTranslationRepository.php';
  5445.         return $this->privates['App\\Repository\\ExerciseTranslationRepository'] = new \App\Repository\ExerciseTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5446.     }
  5447.     /**
  5448.      * Gets the private 'App\Repository\ExerciseUserRepository' shared autowired service.
  5449.      *
  5450.      * @return \App\Repository\ExerciseUserRepository
  5451.      */
  5452.     protected function getExerciseUserRepositoryService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5459.         include_once \dirname(__DIR__4).'/src/Repository/ExerciseUserRepository.php';
  5460.         return $this->privates['App\\Repository\\ExerciseUserRepository'] = new \App\Repository\ExerciseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5461.     }
  5462.     /**
  5463.      * Gets the private 'App\Repository\GameAlignmentRepository' shared autowired service.
  5464.      *
  5465.      * @return \App\Repository\GameAlignmentRepository
  5466.      */
  5467.     protected function getGameAlignmentRepositoryService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5474.         include_once \dirname(__DIR__4).'/src/Repository/GameAlignmentRepository.php';
  5475.         return $this->privates['App\\Repository\\GameAlignmentRepository'] = new \App\Repository\GameAlignmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5476.     }
  5477.     /**
  5478.      * Gets the private 'App\Repository\GamePlayerStatisticsRepository' shared autowired service.
  5479.      *
  5480.      * @return \App\Repository\GamePlayerStatisticsRepository
  5481.      */
  5482.     protected function getGamePlayerStatisticsRepositoryService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5489.         include_once \dirname(__DIR__4).'/src/Repository/GamePlayerStatisticsRepository.php';
  5490.         return $this->privates['App\\Repository\\GamePlayerStatisticsRepository'] = new \App\Repository\GamePlayerStatisticsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5491.     }
  5492.     /**
  5493.      * Gets the private 'App\Repository\GameRepository' shared autowired service.
  5494.      *
  5495.      * @return \App\Repository\GameRepository
  5496.      */
  5497.     protected function getGameRepositoryService()
  5498.     {
  5499.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5504.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5505.         include_once \dirname(__DIR__4).'/src/Repository/GameRepository.php';
  5506.         return $this->privates['App\\Repository\\GameRepository'] = new \App\Repository\GameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5507.     }
  5508.     /**
  5509.      * Gets the private 'App\Repository\GoalAssistancesRepository' shared autowired service.
  5510.      *
  5511.      * @return \App\Repository\GoalAssistancesRepository
  5512.      */
  5513.     protected function getGoalAssistancesRepositoryService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5520.         include_once \dirname(__DIR__4).'/src/Repository/GoalAssistancesRepository.php';
  5521.         return $this->privates['App\\Repository\\GoalAssistancesRepository'] = new \App\Repository\GoalAssistancesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5522.     }
  5523.     /**
  5524.      * Gets the private 'App\Repository\GoalsRepository' shared autowired service.
  5525.      *
  5526.      * @return \App\Repository\GoalsRepository
  5527.      */
  5528.     protected function getGoalsRepositoryService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5535.         include_once \dirname(__DIR__4).'/src/Repository/GoalsRepository.php';
  5536.         return $this->privates['App\\Repository\\GoalsRepository'] = new \App\Repository\GoalsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5537.     }
  5538.     /**
  5539.      * Gets the private 'App\Repository\JustificationTypeRepository' shared autowired service.
  5540.      *
  5541.      * @return \App\Repository\JustificationTypeRepository
  5542.      */
  5543.     protected function getJustificationTypeRepositoryService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5550.         include_once \dirname(__DIR__4).'/src/Repository/JustificationTypeRepository.php';
  5551.         return $this->privates['App\\Repository\\JustificationTypeRepository'] = new \App\Repository\JustificationTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5552.     }
  5553.     /**
  5554.      * Gets the private 'App\Repository\JustificationTypeTranslationRepository' shared autowired service.
  5555.      *
  5556.      * @return \App\Repository\JustificationTypeTranslationRepository
  5557.      */
  5558.     protected function getJustificationTypeTranslationRepositoryService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5565.         include_once \dirname(__DIR__4).'/src/Repository/JustificationTypeTranslationRepository.php';
  5566.         return $this->privates['App\\Repository\\JustificationTypeTranslationRepository'] = new \App\Repository\JustificationTypeTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'App\Repository\KilometersTraveledRepository' shared autowired service.
  5570.      *
  5571.      * @return \App\Repository\KilometersTraveledRepository
  5572.      */
  5573.     protected function getKilometersTraveledRepositoryService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5580.         include_once \dirname(__DIR__4).'/src/Repository/KilometersTraveledRepository.php';
  5581.         return $this->privates['App\\Repository\\KilometersTraveledRepository'] = new \App\Repository\KilometersTraveledRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5582.     }
  5583.     /**
  5584.      * Gets the private 'App\Repository\KitPaymentsRepository' shared autowired service.
  5585.      *
  5586.      * @return \App\Repository\KitPaymentsRepository
  5587.      */
  5588.     protected function getKitPaymentsRepositoryService()
  5589.     {
  5590.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5595.         include_once \dirname(__DIR__4).'/src/Repository/KitPaymentsRepository.php';
  5596.         return $this->privates['App\\Repository\\KitPaymentsRepository'] = new \App\Repository\KitPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5597.     }
  5598.     /**
  5599.      * Gets the private 'App\Repository\LocalityRepository' shared autowired service.
  5600.      *
  5601.      * @return \App\Repository\LocalityRepository
  5602.      */
  5603.     protected function getLocalityRepositoryService()
  5604.     {
  5605.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5610.         include_once \dirname(__DIR__4).'/src/Repository/LocalityRepository.php';
  5611.         return $this->privates['App\\Repository\\LocalityRepository'] = new \App\Repository\LocalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5612.     }
  5613.     /**
  5614.      * Gets the private 'App\Repository\LocalityTranslationRepository' shared autowired service.
  5615.      *
  5616.      * @return \App\Repository\LocalityTranslationRepository
  5617.      */
  5618.     protected function getLocalityTranslationRepositoryService()
  5619.     {
  5620.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5625.         include_once \dirname(__DIR__4).'/src/Repository/LocalityTranslationRepository.php';
  5626.         return $this->privates['App\\Repository\\LocalityTranslationRepository'] = new \App\Repository\LocalityTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5627.     }
  5628.     /**
  5629.      * Gets the private 'App\Repository\MaterialRepository' shared autowired service.
  5630.      *
  5631.      * @return \App\Repository\MaterialRepository
  5632.      */
  5633.     protected function getMaterialRepositoryService()
  5634.     {
  5635.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5640.         include_once \dirname(__DIR__4).'/src/Repository/MaterialRepository.php';
  5641.         return $this->privates['App\\Repository\\MaterialRepository'] = new \App\Repository\MaterialRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5642.     }
  5643.     /**
  5644.      * Gets the private 'App\Repository\MediaGameRepository' shared autowired service.
  5645.      *
  5646.      * @return \App\Repository\MediaGameRepository
  5647.      */
  5648.     protected function getMediaGameRepositoryService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5655.         include_once \dirname(__DIR__4).'/src/Repository/MediaGameRepository.php';
  5656.         return $this->privates['App\\Repository\\MediaGameRepository'] = new \App\Repository\MediaGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5657.     }
  5658.     /**
  5659.      * Gets the private 'App\Repository\MembershipAttrRepository' shared autowired service.
  5660.      *
  5661.      * @return \App\Repository\MembershipAttrRepository
  5662.      */
  5663.     protected function getMembershipAttrRepositoryService()
  5664.     {
  5665.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5670.         include_once \dirname(__DIR__4).'/src/Repository/MembershipAttrRepository.php';
  5671.         return $this->privates['App\\Repository\\MembershipAttrRepository'] = new \App\Repository\MembershipAttrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5672.     }
  5673.     /**
  5674.      * Gets the private 'App\Repository\MembershipAttrTranslationRepository' shared autowired service.
  5675.      *
  5676.      * @return \App\Repository\MembershipAttrTranslationRepository
  5677.      */
  5678.     protected function getMembershipAttrTranslationRepositoryService()
  5679.     {
  5680.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5685.         include_once \dirname(__DIR__4).'/src/Repository/MembershipAttrTranslationRepository.php';
  5686.         return $this->privates['App\\Repository\\MembershipAttrTranslationRepository'] = new \App\Repository\MembershipAttrTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5687.     }
  5688.     /**
  5689.      * Gets the private 'App\Repository\MembershipDescRepository' shared autowired service.
  5690.      *
  5691.      * @return \App\Repository\MembershipDescRepository
  5692.      */
  5693.     protected function getMembershipDescRepositoryService()
  5694.     {
  5695.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5700.         include_once \dirname(__DIR__4).'/src/Repository/MembershipDescRepository.php';
  5701.         return $this->privates['App\\Repository\\MembershipDescRepository'] = new \App\Repository\MembershipDescRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5702.     }
  5703.     /**
  5704.      * Gets the private 'App\Repository\MembershipDescTranslationRepository' shared autowired service.
  5705.      *
  5706.      * @return \App\Repository\MembershipDescTranslationRepository
  5707.      */
  5708.     protected function getMembershipDescTranslationRepositoryService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5715.         include_once \dirname(__DIR__4).'/src/Repository/MembershipDescTranslationRepository.php';
  5716.         return $this->privates['App\\Repository\\MembershipDescTranslationRepository'] = new \App\Repository\MembershipDescTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5717.     }
  5718.     /**
  5719.      * Gets the private 'App\Repository\MembershipItemsRepository' shared autowired service.
  5720.      *
  5721.      * @return \App\Repository\MembershipItemsRepository
  5722.      */
  5723.     protected function getMembershipItemsRepositoryService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5730.         include_once \dirname(__DIR__4).'/src/Repository/MembershipItemsRepository.php';
  5731.         return $this->privates['App\\Repository\\MembershipItemsRepository'] = new \App\Repository\MembershipItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5732.     }
  5733.     /**
  5734.      * Gets the private 'App\Repository\MembershipRepository' shared autowired service.
  5735.      *
  5736.      * @return \App\Repository\MembershipRepository
  5737.      */
  5738.     protected function getMembershipRepositoryService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5745.         include_once \dirname(__DIR__4).'/src/Repository/MembershipRepository.php';
  5746.         return $this->privates['App\\Repository\\MembershipRepository'] = new \App\Repository\MembershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5747.     }
  5748.     /**
  5749.      * Gets the private 'App\Repository\MembershipTranslationRepository' shared autowired service.
  5750.      *
  5751.      * @return \App\Repository\MembershipTranslationRepository
  5752.      */
  5753.     protected function getMembershipTranslationRepositoryService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5760.         include_once \dirname(__DIR__4).'/src/Repository/MembershipTranslationRepository.php';
  5761.         return $this->privates['App\\Repository\\MembershipTranslationRepository'] = new \App\Repository\MembershipTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5762.     }
  5763.     /**
  5764.      * Gets the private 'App\Repository\MinutesRepository' shared autowired service.
  5765.      *
  5766.      * @return \App\Repository\MinutesRepository
  5767.      */
  5768.     protected function getMinutesRepositoryService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5775.         include_once \dirname(__DIR__4).'/src/Repository/MinutesRepository.php';
  5776.         return $this->privates['App\\Repository\\MinutesRepository'] = new \App\Repository\MinutesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'App\Repository\NoteExerciseRepository' shared autowired service.
  5780.      *
  5781.      * @return \App\Repository\NoteExerciseRepository
  5782.      */
  5783.     protected function getNoteExerciseRepositoryService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5790.         include_once \dirname(__DIR__4).'/src/Repository/NoteExerciseRepository.php';
  5791.         return $this->privates['App\\Repository\\NoteExerciseRepository'] = new \App\Repository\NoteExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5792.     }
  5793.     /**
  5794.      * Gets the private 'App\Repository\NoteGameRepository' shared autowired service.
  5795.      *
  5796.      * @return \App\Repository\NoteGameRepository
  5797.      */
  5798.     protected function getNoteGameRepositoryService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5805.         include_once \dirname(__DIR__4).'/src/Repository/NoteGameRepository.php';
  5806.         return $this->privates['App\\Repository\\NoteGameRepository'] = new \App\Repository\NoteGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'App\Repository\NotePlayerRepository' shared autowired service.
  5810.      *
  5811.      * @return \App\Repository\NotePlayerRepository
  5812.      */
  5813.     protected function getNotePlayerRepositoryService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5820.         include_once \dirname(__DIR__4).'/src/Repository/NotePlayerRepository.php';
  5821.         return $this->privates['App\\Repository\\NotePlayerRepository'] = new \App\Repository\NotePlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5822.     }
  5823.     /**
  5824.      * Gets the private 'App\Repository\NotificationAutomaticMessageRepository' shared autowired service.
  5825.      *
  5826.      * @return \App\Repository\NotificationAutomaticMessageRepository
  5827.      */
  5828.     protected function getNotificationAutomaticMessageRepositoryService()
  5829.     {
  5830.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5835.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticMessageRepository.php';
  5836.         return $this->privates['App\\Repository\\NotificationAutomaticMessageRepository'] = new \App\Repository\NotificationAutomaticMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5837.     }
  5838.     /**
  5839.      * Gets the private 'App\Repository\NotificationAutomaticRepository' shared autowired service.
  5840.      *
  5841.      * @return \App\Repository\NotificationAutomaticRepository
  5842.      */
  5843.     protected function getNotificationAutomaticRepositoryService()
  5844.     {
  5845.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5850.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticRepository.php';
  5851.         return $this->privates['App\\Repository\\NotificationAutomaticRepository'] = new \App\Repository\NotificationAutomaticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5852.     }
  5853.     /**
  5854.      * Gets the private 'App\Repository\NotificationAutomaticTranslationRepository' shared autowired service.
  5855.      *
  5856.      * @return \App\Repository\NotificationAutomaticTranslationRepository
  5857.      */
  5858.     protected function getNotificationAutomaticTranslationRepositoryService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5865.         include_once \dirname(__DIR__4).'/src/Repository/NotificationAutomaticTranslationRepository.php';
  5866.         return $this->privates['App\\Repository\\NotificationAutomaticTranslationRepository'] = new \App\Repository\NotificationAutomaticTranslationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5867.     }
  5868.     /**
  5869.      * Gets the private 'App\Repository\NotificationReadsRepository' shared autowired service.
  5870.      *
  5871.      * @return \App\Repository\NotificationReadsRepository
  5872.      */
  5873.     protected function getNotificationReadsRepositoryService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5880.         include_once \dirname(__DIR__4).'/src/Repository/NotificationReadsRepository.php';
  5881.         return $this->privates['App\\Repository\\NotificationReadsRepository'] = new \App\Repository\NotificationReadsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5882.     }
  5883.     /**
  5884.      * Gets the private 'App\Repository\NotificationRemovesRepository' shared autowired service.
  5885.      *
  5886.      * @return \App\Repository\NotificationRemovesRepository
  5887.      */
  5888.     protected function getNotificationRemovesRepositoryService()
  5889.     {
  5890.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5895.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRemovesRepository.php';
  5896.         return $this->privates['App\\Repository\\NotificationRemovesRepository'] = new \App\Repository\NotificationRemovesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5897.     }
  5898.     /**
  5899.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5900.      *
  5901.      * @return \App\Repository\NotificationRepository
  5902.      */
  5903.     protected function getNotificationRepositoryService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5910.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5911.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5912.     }
  5913.     /**
  5914.      * Gets the private 'App\Repository\OtherPaymentsRepository' shared autowired service.
  5915.      *
  5916.      * @return \App\Repository\OtherPaymentsRepository
  5917.      */
  5918.     protected function getOtherPaymentsRepositoryService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5925.         include_once \dirname(__DIR__4).'/src/Repository/OtherPaymentsRepository.php';
  5926.         return $this->privates['App\\Repository\\OtherPaymentsRepository'] = new \App\Repository\OtherPaymentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5927.     }
  5928.     /**
  5929.      * Gets the private 'App\Repository\PlayerJustificationRepository' shared autowired service.
  5930.      *
  5931.      * @return \App\Repository\PlayerJustificationRepository
  5932.      */
  5933.     protected function getPlayerJustificationRepositoryService()
  5934.     {
  5935.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5940.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5941.         include_once \dirname(__DIR__4).'/src/Repository/PlayerJustificationRepository.php';
  5942.         return $this->privates['App\\Repository\\PlayerJustificationRepository'] = new \App\Repository\PlayerJustificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5943.     }
  5944.     /**
  5945.      * Gets the private 'App\Repository\PlayerRepository' shared autowired service.
  5946.      *
  5947.      * @return \App\Repository\PlayerRepository
  5948.      */
  5949.     protected function getPlayerRepositoryService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5956.         include_once \dirname(__DIR__4).'/src/Repository/PlayerRepository.php';
  5957.         return $this->privates['App\\Repository\\PlayerRepository'] = new \App\Repository\PlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5958.     }
  5959.     /**
  5960.      * Gets the private 'App\Repository\PlayerSportsInjuriesRepository' shared autowired service.
  5961.      *
  5962.      * @return \App\Repository\PlayerSportsInjuriesRepository
  5963.      */
  5964.     protected function getPlayerSportsInjuriesRepositoryService()
  5965.     {
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5971.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  5972.         include_once \dirname(__DIR__4).'/src/Repository/PlayerSportsInjuriesRepository.php';
  5973.         return $this->privates['App\\Repository\\PlayerSportsInjuriesRepository'] = new \App\Repository\PlayerSportsInjuriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5974.     }
  5975.     /**
  5976.      * Gets the private 'App\Repository\PlayerWeightRepository' shared autowired service.
  5977.      *
  5978.      * @return \App\Repository\PlayerWeightRepository
  5979.      */
  5980.     protected function getPlayerWeightRepositoryService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5987.         include_once \dirname(__DIR__4).'/src/Repository/PlayerWeightRepository.php';
  5988.         return $this->privates['App\\Repository\\PlayerWeightRepository'] = new \App\Repository\PlayerWeightRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5989.     }
  5990.     /**
  5991.      * Gets the private 'App\Repository\PositionRepository' shared autowired service.
  5992.      *
  5993.      * @return \App\Repository\PositionRepository
  5994.      */
  5995.     protected function getPositionRepositoryService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6002.         include_once \dirname(__DIR__4).'/src/Repository/PositionRepository.php';
  6003.         return $this->privates['App\\Repository\\PositionRepository'] = new \App\Repository\PositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6004.     }
  6005.     /**
  6006.      * Gets the private 'App\Repository\RedCardsRepository' shared autowired service.
  6007.      *
  6008.      * @return \App\Repository\RedCardsRepository
  6009.      */
  6010.     protected function getRedCardsRepositoryService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6017.         include_once \dirname(__DIR__4).'/src/Repository/RedCardsRepository.php';
  6018.         return $this->privates['App\\Repository\\RedCardsRepository'] = new \App\Repository\RedCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6019.     }
  6020.     /**
  6021.      * Gets the private 'App\Repository\ResetPasswordRequestRepository' shared autowired service.
  6022.      *
  6023.      * @return \App\Repository\ResetPasswordRequestRepository
  6024.      */
  6025.     protected function getResetPasswordRequestRepositoryService()
  6026.     {
  6027.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  6034.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordRequestRepository.php';
  6035.         return $this->privates['App\\Repository\\ResetPasswordRequestRepository'] = new \App\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6036.     }
  6037.     /**
  6038.      * Gets the private 'App\Repository\ResetPasswordTokenRequestRepository' shared autowired service.
  6039.      *
  6040.      * @return \App\Repository\ResetPasswordTokenRequestRepository
  6041.      */
  6042.     protected function getResetPasswordTokenRequestRepositoryService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6049.         include_once \dirname(__DIR__4).'/src/Repository/ResetPasswordTokenRequestRepository.php';
  6050.         return $this->privates['App\\Repository\\ResetPasswordTokenRequestRepository'] = new \App\Repository\ResetPasswordTokenRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6051.     }
  6052.     /**
  6053.      * Gets the private 'App\Repository\SeasonPlayerRepository' shared autowired service.
  6054.      *
  6055.      * @return \App\Repository\SeasonPlayerRepository
  6056.      */
  6057.     protected function getSeasonPlayerRepositoryService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6064.         include_once \dirname(__DIR__4).'/src/Repository/SeasonPlayerRepository.php';
  6065.         return $this->privates['App\\Repository\\SeasonPlayerRepository'] = new \App\Repository\SeasonPlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6066.     }
  6067.     /**
  6068.      * Gets the private 'App\Repository\SeasonRepository' shared autowired service.
  6069.      *
  6070.      * @return \App\Repository\SeasonRepository
  6071.      */
  6072.     protected function getSeasonRepositoryService()
  6073.     {
  6074.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6079.         include_once \dirname(__DIR__4).'/src/Repository/SeasonRepository.php';
  6080.         return $this->privates['App\\Repository\\SeasonRepository'] = new \App\Repository\SeasonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6081.     }
  6082.     /**
  6083.      * Gets the private 'App\Repository\SharePlayerRepository' shared autowired service.
  6084.      *
  6085.      * @return \App\Repository\SharePlayerRepository
  6086.      */
  6087.     protected function getSharePlayerRepositoryService()
  6088.     {
  6089.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6094.         include_once \dirname(__DIR__4).'/src/Repository/SharePlayerRepository.php';
  6095.         return $this->privates['App\\Repository\\SharePlayerRepository'] = new \App\Repository\SharePlayerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6096.     }
  6097.     /**
  6098.      * Gets the private 'App\Repository\ShotsOnGoalRepository' shared autowired service.
  6099.      *
  6100.      * @return \App\Repository\ShotsOnGoalRepository
  6101.      */
  6102.     protected function getShotsOnGoalRepositoryService()
  6103.     {
  6104.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6109.         include_once \dirname(__DIR__4).'/src/Repository/ShotsOnGoalRepository.php';
  6110.         return $this->privates['App\\Repository\\ShotsOnGoalRepository'] = new \App\Repository\ShotsOnGoalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6111.     }
  6112.     /**
  6113.      * Gets the private 'App\Repository\StrategyRepository' shared autowired service.
  6114.      *
  6115.      * @return \App\Repository\StrategyRepository
  6116.      */
  6117.     protected function getStrategyRepositoryService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6124.         include_once \dirname(__DIR__4).'/src/Repository/StrategyRepository.php';
  6125.         return $this->privates['App\\Repository\\StrategyRepository'] = new \App\Repository\StrategyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6126.     }
  6127.     /**
  6128.      * Gets the private 'App\Repository\SubscriptionCustomerRepository' shared autowired service.
  6129.      *
  6130.      * @return \App\Repository\SubscriptionCustomerRepository
  6131.      */
  6132.     protected function getSubscriptionCustomerRepositoryService()
  6133.     {
  6134.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6139.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionCustomerRepository.php';
  6140.         return $this->privates['App\\Repository\\SubscriptionCustomerRepository'] = new \App\Repository\SubscriptionCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6141.     }
  6142.     /**
  6143.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  6144.      *
  6145.      * @return \App\Repository\SubscriptionRepository
  6146.      */
  6147.     protected function getSubscriptionRepositoryService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6154.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  6155.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6156.     }
  6157.     /**
  6158.      * Gets the private 'App\Repository\SuggestionRepository' shared autowired service.
  6159.      *
  6160.      * @return \App\Repository\SuggestionRepository
  6161.      */
  6162.     protected function getSuggestionRepositoryService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6169.         include_once \dirname(__DIR__4).'/src/Repository/SuggestionRepository.php';
  6170.         return $this->privates['App\\Repository\\SuggestionRepository'] = new \App\Repository\SuggestionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6171.     }
  6172.     /**
  6173.      * Gets the private 'App\Repository\SupportFileRepository' shared autowired service.
  6174.      *
  6175.      * @return \App\Repository\SupportFileRepository
  6176.      */
  6177.     protected function getSupportFileRepositoryService()
  6178.     {
  6179.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6184.         include_once \dirname(__DIR__4).'/src/Repository/SupportFileRepository.php';
  6185.         return $this->privates['App\\Repository\\SupportFileRepository'] = new \App\Repository\SupportFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6186.     }
  6187.     /**
  6188.      * Gets the private 'App\Repository\SupportRepository' shared autowired service.
  6189.      *
  6190.      * @return \App\Repository\SupportRepository
  6191.      */
  6192.     protected function getSupportRepositoryService()
  6193.     {
  6194.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6199.         include_once \dirname(__DIR__4).'/src/Repository/SupportRepository.php';
  6200.         return $this->privates['App\\Repository\\SupportRepository'] = new \App\Repository\SupportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6201.     }
  6202.     /**
  6203.      * Gets the private 'App\Repository\TacticRepository' shared autowired service.
  6204.      *
  6205.      * @return \App\Repository\TacticRepository
  6206.      */
  6207.     protected function getTacticRepositoryService()
  6208.     {
  6209.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6214.         include_once \dirname(__DIR__4).'/src/Repository/TacticRepository.php';
  6215.         return $this->privates['App\\Repository\\TacticRepository'] = new \App\Repository\TacticRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6216.     }
  6217.     /**
  6218.      * Gets the private 'App\Repository\TeamRepository' shared autowired service.
  6219.      *
  6220.      * @return \App\Repository\TeamRepository
  6221.      */
  6222.     protected function getTeamRepositoryService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6229.         include_once \dirname(__DIR__4).'/src/Repository/TeamRepository.php';
  6230.         return $this->privates['App\\Repository\\TeamRepository'] = new \App\Repository\TeamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6231.     }
  6232.     /**
  6233.      * Gets the private 'App\Repository\TitularsRepository' shared autowired service.
  6234.      *
  6235.      * @return \App\Repository\TitularsRepository
  6236.      */
  6237.     protected function getTitularsRepositoryService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6244.         include_once \dirname(__DIR__4).'/src/Repository/TitularsRepository.php';
  6245.         return $this->privates['App\\Repository\\TitularsRepository'] = new \App\Repository\TitularsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6246.     }
  6247.     /**
  6248.      * Gets the private 'App\Repository\TrainingAsistRepository' shared autowired service.
  6249.      *
  6250.      * @return \App\Repository\TrainingAsistRepository
  6251.      */
  6252.     protected function getTrainingAsistRepositoryService()
  6253.     {
  6254.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6255.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6259.         include_once \dirname(__DIR__4).'/src/Traits/FilterCriteria.php';
  6260.         include_once \dirname(__DIR__4).'/src/Repository/TrainingAsistRepository.php';
  6261.         return $this->privates['App\\Repository\\TrainingAsistRepository'] = new \App\Repository\TrainingAsistRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6262.     }
  6263.     /**
  6264.      * Gets the private 'App\Repository\TypeNotificationRepository' shared autowired service.
  6265.      *
  6266.      * @return \App\Repository\TypeNotificationRepository
  6267.      */
  6268.     protected function getTypeNotificationRepositoryService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6275.         include_once \dirname(__DIR__4).'/src/Repository/TypeNotificationRepository.php';
  6276.         return $this->privates['App\\Repository\\TypeNotificationRepository'] = new \App\Repository\TypeNotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6277.     }
  6278.     /**
  6279.      * Gets the private 'App\Repository\TypeSoccerRepository' shared autowired service.
  6280.      *
  6281.      * @return \App\Repository\TypeSoccerRepository
  6282.      */
  6283.     protected function getTypeSoccerRepositoryService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6290.         include_once \dirname(__DIR__4).'/src/Repository/TypeSoccerRepository.php';
  6291.         return $this->privates['App\\Repository\\TypeSoccerRepository'] = new \App\Repository\TypeSoccerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6292.     }
  6293.     /**
  6294.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  6295.      *
  6296.      * @return \App\Repository\UserRepository
  6297.      */
  6298.     protected function getUserRepositoryService()
  6299.     {
  6300.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6306.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  6307.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6308.     }
  6309.     /**
  6310.      * Gets the private 'App\Repository\YellowCardsRepository' shared autowired service.
  6311.      *
  6312.      * @return \App\Repository\YellowCardsRepository
  6313.      */
  6314.     protected function getYellowCardsRepositoryService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6321.         include_once \dirname(__DIR__4).'/src/Repository/YellowCardsRepository.php';
  6322.         return $this->privates['App\\Repository\\YellowCardsRepository'] = new \App\Repository\YellowCardsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6323.     }
  6324.     /**
  6325.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  6326.      *
  6327.      * @return \App\Security\LoginFormAuthenticator
  6328.      */
  6329.     protected function getLoginFormAuthenticatorService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6337.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  6338.         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()));
  6339.     }
  6340.     /**
  6341.      * Gets the private 'App\Services\Api\CallAndroid' shared autowired service.
  6342.      *
  6343.      * @return \App\Services\Api\CallAndroid
  6344.      */
  6345.     protected function getCallAndroidService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6348.         include_once \dirname(__DIR__4).'/src/Services/Api/CallAndroid.php';
  6349.         $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()));
  6350.         $instance->setName('app:call-android');
  6351.         return $instance;
  6352.     }
  6353.     /**
  6354.      * Gets the private 'App\Services\Api\CallApple' shared autowired service.
  6355.      *
  6356.      * @return \App\Services\Api\CallApple
  6357.      */
  6358.     protected function getCallAppleService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6361.         include_once \dirname(__DIR__4).'/src/Services/Api/CallApple.php';
  6362.         $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()));
  6363.         $instance->setName('app:call-apple');
  6364.         return $instance;
  6365.     }
  6366.     /**
  6367.      * Gets the private 'App\Services\Api\CompetitionManager' shared autowired service.
  6368.      *
  6369.      * @return \App\Services\Api\CompetitionManager
  6370.      */
  6371.     protected function getCompetitionManagerService()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6374.         include_once \dirname(__DIR__4).'/src/Services/Api/CompetitionManager.php';
  6375.         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()));
  6376.     }
  6377.     /**
  6378.      * Gets the private 'App\Services\Api\CustomerManager' shared autowired service.
  6379.      *
  6380.      * @return \App\Services\Api\CustomerManager
  6381.      */
  6382.     protected function getCustomerManagerService()
  6383.     {
  6384.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6385.         include_once \dirname(__DIR__4).'/src/Services/Api/CustomerManager.php';
  6386.         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()));
  6387.     }
  6388.     /**
  6389.      * Gets the private 'App\Services\Api\DifficultyManager' shared autowired service.
  6390.      *
  6391.      * @return \App\Services\Api\DifficultyManager
  6392.      */
  6393.     protected function getDifficultyManagerService()
  6394.     {
  6395.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6396.         include_once \dirname(__DIR__4).'/src/Services/Api/DifficultyManager.php';
  6397.         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()));
  6398.     }
  6399.     /**
  6400.      * Gets the private 'App\Services\Api\JustificationTypeManager' shared autowired service.
  6401.      *
  6402.      * @return \App\Services\Api\JustificationTypeManager
  6403.      */
  6404.     protected function getJustificationTypeManagerService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6407.         include_once \dirname(__DIR__4).'/src/Services/Api/JustificationTypeManager.php';
  6408.         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()));
  6409.     }
  6410.     /**
  6411.      * Gets the private 'App\Services\Api\LocalityManager' shared autowired service.
  6412.      *
  6413.      * @return \App\Services\Api\LocalityManager
  6414.      */
  6415.     protected function getLocalityManagerService()
  6416.     {
  6417.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6418.         include_once \dirname(__DIR__4).'/src/Services/Api/LocalityManager.php';
  6419.         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()));
  6420.     }
  6421.     /**
  6422.      * Gets the private 'App\Services\Api\NoteGameManager' shared autowired service.
  6423.      *
  6424.      * @return \App\Services\Api\NoteGameManager
  6425.      */
  6426.     protected function getNoteGameManagerService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6429.         include_once \dirname(__DIR__4).'/src/Services/Api/NoteGameManager.php';
  6430.         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()));
  6431.     }
  6432.     /**
  6433.      * Gets the private 'App\Services\Api\NotificationAutomaticManager' shared autowired service.
  6434.      *
  6435.      * @return \App\Services\Api\NotificationAutomaticManager
  6436.      */
  6437.     protected function getNotificationAutomaticManagerService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6440.         include_once \dirname(__DIR__4).'/src/Services/Api/NotificationAutomaticManager.php';
  6441.         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()));
  6442.     }
  6443.     /**
  6444.      * Gets the private 'App\Services\Api\NotificationManager' shared autowired service.
  6445.      *
  6446.      * @return \App\Services\Api\NotificationManager
  6447.      */
  6448.     protected function getNotificationManagerService()
  6449.     {
  6450.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6451.         include_once \dirname(__DIR__4).'/src/Services/Api/NotificationManager.php';
  6452.         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()));
  6453.     }
  6454.     /**
  6455.      * Gets the private 'App\Services\Api\PlayerManager' shared autowired service.
  6456.      *
  6457.      * @return \App\Services\Api\PlayerManager
  6458.      */
  6459.     protected function getPlayerManagerService()
  6460.     {
  6461.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6462.         include_once \dirname(__DIR__4).'/src/Services/Api/PlayerManager.php';
  6463.         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()));
  6464.     }
  6465.     /**
  6466.      * Gets the private 'App\Services\Api\SupportManager' shared autowired service.
  6467.      *
  6468.      * @return \App\Services\Api\SupportManager
  6469.      */
  6470.     protected function getSupportManagerService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/src/Services/Api/BaseApiManager.php';
  6473.         include_once \dirname(__DIR__4).'/src/Services/Api/SupportManager.php';
  6474.         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()));
  6475.     }
  6476.     /**
  6477.      * Gets the private 'App\Services\ConfigManager' shared autowired service.
  6478.      *
  6479.      * @return \App\Services\ConfigManager
  6480.      */
  6481.     protected function getConfigManagerService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/src/Services/ConfigManager.php';
  6484.         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()));
  6485.     }
  6486.     /**
  6487.      * Gets the private 'App\Services\CouponManager' shared autowired service.
  6488.      *
  6489.      * @return \App\Services\CouponManager
  6490.      */
  6491.     protected function getCouponManagerService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/src/Services/CouponManager.php';
  6494.         return $this->privates['App\\Services\\CouponManager'] = new \App\Services\CouponManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  6495.     }
  6496.     /**
  6497.      * Gets the private 'App\Services\TokenManager' shared autowired service.
  6498.      *
  6499.      * @return \App\Services\TokenManager
  6500.      */
  6501.     protected function getTokenManagerService()
  6502.     {
  6503.         include_once \dirname(__DIR__4).'/src/Services/TokenManager.php';
  6504.         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()));
  6505.     }
  6506.     /**
  6507.      * Gets the private 'App\Validator\Constraints\VideoFileValidator' shared autowired service.
  6508.      *
  6509.      * @return \App\Validator\Constraints\VideoFileValidator
  6510.      */
  6511.     protected function getVideoFileValidatorService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6515.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/VideoFileValidator.php';
  6516.         return $this->privates['App\\Validator\\Constraints\\VideoFileValidator'] = new \App\Validator\Constraints\VideoFileValidator();
  6517.     }
  6518.     /**
  6519.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  6520.      *
  6521.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  6522.      */
  6523.     protected function getManagerRegistryAwareConnectionProviderService()
  6524.     {
  6525.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  6527.         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'));
  6528.     }
  6529.     /**
  6530.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  6531.      *
  6532.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  6533.      */
  6534.     protected function getRunSqlCommandService()
  6535.     {
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6538.         $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()));
  6539.         $instance->setName('dbal:run-sql');
  6540.         return $instance;
  6541.     }
  6542.     /**
  6543.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  6544.      *
  6545.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  6546.      */
  6547.     protected function getClearInvalidRefreshTokensCommandService()
  6548.     {
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  6551.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6552.         $instance->setName('gesdinet:jwt:clear');
  6553.         return $instance;
  6554.     }
  6555.     /**
  6556.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  6557.      *
  6558.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  6559.      */
  6560.     protected function getRevokeRefreshTokenCommandService()
  6561.     {
  6562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  6564.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6565.         $instance->setName('gesdinet:jwt:revoke');
  6566.         return $instance;
  6567.     }
  6568.     /**
  6569.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  6570.      *
  6571.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  6572.      */
  6573.     protected function getResetPasswordRemoveExpiredCommandService()
  6574.     {
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  6577.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  6578.         $instance->setName('reset-password:remove-expired');
  6579.         return $instance;
  6580.     }
  6581.     /**
  6582.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  6583.      *
  6584.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  6585.      */
  6586.     protected function getCacheWarmer2Service()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  6590.         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()));
  6591.     }
  6592.     /**
  6593.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  6594.      *
  6595.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  6596.      */
  6597.     protected function getUploaderExtensionRuntimeService()
  6598.     {
  6599.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  6603.         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())));
  6604.     }
  6605.     /**
  6606.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  6607.      *
  6608.      * @return \Vich\UploaderBundle\Util\Transliterator
  6609.      */
  6610.     protected function getTransliteratorService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  6615.         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'))));
  6616.     }
  6617.     /**
  6618.      * Gets the private 'a2lix_auto_form.form.manipulator.doctrine_orm_manipulator' shared service.
  6619.      *
  6620.      * @return \A2lix\AutoFormBundle\Form\Manipulator\DoctrineORMManipulator
  6621.      */
  6622.     protected function getA2lixAutoForm_Form_Manipulator_DoctrineOrmManipulatorService()
  6623.     {
  6624.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/FormManipulatorInterface.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Manipulator/DoctrineORMManipulator.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/ObjectInfo/DoctrineORMInfo.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadataFactory.php';
  6628.         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']);
  6629.     }
  6630.     /**
  6631.      * Gets the private 'a2lix_auto_form.form.type.auto_form_type' shared service.
  6632.      *
  6633.      * @return \A2lix\AutoFormBundle\Form\Type\AutoFormType
  6634.      */
  6635.     protected function getA2lixAutoForm_Form_Type_AutoFormTypeService()
  6636.     {
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/Type/AutoFormType.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src/Form/EventListener/AutoFormListener.php';
  6641.         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())));
  6642.     }
  6643.     /**
  6644.      * Gets the private 'a2lix_translation_form.form.type.translated_entity_type' shared service.
  6645.      *
  6646.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslatedEntityType
  6647.      */
  6648.     protected function getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslatedEntityType.php';
  6653.         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())));
  6654.     }
  6655.     /**
  6656.      * Gets the private 'a2lix_translation_form.form.type.translations_forms_type' shared service.
  6657.      *
  6658.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsFormsType
  6659.      */
  6660.     protected function getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsFormsType.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsFormsListener.php';
  6666.         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()));
  6667.     }
  6668.     /**
  6669.      * Gets the private 'a2lix_translation_form.form.type.translations_locales_selector_type' shared service.
  6670.      *
  6671.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsLocalesSelectorType
  6672.      */
  6673.     protected function getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService()
  6674.     {
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsLocalesSelectorType.php';
  6678.         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()));
  6679.     }
  6680.     /**
  6681.      * Gets the private 'a2lix_translation_form.form.type.translations_type' shared service.
  6682.      *
  6683.      * @return \A2lix\TranslationFormBundle\Form\Type\TranslationsType
  6684.      */
  6685.     protected function getA2lixTranslationForm_Form_Type_TranslationsTypeService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/Type/TranslationsType.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Form/EventListener/TranslationsListener.php';
  6691.         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()));
  6692.     }
  6693.     /**
  6694.      * Gets the private 'a2lix_translation_form.locale.simple_provider' shared service.
  6695.      *
  6696.      * @return \A2lix\TranslationFormBundle\Locale\SimpleProvider
  6697.      */
  6698.     protected function getA2lixTranslationForm_Locale_SimpleProviderService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/LocaleProviderInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Locale/SimpleProvider.php';
  6702.         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']);
  6703.     }
  6704.     /**
  6705.      * Gets the private 'annotations.cache' shared service.
  6706.      *
  6707.      * @return \Symfony\Component\Cache\DoctrineProvider
  6708.      */
  6709.     protected function getAnnotations_CacheService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  6713.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  6714.     }
  6715.     /**
  6716.      * Gets the private 'annotations.cache_warmer' shared service.
  6717.      *
  6718.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6719.      */
  6720.     protected function getAnnotations_CacheWarmerService()
  6721.     {
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6725.         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);
  6726.     }
  6727.     /**
  6728.      * Gets the private 'annotations.cached_reader' shared service.
  6729.      *
  6730.      * @return \Doctrine\Common\Annotations\CachedReader
  6731.      */
  6732.     protected function getAnnotations_CachedReaderService()
  6733.     {
  6734.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  6735.     }
  6736.     /**
  6737.      * Gets the private 'annotations.reader' shared service.
  6738.      *
  6739.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6740.      */
  6741.     protected function getAnnotations_ReaderService()
  6742.     {
  6743.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6744.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6745.         $a->registerUniqueLoader('class_exists');
  6746.         $instance->addGlobalIgnoredName('required'$a);
  6747.         return $instance;
  6748.     }
  6749.     /**
  6750.      * Gets the private 'app.event.jwt_decoded_listener' shared autowired service.
  6751.      *
  6752.      * @return \App\EventListener\JWTDecodedListener
  6753.      */
  6754.     protected function getApp_Event_JwtDecodedListenerService()
  6755.     {
  6756.         include_once \dirname(__DIR__4).'/src/EventListener/JWTDecodedListener.php';
  6757.         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()));
  6758.     }
  6759.     /**
  6760.      * Gets the private 'app.event.jwt_invalid_listener' shared autowired service.
  6761.      *
  6762.      * @return \App\EventListener\JWTInvalidListener
  6763.      */
  6764.     protected function getApp_Event_JwtInvalidListenerService()
  6765.     {
  6766.         include_once \dirname(__DIR__4).'/src/EventListener/JWTInvalidListener.php';
  6767.         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()));
  6768.     }
  6769.     /**
  6770.      * Gets the private 'app.jwt_token_authenticator' shared autowired service.
  6771.      *
  6772.      * @return \App\Security\Guard\JWTTokenAuthenticator
  6773.      */
  6774.     protected function getApp_JwtTokenAuthenticatorService()
  6775.     {
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  6780.         include_once \dirname(__DIR__4).'/src/Security/Guard/JWTTokenAuthenticator.php';
  6781.         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()));
  6782.     }
  6783.     /**
  6784.      * Gets the private 'cache.annotations' shared service.
  6785.      *
  6786.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6787.      */
  6788.     protected function getCache_AnnotationsService()
  6789.     {
  6790.         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())));
  6791.     }
  6792.     /**
  6793.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  6794.      *
  6795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6796.      */
  6797.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  6798.     {
  6799.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6800.     }
  6801.     /**
  6802.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6803.      *
  6804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6805.      */
  6806.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6807.     {
  6808.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6809.     }
  6810.     /**
  6811.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6812.      *
  6813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6814.      */
  6815.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6816.     {
  6817.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6818.     }
  6819.     /**
  6820.      * Gets the private 'cache.easyadmin' shared service.
  6821.      *
  6822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6823.      */
  6824.     protected function getCache_EasyadminService()
  6825.     {
  6826.         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())));
  6827.     }
  6828.     /**
  6829.      * Gets the private 'cache.property_info' shared service.
  6830.      *
  6831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6832.      */
  6833.     protected function getCache_PropertyInfoService()
  6834.     {
  6835.         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())));
  6836.     }
  6837.     /**
  6838.      * Gets the private 'cache.security_expression_language' shared service.
  6839.      *
  6840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6841.      */
  6842.     protected function getCache_SecurityExpressionLanguageService()
  6843.     {
  6844.         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())));
  6845.     }
  6846.     /**
  6847.      * Gets the private 'cache.serializer' shared service.
  6848.      *
  6849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6850.      */
  6851.     protected function getCache_SerializerService()
  6852.     {
  6853.         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())));
  6854.     }
  6855.     /**
  6856.      * Gets the private 'cache.validator' shared service.
  6857.      *
  6858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6859.      */
  6860.     protected function getCache_ValidatorService()
  6861.     {
  6862.         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())));
  6863.     }
  6864.     /**
  6865.      * Gets the private 'config_cache_factory' shared service.
  6866.      *
  6867.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6868.      */
  6869.     protected function getConfigCacheFactoryService()
  6870.     {
  6871.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6872.             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)));
  6873.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6874.         }, 2));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'console.command.about' shared service.
  6878.      *
  6879.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6880.      */
  6881.     protected function getConsole_Command_AboutService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6885.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6886.         $instance->setName('about');
  6887.         return $instance;
  6888.     }
  6889.     /**
  6890.      * Gets the private 'console.command.assets_install' shared service.
  6891.      *
  6892.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6893.      */
  6894.     protected function getConsole_Command_AssetsInstallService()
  6895.     {
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6899.         $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));
  6900.         $instance->setName('assets:install');
  6901.         return $instance;
  6902.     }
  6903.     /**
  6904.      * Gets the private 'console.command.cache_clear' shared service.
  6905.      *
  6906.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6907.      */
  6908.     protected function getConsole_Command_CacheClearService()
  6909.     {
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6913.         $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())));
  6914.         $instance->setName('cache:clear');
  6915.         return $instance;
  6916.     }
  6917.     /**
  6918.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6919.      *
  6920.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6921.      */
  6922.     protected function getConsole_Command_CachePoolClearService()
  6923.     {
  6924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6926.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6927.         $instance->setName('cache:pool:clear');
  6928.         return $instance;
  6929.     }
  6930.     /**
  6931.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6932.      *
  6933.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6934.      */
  6935.     protected function getConsole_Command_CachePoolDeleteService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6939.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  6940.         $instance->setName('cache:pool:delete');
  6941.         return $instance;
  6942.     }
  6943.     /**
  6944.      * Gets the private 'console.command.cache_pool_list' shared service.
  6945.      *
  6946.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6947.      */
  6948.     protected function getConsole_Command_CachePoolListService()
  6949.     {
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6952.         $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']);
  6953.         $instance->setName('cache:pool:list');
  6954.         return $instance;
  6955.     }
  6956.     /**
  6957.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6958.      *
  6959.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6960.      */
  6961.     protected function getConsole_Command_CachePoolPruneService()
  6962.     {
  6963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6965.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6966.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6967.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6968.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6969.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6970.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6971.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6972.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  6973.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6974.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6975.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6976.             yield 'cache.easyadmin' => ($this->privates['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  6977.         }, 11));
  6978.         $instance->setName('cache:pool:prune');
  6979.         return $instance;
  6980.     }
  6981.     /**
  6982.      * Gets the private 'console.command.cache_warmup' shared service.
  6983.      *
  6984.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6985.      */
  6986.     protected function getConsole_Command_CacheWarmupService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6990.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6991.         $instance->setName('cache:warmup');
  6992.         return $instance;
  6993.     }
  6994.     /**
  6995.      * Gets the private 'console.command.config_debug' shared service.
  6996.      *
  6997.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6998.      */
  6999.     protected function getConsole_Command_ConfigDebugService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  7005.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  7006.         $instance->setName('debug:config');
  7007.         return $instance;
  7008.     }
  7009.     /**
  7010.      * Gets the private 'console.command.config_dump_reference' shared service.
  7011.      *
  7012.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7013.      */
  7014.     protected function getConsole_Command_ConfigDumpReferenceService()
  7015.     {
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7020.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7021.         $instance->setName('config:dump-reference');
  7022.         return $instance;
  7023.     }
  7024.     /**
  7025.      * Gets the private 'console.command.container_debug' shared service.
  7026.      *
  7027.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7028.      */
  7029.     protected function getConsole_Command_ContainerDebugService()
  7030.     {
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7033.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7034.         $instance->setName('debug:container');
  7035.         return $instance;
  7036.     }
  7037.     /**
  7038.      * Gets the private 'console.command.container_lint' shared service.
  7039.      *
  7040.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7041.      */
  7042.     protected function getConsole_Command_ContainerLintService()
  7043.     {
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7046.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7047.         $instance->setName('lint:container');
  7048.         return $instance;
  7049.     }
  7050.     /**
  7051.      * Gets the private 'console.command.debug_autowiring' shared service.
  7052.      *
  7053.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7054.      */
  7055.     protected function getConsole_Command_DebugAutowiringService()
  7056.     {
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7060.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7061.         $instance->setName('debug:autowiring');
  7062.         return $instance;
  7063.     }
  7064.     /**
  7065.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7066.      *
  7067.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7068.      */
  7069.     protected function getConsole_Command_EventDispatcherDebugService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7073.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7074.         $instance->setName('debug:event-dispatcher');
  7075.         return $instance;
  7076.     }
  7077.     /**
  7078.      * Gets the private 'console.command.form_debug' shared service.
  7079.      *
  7080.      * @return \Symfony\Component\Form\Command\DebugCommand
  7081.      */
  7082.     protected function getConsole_Command_FormDebugService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7086.         $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()));
  7087.         $instance->setName('debug:form');
  7088.         return $instance;
  7089.     }
  7090.     /**
  7091.      * Gets the private 'console.command.router_debug' shared service.
  7092.      *
  7093.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7094.      */
  7095.     protected function getConsole_Command_RouterDebugService()
  7096.     {
  7097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7099.         $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()));
  7100.         $instance->setName('debug:router');
  7101.         return $instance;
  7102.     }
  7103.     /**
  7104.      * Gets the private 'console.command.router_match' shared service.
  7105.      *
  7106.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7107.      */
  7108.     protected function getConsole_Command_RouterMatchService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7112.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  7113.         $instance->setName('router:match');
  7114.         return $instance;
  7115.     }
  7116.     /**
  7117.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7118.      *
  7119.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7120.      */
  7121.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7122.     {
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7129.         $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')))));
  7130.         $instance->setName('secrets:decrypt-to-local');
  7131.         return $instance;
  7132.     }
  7133.     /**
  7134.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7135.      *
  7136.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7137.      */
  7138.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7139.     {
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7146.         $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')))));
  7147.         $instance->setName('secrets:encrypt-from-local');
  7148.         return $instance;
  7149.     }
  7150.     /**
  7151.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7152.      *
  7153.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7154.      */
  7155.     protected function getConsole_Command_SecretsGenerateKeyService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7163.         $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')))));
  7164.         $instance->setName('secrets:generate-keys');
  7165.         return $instance;
  7166.     }
  7167.     /**
  7168.      * Gets the private 'console.command.secrets_list' shared service.
  7169.      *
  7170.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7171.      */
  7172.     protected function getConsole_Command_SecretsListService()
  7173.     {
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7180.         $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')))));
  7181.         $instance->setName('secrets:list');
  7182.         return $instance;
  7183.     }
  7184.     /**
  7185.      * Gets the private 'console.command.secrets_remove' shared service.
  7186.      *
  7187.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7188.      */
  7189.     protected function getConsole_Command_SecretsRemoveService()
  7190.     {
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7197.         $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')))));
  7198.         $instance->setName('secrets:remove');
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the private 'console.command.secrets_set' shared service.
  7203.      *
  7204.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7205.      */
  7206.     protected function getConsole_Command_SecretsSetService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7214.         $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')))));
  7215.         $instance->setName('secrets:set');
  7216.         return $instance;
  7217.     }
  7218.     /**
  7219.      * Gets the private 'console.command.translation_debug' shared service.
  7220.      *
  7221.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7222.      */
  7223.     protected function getConsole_Command_TranslationDebugService()
  7224.     {
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7227.         $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')]);
  7228.         $instance->setName('debug:translation');
  7229.         return $instance;
  7230.     }
  7231.     /**
  7232.      * Gets the private 'console.command.translation_update' shared service.
  7233.      *
  7234.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7235.      */
  7236.     protected function getConsole_Command_TranslationUpdateService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7254.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7255.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7256.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7257.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7258.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7259.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7260.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7261.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7262.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7263.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7264.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7265.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7266.         $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')]);
  7267.         $instance->setName('translation:update');
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the private 'console.command.xliff_lint' shared service.
  7272.      *
  7273.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  7274.      */
  7275.     protected function getConsole_Command_XliffLintService()
  7276.     {
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  7280.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  7281.         $instance->setName('lint:xliff');
  7282.         return $instance;
  7283.     }
  7284.     /**
  7285.      * Gets the private 'console.command.yaml_lint' shared service.
  7286.      *
  7287.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7288.      */
  7289.     protected function getConsole_Command_YamlLintService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7294.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7295.         $instance->setName('lint:yaml');
  7296.         return $instance;
  7297.     }
  7298.     /**
  7299.      * Gets the private 'console.error_listener' shared service.
  7300.      *
  7301.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7302.      */
  7303.     protected function getConsole_ErrorListenerService()
  7304.     {
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7306.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7307.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7308.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  7309.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7310.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7311.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7312.     }
  7313.     /**
  7314.      * Gets the private 'container.env_var_processor' shared service.
  7315.      *
  7316.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7317.      */
  7318.     protected function getContainer_EnvVarProcessorService()
  7319.     {
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7322.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7323.             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'))));
  7324.         }, 1));
  7325.     }
  7326.     /**
  7327.      * Gets the private 'data_collector.form' shared service.
  7328.      *
  7329.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7330.      */
  7331.     protected function getDataCollector_FormService()
  7332.     {
  7333.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7334.     }
  7335.     /**
  7336.      * Gets the private 'debug.argument_resolver.default' shared service.
  7337.      *
  7338.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7339.      */
  7340.     protected function getDebug_ArgumentResolver_DefaultService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7345.         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))));
  7346.     }
  7347.     /**
  7348.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7349.      *
  7350.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7351.      */
  7352.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7357.         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.Uf_3uPC'] ?? $this->get_ServiceLocator_Uf3uPCService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7358.     }
  7359.     /**
  7360.      * Gets the private 'debug.argument_resolver.request' shared service.
  7361.      *
  7362.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7363.      */
  7364.     protected function getDebug_ArgumentResolver_RequestService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7369.         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))));
  7370.     }
  7371.     /**
  7372.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7373.      *
  7374.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7375.      */
  7376.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7377.     {
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7381.         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))));
  7382.     }
  7383.     /**
  7384.      * Gets the private 'debug.argument_resolver.service' shared service.
  7385.      *
  7386.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7387.      */
  7388.     protected function getDebug_ArgumentResolver_ServiceService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7393.         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.Uf_3uPC'] ?? $this->get_ServiceLocator_Uf3uPCService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7394.     }
  7395.     /**
  7396.      * Gets the private 'debug.argument_resolver.session' shared service.
  7397.      *
  7398.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7399.      */
  7400.     protected function getDebug_ArgumentResolver_SessionService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7405.         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))));
  7406.     }
  7407.     /**
  7408.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7409.      *
  7410.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7411.      */
  7412.     protected function getDebug_ArgumentResolver_VariadicService()
  7413.     {
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7417.         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))));
  7418.     }
  7419.     /**
  7420.      * Gets the private 'debug.controller_resolver' shared service.
  7421.      *
  7422.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  7423.      */
  7424.     protected function getDebug_ControllerResolverService()
  7425.     {
  7426.         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))));
  7427.     }
  7428.     /**
  7429.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7430.      *
  7431.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7432.      */
  7433.     protected function getDebug_DebugHandlersListenerService()
  7434.     {
  7435.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7436.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7437.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7438.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  7439.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7441.         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);
  7442.     }
  7443.     /**
  7444.      * Gets the private 'debug.dump_listener' shared service.
  7445.      *
  7446.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7447.      */
  7448.     protected function getDebug_DumpListenerService()
  7449.     {
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7452.         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()));
  7453.     }
  7454.     /**
  7455.      * Gets the private 'debug.file_link_formatter' shared service.
  7456.      *
  7457.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7458.      */
  7459.     protected function getDebug_FileLinkFormatterService()
  7460.     {
  7461.         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 () {
  7462.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7463.         });
  7464.     }
  7465.     /**
  7466.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7467.      *
  7468.      * @return \string
  7469.      */
  7470.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7471.     {
  7472.         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');
  7473.     }
  7474.     /**
  7475.      * Gets the private 'debug.log_processor' shared service.
  7476.      *
  7477.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7478.      */
  7479.     protected function getDebug_LogProcessorService()
  7480.     {
  7481.         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())));
  7482.     }
  7483.     /**
  7484.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7485.      *
  7486.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7487.      */
  7488.     protected function getDebug_Security_Access_DecisionManagerService()
  7489.     {
  7490.         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 () {
  7491.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7492.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7493.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7494.         }, 3), 'affirmative'falsetrue));
  7495.     }
  7496.     /**
  7497.      * Gets the private 'debug.security.firewall' shared service.
  7498.      *
  7499.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7500.      */
  7501.     protected function getDebug_Security_FirewallService()
  7502.     {
  7503.         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()));
  7504.     }
  7505.     /**
  7506.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7507.      *
  7508.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7509.      */
  7510.     protected function getDebug_Security_UserValueResolverService()
  7511.     {
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7515.         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))));
  7516.     }
  7517.     /**
  7518.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7519.      *
  7520.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7521.      */
  7522.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7523.     {
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7527.         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()));
  7528.     }
  7529.     /**
  7530.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7531.      *
  7532.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7533.      */
  7534.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7539.         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()));
  7540.     }
  7541.     /**
  7542.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7543.      *
  7544.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7545.      */
  7546.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7552.         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()));
  7553.     }
  7554.     /**
  7555.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7556.      *
  7557.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7558.      */
  7559.     protected function getDebug_Security_Voter_VoteListenerService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7562.         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()));
  7563.     }
  7564.     /**
  7565.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7566.      *
  7567.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7568.      */
  7569.     protected function getDoctrine_CacheClearMetadataCommandService()
  7570.     {
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7574.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7575.         $instance->setName('doctrine:cache:clear-metadata');
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7580.      *
  7581.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7582.      */
  7583.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7588.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7589.         $instance->setName('doctrine:cache:clear-query');
  7590.         return $instance;
  7591.     }
  7592.     /**
  7593.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7594.      *
  7595.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7596.      */
  7597.     protected function getDoctrine_CacheClearResultCommandService()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7602.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7603.         $instance->setName('doctrine:cache:clear-result');
  7604.         return $instance;
  7605.     }
  7606.     /**
  7607.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7608.      *
  7609.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7610.      */
  7611.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7616.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7617.         $instance->setName('doctrine:cache:clear-collection-region');
  7618.         return $instance;
  7619.     }
  7620.     /**
  7621.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7622.      *
  7623.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7624.      */
  7625.     protected function getDoctrine_ClearEntityRegionCommandService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7630.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7631.         $instance->setName('doctrine:cache:clear-entity-region');
  7632.         return $instance;
  7633.     }
  7634.     /**
  7635.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7636.      *
  7637.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7638.      */
  7639.     protected function getDoctrine_ClearQueryRegionCommandService()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7644.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7645.         $instance->setName('doctrine:cache:clear-query-region');
  7646.         return $instance;
  7647.     }
  7648.     /**
  7649.      * Gets the private 'doctrine.database_create_command' shared service.
  7650.      *
  7651.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7652.      */
  7653.     protected function getDoctrine_DatabaseCreateCommandService()
  7654.     {
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7658.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7659.         $instance->setName('doctrine:database:create');
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the private 'doctrine.database_drop_command' shared service.
  7664.      *
  7665.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7666.      */
  7667.     protected function getDoctrine_DatabaseDropCommandService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7672.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7673.         $instance->setName('doctrine:database:drop');
  7674.         return $instance;
  7675.     }
  7676.     /**
  7677.      * Gets the private 'doctrine.database_import_command' shared service.
  7678.      *
  7679.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7680.      */
  7681.     protected function getDoctrine_DatabaseImportCommandService()
  7682.     {
  7683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7684.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7686.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7687.         $instance->setName('doctrine:database:import');
  7688.         return $instance;
  7689.     }
  7690.     /**
  7691.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7692.      *
  7693.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7694.      */
  7695.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7700.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7701.         $instance->setName('doctrine:ensure-production-settings');
  7702.         return $instance;
  7703.     }
  7704.     /**
  7705.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7706.      *
  7707.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7708.      */
  7709.     protected function getDoctrine_MappingConvertCommandService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7714.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7715.         $instance->setName('doctrine:mapping:convert');
  7716.         return $instance;
  7717.     }
  7718.     /**
  7719.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7720.      *
  7721.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7722.      */
  7723.     protected function getDoctrine_MappingImportCommandService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7728.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7729.         $instance->setName('doctrine:mapping:import');
  7730.         return $instance;
  7731.     }
  7732.     /**
  7733.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7734.      *
  7735.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7736.      */
  7737.     protected function getDoctrine_MappingInfoCommandService()
  7738.     {
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7742.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7743.         $instance->setName('doctrine:mapping:info');
  7744.         return $instance;
  7745.     }
  7746.     /**
  7747.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7748.      *
  7749.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7750.      */
  7751.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7752.     {
  7753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7755.         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);
  7756.     }
  7757.     /**
  7758.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7759.      *
  7760.      * @return \Doctrine\Migrations\DependencyFactory
  7761.      */
  7762.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7763.     {
  7764.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  7772.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7773.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  7774.         $a->setAllOrNothing(false);
  7775.         $a->setCheckDatabasePlatform(true);
  7776.         $a->setTransactional(true);
  7777.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  7778.         $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()));
  7779.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7780.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7781.         });
  7782.         return $instance;
  7783.     }
  7784.     /**
  7785.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  7786.      *
  7787.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  7788.      */
  7789.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  7790.     {
  7791.         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')]);
  7792.     }
  7793.     /**
  7794.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7795.      *
  7796.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7797.      */
  7798.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7799.     {
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7801.         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()));
  7802.     }
  7803.     /**
  7804.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7805.      *
  7806.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7807.      */
  7808.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7811.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7812.     }
  7813.     /**
  7814.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  7815.      *
  7816.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  7817.      */
  7818.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  7819.     {
  7820.         $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']);
  7821.         $instance->setGlobalBasename('mapping');
  7822.         return $instance;
  7823.     }
  7824.     /**
  7825.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7826.      *
  7827.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7828.      */
  7829.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7830.     {
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7833.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7834.     }
  7835.     /**
  7836.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7837.      *
  7838.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7839.      */
  7840.     protected function getDoctrine_Orm_Validator_UniqueService()
  7841.     {
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7845.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7846.     }
  7847.     /**
  7848.      * Gets the private 'doctrine.query_dql_command' shared service.
  7849.      *
  7850.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7851.      */
  7852.     protected function getDoctrine_QueryDqlCommandService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7857.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  7858.         $instance->setName('doctrine:query:dql');
  7859.         return $instance;
  7860.     }
  7861.     /**
  7862.      * Gets the private 'doctrine.query_sql_command' shared service.
  7863.      *
  7864.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7865.      */
  7866.     protected function getDoctrine_QuerySqlCommandService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7871.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7872.         $instance->setName('doctrine:query:sql');
  7873.         return $instance;
  7874.     }
  7875.     /**
  7876.      * Gets the private 'doctrine.schema_create_command' shared service.
  7877.      *
  7878.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7879.      */
  7880.     protected function getDoctrine_SchemaCreateCommandService()
  7881.     {
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7886.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  7887.         $instance->setName('doctrine:schema:create');
  7888.         return $instance;
  7889.     }
  7890.     /**
  7891.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7892.      *
  7893.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7894.      */
  7895.     protected function getDoctrine_SchemaDropCommandService()
  7896.     {
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7901.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  7902.         $instance->setName('doctrine:schema:drop');
  7903.         return $instance;
  7904.     }
  7905.     /**
  7906.      * Gets the private 'doctrine.schema_update_command' shared service.
  7907.      *
  7908.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7909.      */
  7910.     protected function getDoctrine_SchemaUpdateCommandService()
  7911.     {
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7916.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  7917.         $instance->setName('doctrine:schema:update');
  7918.         return $instance;
  7919.     }
  7920.     /**
  7921.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7922.      *
  7923.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7924.      */
  7925.     protected function getDoctrine_SchemaValidateCommandService()
  7926.     {
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7930.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  7931.         $instance->setName('doctrine:schema:validate');
  7932.         return $instance;
  7933.     }
  7934.     /**
  7935.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7936.      *
  7937.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7938.      */
  7939.     protected function getDoctrineMigrations_CurrentCommandService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7944.         $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');
  7945.         $instance->setName('doctrine:migrations:current');
  7946.         return $instance;
  7947.     }
  7948.     /**
  7949.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7950.      *
  7951.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7952.      */
  7953.     protected function getDoctrineMigrations_DiffCommandService()
  7954.     {
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7958.         $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');
  7959.         $instance->setName('doctrine:migrations:diff');
  7960.         return $instance;
  7961.     }
  7962.     /**
  7963.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7964.      *
  7965.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7966.      */
  7967.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7968.     {
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7972.         $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');
  7973.         $instance->setName('doctrine:migrations:dump-schema');
  7974.         return $instance;
  7975.     }
  7976.     /**
  7977.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7978.      *
  7979.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7980.      */
  7981.     protected function getDoctrineMigrations_ExecuteCommandService()
  7982.     {
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7986.         $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');
  7987.         $instance->setName('doctrine:migrations:execute');
  7988.         return $instance;
  7989.     }
  7990.     /**
  7991.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7992.      *
  7993.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7994.      */
  7995.     protected function getDoctrineMigrations_GenerateCommandService()
  7996.     {
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8000.         $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');
  8001.         $instance->setName('doctrine:migrations:generate');
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8006.      *
  8007.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8008.      */
  8009.     protected function getDoctrineMigrations_LatestCommandService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8014.         $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');
  8015.         $instance->setName('doctrine:migrations:latest');
  8016.         return $instance;
  8017.     }
  8018.     /**
  8019.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8020.      *
  8021.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8022.      */
  8023.     protected function getDoctrineMigrations_MigrateCommandService()
  8024.     {
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8028.         $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');
  8029.         $instance->setName('doctrine:migrations:migrate');
  8030.         return $instance;
  8031.     }
  8032.     /**
  8033.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8034.      *
  8035.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8036.      */
  8037.     protected function getDoctrineMigrations_RollupCommandService()
  8038.     {
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8042.         $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');
  8043.         $instance->setName('doctrine:migrations:rollup');
  8044.         return $instance;
  8045.     }
  8046.     /**
  8047.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8048.      *
  8049.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8050.      */
  8051.     protected function getDoctrineMigrations_StatusCommandService()
  8052.     {
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8056.         $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');
  8057.         $instance->setName('doctrine:migrations:status');
  8058.         return $instance;
  8059.     }
  8060.     /**
  8061.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8062.      *
  8063.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8064.      */
  8065.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8066.     {
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8070.         $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');
  8071.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8072.         return $instance;
  8073.     }
  8074.     /**
  8075.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8076.      *
  8077.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8078.      */
  8079.     protected function getDoctrineMigrations_UpToDateCommandService()
  8080.     {
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8084.         $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');
  8085.         $instance->setName('doctrine:migrations:up-to-date');
  8086.         return $instance;
  8087.     }
  8088.     /**
  8089.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8090.      *
  8091.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8092.      */
  8093.     protected function getDoctrineMigrations_VersionCommandService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8098.         $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');
  8099.         $instance->setName('doctrine:migrations:version');
  8100.         return $instance;
  8101.     }
  8102.     /**
  8103.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8104.      *
  8105.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8106.      */
  8107.     protected function getDoctrineMigrations_VersionsCommandService()
  8108.     {
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8112.         $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');
  8113.         $instance->setName('doctrine:migrations:list');
  8114.         return $instance;
  8115.     }
  8116.     /**
  8117.      * Gets the private 'easyadmin.filter.type.array' shared service.
  8118.      *
  8119.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType
  8120.      */
  8121.     protected function getEasyadmin_Filter_Type_ArrayService()
  8122.     {
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ArrayFilterType.php';
  8129.         return $this->privates['easyadmin.filter.type.array'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ArrayFilterType();
  8130.     }
  8131.     /**
  8132.      * Gets the private 'easyadmin.filter.type.boolean' shared service.
  8133.      *
  8134.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType
  8135.      */
  8136.     protected function getEasyadmin_Filter_Type_BooleanService()
  8137.     {
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8142.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/BooleanFilterType.php';
  8144.         return $this->privates['easyadmin.filter.type.boolean'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\BooleanFilterType();
  8145.     }
  8146.     /**
  8147.      * Gets the private 'easyadmin.filter.type.choice' shared service.
  8148.      *
  8149.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType
  8150.      */
  8151.     protected function getEasyadmin_Filter_Type_ChoiceService()
  8152.     {
  8153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8155.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8156.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8157.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8158.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ChoiceFilterType.php';
  8159.         return $this->privates['easyadmin.filter.type.choice'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType();
  8160.     }
  8161.     /**
  8162.      * Gets the private 'easyadmin.filter.type.comparison' shared service.
  8163.      *
  8164.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8165.      */
  8166.     protected function getEasyadmin_Filter_Type_ComparisonService()
  8167.     {
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8170.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8173.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8174.         return $this->privates['easyadmin.filter.type.comparison'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType();
  8175.     }
  8176.     /**
  8177.      * Gets the private 'easyadmin.filter.type.date' shared service.
  8178.      *
  8179.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8180.      */
  8181.     protected function getEasyadmin_Filter_Type_DateService()
  8182.     {
  8183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8186.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8187.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8189.         return $this->privates['easyadmin.filter.type.date'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType');
  8190.     }
  8191.     /**
  8192.      * Gets the private 'easyadmin.filter.type.dateinterval' shared service.
  8193.      *
  8194.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType
  8195.      */
  8196.     protected function getEasyadmin_Filter_Type_DateintervalService()
  8197.     {
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8203.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/ComparisonFilterType.php';
  8204.         return $this->privates['easyadmin.filter.type.dateinterval'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ComparisonFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\DateIntervalType', [], '', ['type' => 'datetime']);
  8205.     }
  8206.     /**
  8207.      * Gets the private 'easyadmin.filter.type.datetime' shared service.
  8208.      *
  8209.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8210.      */
  8211.     protected function getEasyadmin_Filter_Type_DatetimeService()
  8212.     {
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8217.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8218.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8219.         return $this->privates['easyadmin.filter.type.datetime'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType();
  8220.     }
  8221.     /**
  8222.      * Gets the private 'easyadmin.filter.type.decimal' shared service.
  8223.      *
  8224.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8225.      */
  8226.     protected function getEasyadmin_Filter_Type_DecimalService()
  8227.     {
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8233.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8234.         return $this->privates['easyadmin.filter.type.decimal'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', ['input' => 'string']);
  8235.     }
  8236.     /**
  8237.      * Gets the private 'easyadmin.filter.type.entity' shared service.
  8238.      *
  8239.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType
  8240.      */
  8241.     protected function getEasyadmin_Filter_Type_EntityService()
  8242.     {
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8246.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/EntityFilterType.php';
  8249.         return $this->privates['easyadmin.filter.type.entity'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType();
  8250.     }
  8251.     /**
  8252.      * Gets the private 'easyadmin.filter.type.float' shared service.
  8253.      *
  8254.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8255.      */
  8256.     protected function getEasyadmin_Filter_Type_FloatService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8260.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8261.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8264.         return $this->privates['easyadmin.filter.type.float'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType();
  8265.     }
  8266.     /**
  8267.      * Gets the private 'easyadmin.filter.type.integer' shared service.
  8268.      *
  8269.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType
  8270.      */
  8271.     protected function getEasyadmin_Filter_Type_IntegerService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/NumericFilterType.php';
  8279.         return $this->privates['easyadmin.filter.type.integer'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\NumericFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType');
  8280.     }
  8281.     /**
  8282.      * Gets the private 'easyadmin.filter.type.text' shared service.
  8283.      *
  8284.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8285.      */
  8286.     protected function getEasyadmin_Filter_Type_TextService()
  8287.     {
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8291.         return $this->privates['easyadmin.filter.type.text'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType();
  8292.     }
  8293.     /**
  8294.      * Gets the private 'easyadmin.filter.type.textarea' shared service.
  8295.      *
  8296.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType
  8297.      */
  8298.     protected function getEasyadmin_Filter_Type_TextareaService()
  8299.     {
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/TextFilterType.php';
  8303.         return $this->privates['easyadmin.filter.type.textarea'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\TextFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType');
  8304.     }
  8305.     /**
  8306.      * Gets the private 'easyadmin.filter.type.time' shared service.
  8307.      *
  8308.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType
  8309.      */
  8310.     protected function getEasyadmin_Filter_Type_TimeService()
  8311.     {
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8314.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterInterface.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterType.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/FilterTypeTrait.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/DateTimeFilterType.php';
  8318.         return $this->privates['easyadmin.filter.type.time'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\DateTimeFilterType('Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType');
  8319.     }
  8320.     /**
  8321.      * Gets the private 'easyadmin.filter.type_guesser.doctrine' shared service.
  8322.      *
  8323.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser
  8324.      */
  8325.     protected function getEasyadmin_Filter_TypeGuesser_DoctrineService()
  8326.     {
  8327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Guesser/DoctrineOrmFilterTypeGuesser.php';
  8330.         return $this->privates['easyadmin.filter.type_guesser.doctrine'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Guesser\DoctrineOrmFilterTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8331.     }
  8332.     /**
  8333.      * Gets the private 'easyadmin.form.type' shared service.
  8334.      *
  8335.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType
  8336.      */
  8337.     protected function getEasyadmin_Form_TypeService()
  8338.     {
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFormType.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8344.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8345.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8349.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8350.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8351.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8352.         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()));
  8353.     }
  8354.     /**
  8355.      * Gets the private 'easyadmin.form.type.autocomplete' shared service.
  8356.      *
  8357.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType
  8358.      */
  8359.     protected function getEasyadmin_Form_Type_AutocompleteService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminAutocompleteType.php';
  8365.         return $this->privates['easyadmin.form.type.autocomplete'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminAutocompleteType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  8366.     }
  8367.     /**
  8368.      * Gets the private 'easyadmin.form.type.batch' shared service.
  8369.      *
  8370.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType
  8371.      */
  8372.     protected function getEasyadmin_Form_Type_BatchService()
  8373.     {
  8374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminBatchFormType.php';
  8377.         return $this->privates['easyadmin.form.type.batch'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminBatchFormType(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService()));
  8378.     }
  8379.     /**
  8380.      * Gets the private 'easyadmin.form.type.configurator.type' shared service.
  8381.      *
  8382.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfigurator
  8383.      */
  8384.     protected function getEasyadmin_Form_Type_Configurator_TypeService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfigurator.php';
  8388.         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()));
  8389.     }
  8390.     /**
  8391.      * Gets the private 'easyadmin.form.type.divider' shared service.
  8392.      *
  8393.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType
  8394.      */
  8395.     protected function getEasyadmin_Form_Type_DividerService()
  8396.     {
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminDividerType.php';
  8400.         return $this->privates['easyadmin.form.type.divider'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminDividerType();
  8401.     }
  8402.     /**
  8403.      * Gets the private 'easyadmin.form.type.extension' shared service.
  8404.      *
  8405.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EasyAdminExtension
  8406.      */
  8407.     protected function getEasyadmin_Form_Type_ExtensionService()
  8408.     {
  8409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EasyAdminExtension.php';
  8412.         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())));
  8413.     }
  8414.     /**
  8415.      * Gets the private 'easyadmin.form.type.fileupload' shared service.
  8416.      *
  8417.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  8418.      */
  8419.     protected function getEasyadmin_Form_Type_FileuploadService()
  8420.     {
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataMapperInterface.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  8425.         return $this->privates['easyadmin.form.type.fileupload'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__4));
  8426.     }
  8427.     /**
  8428.      * Gets the private 'easyadmin.form.type.filters' shared service.
  8429.      *
  8430.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFiltersFormType
  8431.      */
  8432.     protected function getEasyadmin_Form_Type_FiltersService()
  8433.     {
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminFiltersFormType.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TypeConfiguratorInterface.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CodeEditorTypeConfigurator.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/TextareaTypeConfigurator.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/AutocompleteTypeConfigurator.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CollectionTypeConfigurator.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/CheckboxTypeConfigurator.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/Type/Configurator/ChoiceFilterTypeConfigurator.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/EntityTypeConfigurator.php';
  8445.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/IvoryCKEditorTypeConfigurator.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/Configurator/FOSCKEditorTypeConfigurator.php';
  8447.         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()))]);
  8448.     }
  8449.     /**
  8450.      * Gets the private 'easyadmin.form.type.group' shared service.
  8451.      *
  8452.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType
  8453.      */
  8454.     protected function getEasyadmin_Form_Type_GroupService()
  8455.     {
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminGroupType.php';
  8459.         return $this->privates['easyadmin.form.type.group'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminGroupType();
  8460.     }
  8461.     /**
  8462.      * Gets the private 'easyadmin.form.type.section' shared service.
  8463.      *
  8464.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType
  8465.      */
  8466.     protected function getEasyadmin_Form_Type_SectionService()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/EasyAdminSectionType.php';
  8471.         return $this->privates['easyadmin.form.type.section'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminSectionType();
  8472.     }
  8473.     /**
  8474.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8475.      *
  8476.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8477.      */
  8478.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8479.     {
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8482.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8483.         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()));
  8484.     }
  8485.     /**
  8486.      * Gets the private 'exception_listener' shared service.
  8487.      *
  8488.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8489.      */
  8490.     protected function getExceptionListener2Service()
  8491.     {
  8492.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  8493.     }
  8494.     /**
  8495.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8496.      *
  8497.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8498.      */
  8499.     protected function getForm_ChoiceListFactory_CachedService()
  8500.     {
  8501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8505.         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())));
  8506.     }
  8507.     /**
  8508.      * Gets the private 'form.registry' shared service.
  8509.      *
  8510.      * @return \Symfony\Component\Form\FormRegistry
  8511.      */
  8512.     protected function getForm_RegistryService()
  8513.     {
  8514.         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, [
  8515.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'false],
  8516.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'false],
  8517.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'false],
  8518.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'false],
  8519.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'false],
  8520.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'false],
  8521.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'false],
  8522.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'false],
  8523.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'false],
  8524.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'false],
  8525.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'false],
  8526.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'false],
  8527.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'false],
  8528.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'false],
  8529.         ], [
  8530.             'easyadmin.filter.type.array' => '?',
  8531.             'easyadmin.filter.type.boolean' => '?',
  8532.             'easyadmin.filter.type.choice' => '?',
  8533.             'easyadmin.filter.type.comparison' => '?',
  8534.             'easyadmin.filter.type.date' => '?',
  8535.             'easyadmin.filter.type.dateinterval' => '?',
  8536.             'easyadmin.filter.type.datetime' => '?',
  8537.             'easyadmin.filter.type.decimal' => '?',
  8538.             'easyadmin.filter.type.entity' => '?',
  8539.             'easyadmin.filter.type.float' => '?',
  8540.             'easyadmin.filter.type.integer' => '?',
  8541.             'easyadmin.filter.type.text' => '?',
  8542.             'easyadmin.filter.type.textarea' => '?',
  8543.             'easyadmin.filter.type.time' => '?',
  8544.         ]), [], new RewindableGenerator(function () {
  8545.             return new \EmptyIterator();
  8546.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8547.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => ['privates''a2lix_auto_form.form.type.auto_form_type''getA2lixAutoForm_Form_Type_AutoFormTypeService'false],
  8548.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => ['privates''a2lix_translation_form.form.type.translated_entity_type''getA2lixTranslationForm_Form_Type_TranslatedEntityTypeService'false],
  8549.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => ['privates''a2lix_translation_form.form.type.translations_forms_type''getA2lixTranslationForm_Form_Type_TranslationsFormsTypeService'false],
  8550.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => ['privates''a2lix_translation_form.form.type.translations_locales_selector_type''getA2lixTranslationForm_Form_Type_TranslationsLocalesSelectorTypeService'false],
  8551.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => ['privates''a2lix_translation_form.form.type.translations_type''getA2lixTranslationForm_Form_Type_TranslationsTypeService'false],
  8552.             'App\\Form\\ChangePasswordFormType' => ['privates''App\\Form\\ChangePasswordFormType''getChangePasswordFormTypeService'false],
  8553.             'App\\Form\\Filter\\DificultyFilterType' => ['privates''App\\Form\\Filter\\DificultyFilterType''getDificultyFilterTypeService'false],
  8554.             'App\\Form\\Filter\\IntensityFilterType' => ['privates''App\\Form\\Filter\\IntensityFilterType''getIntensityFilterTypeService'false],
  8555.             'App\\Form\\ResetPasswordRequestFormType' => ['privates''App\\Form\\ResetPasswordRequestFormType''getResetPasswordRequestFormTypeService'false],
  8556.             'App\\Form\\Type\\AppModuleType' => ['privates''App\\Form\\Type\\AppModuleType''getAppModuleTypeService'false],
  8557.             'App\\Form\\Type\\CompetitionType' => ['privates''App\\Form\\Type\\CompetitionType''getCompetitionTypeService'false],
  8558.             'App\\Form\\Type\\CountryType' => ['privates''App\\Form\\Type\\CountryType''getCountryTypeService'false],
  8559.             'App\\Form\\Type\\DificultyType' => ['privates''App\\Form\\Type\\DificultyType''getDificultyTypeService'false],
  8560.             'App\\Form\\Type\\ExpiredAtType' => ['privates''App\\Form\\Type\\ExpiredAtType''getExpiredAtTypeService'false],
  8561.             'App\\Form\\Type\\IntensityType' => ['privates''App\\Form\\Type\\IntensityType''getIntensityTypeService'false],
  8562.             'App\\Form\\Type\\LocaleType' => ['privates''App\\Form\\Type\\LocaleType''getLocaleTypeService'false],
  8563.             'App\\Form\\Type\\MembershipType' => ['privates''App\\Form\\Type\\MembershipType''getMembershipTypeService'false],
  8564.             'App\\Form\\Type\\NotificationType' => ['privates''App\\Form\\Type\\NotificationType''getNotificationTypeService'false],
  8565.             'App\\Form\\Type\\SeasonType' => ['privates''App\\Form\\Type\\SeasonType''getSeasonTypeService'false],
  8566.             'App\\Form\\Type\\TypeMembership' => ['privates''App\\Form\\Type\\TypeMembership''getTypeMembershipService'false],
  8567.             'App\\Form\\Type\\TypeSoccerType' => ['privates''App\\Form\\Type\\TypeSoccerType''getTypeSoccerTypeService'false],
  8568.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'false],
  8569.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'false],
  8570.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'false],
  8571.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'false],
  8572.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'false],
  8573.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'false],
  8574.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'false],
  8575.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'false],
  8576.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8577.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8578.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  8579.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8580.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  8581.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  8582.         ], [
  8583.             'A2lix\\AutoFormBundle\\Form\\Type\\AutoFormType' => '?',
  8584.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslatedEntityType' => '?',
  8585.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsFormsType' => '?',
  8586.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsLocalesSelectorType' => '?',
  8587.             'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType' => '?',
  8588.             'App\\Form\\ChangePasswordFormType' => '?',
  8589.             'App\\Form\\Filter\\DificultyFilterType' => '?',
  8590.             'App\\Form\\Filter\\IntensityFilterType' => '?',
  8591.             'App\\Form\\ResetPasswordRequestFormType' => '?',
  8592.             'App\\Form\\Type\\AppModuleType' => '?',
  8593.             'App\\Form\\Type\\CompetitionType' => '?',
  8594.             'App\\Form\\Type\\CountryType' => '?',
  8595.             'App\\Form\\Type\\DificultyType' => '?',
  8596.             'App\\Form\\Type\\ExpiredAtType' => '?',
  8597.             'App\\Form\\Type\\IntensityType' => '?',
  8598.             'App\\Form\\Type\\LocaleType' => '?',
  8599.             'App\\Form\\Type\\MembershipType' => '?',
  8600.             'App\\Form\\Type\\NotificationType' => '?',
  8601.             'App\\Form\\Type\\SeasonType' => '?',
  8602.             'App\\Form\\Type\\TypeMembership' => '?',
  8603.             'App\\Form\\Type\\TypeSoccerType' => '?',
  8604.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  8605.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  8606.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  8607.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  8608.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  8609.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  8610.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  8611.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  8612.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8613.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8614.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8615.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8616.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  8617.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  8618.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8619.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8620.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8621.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8622.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8623.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8624.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8625.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->getEasyadmin_Form_Type_ExtensionService());
  8626.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8627.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8628.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8629.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8630.         }, 1)], new RewindableGenerator(function () {
  8631.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8632.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8633.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService());
  8634.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8635.     }
  8636.     /**
  8637.      * Gets the private 'form.server_params' shared service.
  8638.      *
  8639.      * @return \Symfony\Component\Form\Util\ServerParams
  8640.      */
  8641.     protected function getForm_ServerParamsService()
  8642.     {
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8644.         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())));
  8645.     }
  8646.     /**
  8647.      * Gets the private 'form.type.choice' shared service.
  8648.      *
  8649.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8650.      */
  8651.     protected function getForm_Type_ChoiceService()
  8652.     {
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8656.         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()));
  8657.     }
  8658.     /**
  8659.      * Gets the private 'form.type.entity' shared service.
  8660.      *
  8661.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8662.      */
  8663.     protected function getForm_Type_EntityService()
  8664.     {
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8669.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8670.     }
  8671.     /**
  8672.      * Gets the private 'form.type.form' shared service.
  8673.      *
  8674.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8675.      */
  8676.     protected function getForm_Type_FormService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8682.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->services['easyadmin.property_accessor'] ?? $this->getEasyadmin_PropertyAccessorService()));
  8683.     }
  8684.     /**
  8685.      * Gets the private 'form.type_extension.csrf' shared service.
  8686.      *
  8687.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8688.      */
  8689.     protected function getForm_TypeExtension_CsrfService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8694.         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()));
  8695.     }
  8696.     /**
  8697.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8698.      *
  8699.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8700.      */
  8701.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8706.         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()));
  8707.     }
  8708.     /**
  8709.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8712.      */
  8713.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8720.         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())));
  8721.     }
  8722.     /**
  8723.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8724.      *
  8725.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8726.      */
  8727.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8732.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8733.     }
  8734.     /**
  8735.      * Gets the private 'form.type_extension.form.validator' shared service.
  8736.      *
  8737.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8738.      */
  8739.     protected function getForm_TypeExtension_Form_ValidatorService()
  8740.     {
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8745.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  8746.     }
  8747.     /**
  8748.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8749.      *
  8750.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8751.      */
  8752.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8757.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8758.     }
  8759.     /**
  8760.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8761.      *
  8762.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8763.      */
  8764.     protected function getForm_TypeGuesser_DoctrineService()
  8765.     {
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8768.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8769.     }
  8770.     /**
  8771.      * Gets the private 'form.type_guesser.validator' shared service.
  8772.      *
  8773.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8774.      */
  8775.     protected function getForm_TypeGuesser_ValidatorService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8779.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  8780.     }
  8781.     /**
  8782.      * Gets the private 'fragment.renderer.inline' shared service.
  8783.      *
  8784.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8785.      */
  8786.     protected function getFragment_Renderer_InlineService()
  8787.     {
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8791.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8792.         $instance->setFragmentPath('/_fragment');
  8793.         return $instance;
  8794.     }
  8795.     /**
  8796.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8797.      *
  8798.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8799.      */
  8800.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8801.     {
  8802.         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())));
  8803.     }
  8804.     /**
  8805.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8806.      *
  8807.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8808.      */
  8809.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8810.     {
  8811.         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()));
  8812.     }
  8813.     /**
  8814.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  8815.      *
  8816.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  8817.      */
  8818.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  8821.         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);
  8822.     }
  8823.     /**
  8824.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  8825.      *
  8826.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  8827.      */
  8828.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  8829.     {
  8830.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  8833.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]);
  8834.     }
  8835.     /**
  8836.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  8837.      *
  8838.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  8839.      */
  8840.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  8841.     {
  8842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  8844.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8845.     }
  8846.     /**
  8847.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  8848.      *
  8849.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  8850.      */
  8851.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  8855.         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()), []);
  8856.     }
  8857.     /**
  8858.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  8859.      *
  8860.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  8861.      */
  8862.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  8867.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  8868.         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())));
  8869.     }
  8870.     /**
  8871.      * Gets the private 'locale_aware_listener' shared service.
  8872.      *
  8873.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8874.      */
  8875.     protected function getLocaleAwareListenerService()
  8876.     {
  8877.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8878.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('es')));
  8879.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8880.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8881.     }
  8882.     /**
  8883.      * Gets the private 'locale_listener' shared service.
  8884.      *
  8885.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8886.      */
  8887.     protected function getLocaleListenerService()
  8888.     {
  8889.         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()));
  8890.     }
  8891.     /**
  8892.      * Gets the private 'mailer.mailer' shared service.
  8893.      *
  8894.      * @return \Symfony\Component\Mailer\Mailer
  8895.      */
  8896.     protected function getMailer_MailerService()
  8897.     {
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  8903.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8904.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  8905.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  8906.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  8907.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8908.     }
  8909.     /**
  8910.      * Gets the private 'mailer.transport_factory.null' shared service.
  8911.      *
  8912.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8913.      */
  8914.     protected function getMailer_TransportFactory_NullService()
  8915.     {
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8919.         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()));
  8920.     }
  8921.     /**
  8922.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8923.      *
  8924.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8925.      */
  8926.     protected function getMailer_TransportFactory_SendmailService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8931.         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()));
  8932.     }
  8933.     /**
  8934.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8935.      *
  8936.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8937.      */
  8938.     protected function getMailer_TransportFactory_SmtpService()
  8939.     {
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8943.         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()));
  8944.     }
  8945.     /**
  8946.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8947.      *
  8948.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8949.      */
  8950.     protected function getMaker_AutoCommand_MakeAuthService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8959.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8960.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8961.         $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);
  8962.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8963.         $instance->setName('make:auth');
  8964.         return $instance;
  8965.     }
  8966.     /**
  8967.      * Gets the private 'maker.auto_command.make_command' shared service.
  8968.      *
  8969.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8970.      */
  8971.     protected function getMaker_AutoCommand_MakeCommandService()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8978.         $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()));
  8979.         $instance->setDescription('Creates a new console command class');
  8980.         $instance->setName('make:command');
  8981.         return $instance;
  8982.     }
  8983.     /**
  8984.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8985.      *
  8986.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8987.      */
  8988.     protected function getMaker_AutoCommand_MakeControllerService()
  8989.     {
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8995.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8996.         $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()));
  8997.         $instance->setDescription('Creates a new controller class');
  8998.         $instance->setName('make:controller');
  8999.         return $instance;
  9000.     }
  9001.     /**
  9002.      * Gets the private 'maker.auto_command.make_crud' shared service.
  9003.      *
  9004.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9005.      */
  9006.     protected function getMaker_AutoCommand_MakeCrudService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  9013.         $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()));
  9014.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  9015.         $instance->setName('make:crud');
  9016.         return $instance;
  9017.     }
  9018.     /**
  9019.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  9020.      *
  9021.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9022.      */
  9023.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  9030.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9031.         $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()));
  9032.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  9033.         $instance->setName('make:docker:database');
  9034.         return $instance;
  9035.     }
  9036.     /**
  9037.      * Gets the private 'maker.auto_command.make_entity' shared service.
  9038.      *
  9039.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9040.      */
  9041.     protected function getMaker_AutoCommand_MakeEntityService()
  9042.     {
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9049.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9050.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9051.         $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);
  9052.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  9053.         $instance->setName('make:entity');
  9054.         return $instance;
  9055.     }
  9056.     /**
  9057.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  9058.      *
  9059.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9060.      */
  9061.     protected function getMaker_AutoCommand_MakeFixturesService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9068.         $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()));
  9069.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  9070.         $instance->setName('make:fixtures');
  9071.         return $instance;
  9072.     }
  9073.     /**
  9074.      * Gets the private 'maker.auto_command.make_form' shared service.
  9075.      *
  9076.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9077.      */
  9078.     protected function getMaker_AutoCommand_MakeFormService()
  9079.     {
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9085.         $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()));
  9086.         $instance->setDescription('Creates a new form class');
  9087.         $instance->setName('make:form');
  9088.         return $instance;
  9089.     }
  9090.     /**
  9091.      * Gets the private 'maker.auto_command.make_message' shared service.
  9092.      *
  9093.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9094.      */
  9095.     protected function getMaker_AutoCommand_MakeMessageService()
  9096.     {
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9102.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9103.         $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()));
  9104.         $instance->setDescription('Creates a new message and handler');
  9105.         $instance->setName('make:message');
  9106.         return $instance;
  9107.     }
  9108.     /**
  9109.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9110.      *
  9111.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9112.      */
  9113.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9114.     {
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9120.         $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()));
  9121.         $instance->setDescription('Creates a new messenger middleware');
  9122.         $instance->setName('make:messenger-middleware');
  9123.         return $instance;
  9124.     }
  9125.     /**
  9126.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9127.      *
  9128.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9129.      */
  9130.     protected function getMaker_AutoCommand_MakeMigrationService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9138.         $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()));
  9139.         $instance->setDescription('Creates a new migration based on database changes');
  9140.         $instance->setName('make:migration');
  9141.         return $instance;
  9142.     }
  9143.     /**
  9144.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9145.      *
  9146.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9147.      */
  9148.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9149.     {
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9155.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9156.         $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()));
  9157.         $instance->setDescription('Creates a new registration form system');
  9158.         $instance->setName('make:registration-form');
  9159.         return $instance;
  9160.     }
  9161.     /**
  9162.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9163.      *
  9164.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9165.      */
  9166.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9167.     {
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9173.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9174.         $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()));
  9175.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9176.         $instance->setName('make:reset-password');
  9177.         return $instance;
  9178.     }
  9179.     /**
  9180.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9181.      *
  9182.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9183.      */
  9184.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9185.     {
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9191.         $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()));
  9192.         $instance->setDescription('Creates a new serializer encoder class');
  9193.         $instance->setName('make:serializer:encoder');
  9194.         return $instance;
  9195.     }
  9196.     /**
  9197.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9198.      *
  9199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9200.      */
  9201.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9202.     {
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9208.         $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()));
  9209.         $instance->setDescription('Creates a new serializer normalizer class');
  9210.         $instance->setName('make:serializer:normalizer');
  9211.         return $instance;
  9212.     }
  9213.     /**
  9214.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9215.      *
  9216.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9217.      */
  9218.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9226.         $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()));
  9227.         $instance->setDescription('Creates a new event subscriber class');
  9228.         $instance->setName('make:subscriber');
  9229.         return $instance;
  9230.     }
  9231.     /**
  9232.      * Gets the private 'maker.auto_command.make_test' shared service.
  9233.      *
  9234.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9235.      */
  9236.     protected function getMaker_AutoCommand_MakeTestService()
  9237.     {
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9244.         $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()));
  9245.         $instance->setDescription('Creates a new test class');
  9246.         $instance->setName('make:test');
  9247.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9248.         return $instance;
  9249.     }
  9250.     /**
  9251.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9252.      *
  9253.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9254.      */
  9255.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9262.         $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()));
  9263.         $instance->setDescription('Creates a new Twig extension class');
  9264.         $instance->setName('make:twig-extension');
  9265.         return $instance;
  9266.     }
  9267.     /**
  9268.      * Gets the private 'maker.auto_command.make_user' shared service.
  9269.      *
  9270.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9271.      */
  9272.     protected function getMaker_AutoCommand_MakeUserService()
  9273.     {
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9281.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9282.         $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()));
  9283.         $instance->setDescription('Creates a new security user class');
  9284.         $instance->setName('make:user');
  9285.         return $instance;
  9286.     }
  9287.     /**
  9288.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9289.      *
  9290.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9291.      */
  9292.     protected function getMaker_AutoCommand_MakeValidatorService()
  9293.     {
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9299.         $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()));
  9300.         $instance->setDescription('Creates a new validator and constraint class');
  9301.         $instance->setName('make:validator');
  9302.         return $instance;
  9303.     }
  9304.     /**
  9305.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9306.      *
  9307.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9308.      */
  9309.     protected function getMaker_AutoCommand_MakeVoterService()
  9310.     {
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9316.         $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()));
  9317.         $instance->setDescription('Creates a new security voter class');
  9318.         $instance->setName('make:voter');
  9319.         return $instance;
  9320.     }
  9321.     /**
  9322.      * Gets the private 'maker.doctrine_helper' shared service.
  9323.      *
  9324.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9325.      */
  9326.     protected function getMaker_DoctrineHelperService()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9329.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  9330.         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())]]]);
  9331.     }
  9332.     /**
  9333.      * Gets the private 'maker.entity_class_generator' shared service.
  9334.      *
  9335.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9336.      */
  9337.     protected function getMaker_EntityClassGeneratorService()
  9338.     {
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9340.         $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()));
  9341.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9342.         return $instance;
  9343.     }
  9344.     /**
  9345.      * Gets the private 'maker.file_manager' shared service.
  9346.      *
  9347.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9348.      */
  9349.     protected function getMaker_FileManagerService()
  9350.     {
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9356.         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'));
  9357.     }
  9358.     /**
  9359.      * Gets the private 'maker.generator' shared service.
  9360.      *
  9361.      * @return \Symfony\Bundle\MakerBundle\Generator
  9362.      */
  9363.     protected function getMaker_GeneratorService()
  9364.     {
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9367.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  9368.         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));
  9369.     }
  9370.     /**
  9371.      * Gets the private 'maker.php_compat_util' shared service.
  9372.      *
  9373.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9374.      */
  9375.     protected function getMaker_PhpCompatUtilService()
  9376.     {
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9378.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9379.     }
  9380.     /**
  9381.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9382.      *
  9383.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9384.      */
  9385.     protected function getMaker_Renderer_FormTypeRendererService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9388.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9389.     }
  9390.     /**
  9391.      * Gets the private 'mime_types' shared service.
  9392.      *
  9393.      * @return \Symfony\Component\Mime\MimeTypes
  9394.      */
  9395.     protected function getMimeTypesService()
  9396.     {
  9397.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  9400.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9401.         $instance->setDefault($instance);
  9402.         return $instance;
  9403.     }
  9404.     /**
  9405.      * Gets the private 'monolog.command.server_log' shared service.
  9406.      *
  9407.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9408.      */
  9409.     protected function getMonolog_Command_ServerLogService()
  9410.     {
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9413.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9414.         $instance->setName('server:log');
  9415.         return $instance;
  9416.     }
  9417.     /**
  9418.      * Gets the private 'monolog.handler.console' shared service.
  9419.      *
  9420.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9421.      */
  9422.     protected function getMonolog_Handler_ConsoleService()
  9423.     {
  9424.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9425.     }
  9426.     /**
  9427.      * Gets the private 'monolog.handler.custom_log' shared service.
  9428.      *
  9429.      * @return \Monolog\Handler\StreamHandler
  9430.      */
  9431.     protected function getMonolog_Handler_CustomLogService()
  9432.     {
  9433.         $this->privates['monolog.handler.custom_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/custom.log'), 200trueNULLfalse);
  9434.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9435.         return $instance;
  9436.     }
  9437.     /**
  9438.      * Gets the private 'monolog.handler.main' shared service.
  9439.      *
  9440.      * @return \Monolog\Handler\StreamHandler
  9441.      */
  9442.     protected function getMonolog_Handler_MainService()
  9443.     {
  9444.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9445.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9446.         return $instance;
  9447.     }
  9448.     /**
  9449.      * Gets the private 'monolog.logger' shared service.
  9450.      *
  9451.      * @return \Symfony\Bridge\Monolog\Logger
  9452.      */
  9453.     protected function getMonolog_LoggerService()
  9454.     {
  9455.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9456.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9457.         $instance->useMicrosecondTimestamps(true);
  9458.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9459.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9460.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9461.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9462.         return $instance;
  9463.     }
  9464.     /**
  9465.      * Gets the private 'monolog.logger.cache' shared service.
  9466.      *
  9467.      * @return \Symfony\Bridge\Monolog\Logger
  9468.      */
  9469.     protected function getMonolog_Logger_CacheService()
  9470.     {
  9471.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9472.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9473.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9474.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9475.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9477.         return $instance;
  9478.     }
  9479.     /**
  9480.      * Gets the private 'monolog.logger.request' shared service.
  9481.      *
  9482.      * @return \Symfony\Bridge\Monolog\Logger
  9483.      */
  9484.     protected function getMonolog_Logger_RequestService()
  9485.     {
  9486.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9487.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9488.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9489.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9490.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9491.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9492.         return $instance;
  9493.     }
  9494.     /**
  9495.      * Gets the private 'monolog.logger.security' shared service.
  9496.      *
  9497.      * @return \Symfony\Bridge\Monolog\Logger
  9498.      */
  9499.     protected function getMonolog_Logger_SecurityService()
  9500.     {
  9501.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9503.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9504.         $instance->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  9505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9506.         return $instance;
  9507.     }
  9508.     /**
  9509.      * Gets the private 'parameter_bag' shared service.
  9510.      *
  9511.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9512.      */
  9513.     protected function getParameterBagService()
  9514.     {
  9515.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9516.     }
  9517.     /**
  9518.      * Gets the private 'profiler_listener' shared service.
  9519.      *
  9520.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9521.      */
  9522.     protected function getProfilerListenerService()
  9523.     {
  9524.         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);
  9525.     }
  9526.     /**
  9527.      * Gets the private 'property_info' shared service.
  9528.      *
  9529.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9530.      */
  9531.     protected function getPropertyInfoService()
  9532.     {
  9533.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9534.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9535.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9536.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9537.         }, 3), new RewindableGenerator(function () {
  9538.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9539.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9540.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9541.         }, 3), new RewindableGenerator(function () {
  9542.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9543.         }, 1), new RewindableGenerator(function () {
  9544.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9545.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9546.         }, 2), new RewindableGenerator(function () {
  9547.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9548.         }, 1));
  9549.     }
  9550.     /**
  9551.      * Gets the private 'property_info.serializer_extractor' shared service.
  9552.      *
  9553.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9554.      */
  9555.     protected function getPropertyInfo_SerializerExtractorService()
  9556.     {
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9558.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9559.     }
  9560.     /**
  9561.      * Gets the private 'router.cache_warmer' shared service.
  9562.      *
  9563.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9564.      */
  9565.     protected function getRouter_CacheWarmerService()
  9566.     {
  9567.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9569.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9570.             'router' => ['services''router''getRouterService'false],
  9571.         ], [
  9572.             'router' => '?',
  9573.         ]))->withContext('router.cache_warmer'$this));
  9574.     }
  9575.     /**
  9576.      * Gets the private 'router.request_context' shared service.
  9577.      *
  9578.      * @return \Symfony\Component\Routing\RequestContext
  9579.      */
  9580.     protected function getRouter_RequestContextService()
  9581.     {
  9582.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  9583.     }
  9584.     /**
  9585.      * Gets the private 'router_listener' shared service.
  9586.      *
  9587.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9588.      */
  9589.     protected function getRouterListenerService()
  9590.     {
  9591.         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);
  9592.     }
  9593.     /**
  9594.      * Gets the private 'security.access_listener' shared service.
  9595.      *
  9596.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9597.      */
  9598.     protected function getSecurity_AccessListenerService()
  9599.     {
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9602.         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()));
  9603.     }
  9604.     /**
  9605.      * Gets the private 'security.access_map' shared service.
  9606.      *
  9607.      * @return \Symfony\Component\Security\Http\AccessMap
  9608.      */
  9609.     protected function getSecurity_AccessMapService()
  9610.     {
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9615.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9616.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9617.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9618.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9619.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/admin_club/register$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9620.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/facebook$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9621.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/google$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9622.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/login_external$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9623.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/platform_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9624.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/webhook/stripe$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9625.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/stripe/success$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9626.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/auth/remove_account_user$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9627.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9628.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/config$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9629.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9630.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9631.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/trainer_customer'), [=> 'ROLE_ADMIN_CLUB'], NULL);
  9632.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/.+/subscription/getall'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9633.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9634.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'ROLE_CUSTOMER'=> 'ROLE_CUSTOMER_DEPENDENT'], NULL);
  9635.         return $instance;
  9636.     }
  9637.     /**
  9638.      * Gets the private 'security.authentication.guard_handler' shared service.
  9639.      *
  9640.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9641.      */
  9642.     protected function getSecurity_Authentication_GuardHandlerService()
  9643.     {
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9647.         $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']);
  9648.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  9649.         return $instance;
  9650.     }
  9651.     /**
  9652.      * Gets the private 'security.authentication.listener.anonymous.admin_club_register_api' shared service.
  9653.      *
  9654.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9655.      */
  9656.     protected function getSecurity_Authentication_Listener_Anonymous_AdminClubRegisterApiService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9660.         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()));
  9661.     }
  9662.     /**
  9663.      * Gets the private 'security.authentication.listener.anonymous.auth_facebook_api' shared service.
  9664.      *
  9665.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9666.      */
  9667.     protected function getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9671.         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()));
  9672.     }
  9673.     /**
  9674.      * Gets the private 'security.authentication.listener.anonymous.auth_google_api' shared service.
  9675.      *
  9676.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9677.      */
  9678.     protected function getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService()
  9679.     {
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9682.         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()));
  9683.     }
  9684.     /**
  9685.      * Gets the private 'security.authentication.listener.anonymous.auth_login_external' shared service.
  9686.      *
  9687.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9688.      */
  9689.     protected function getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9693.         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()));
  9694.     }
  9695.     /**
  9696.      * Gets the private 'security.authentication.listener.anonymous.auth_platform_check' shared service.
  9697.      *
  9698.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9699.      */
  9700.     protected function getSecurity_Authentication_Listener_Anonymous_AuthPlatformCheckService()
  9701.     {
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9704.         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()));
  9705.     }
  9706.     /**
  9707.      * Gets the private 'security.authentication.listener.anonymous.auth_stripe_success' shared service.
  9708.      *
  9709.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9710.      */
  9711.     protected function getSecurity_Authentication_Listener_Anonymous_AuthStripeSuccessService()
  9712.     {
  9713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9715.         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()));
  9716.     }
  9717.     /**
  9718.      * Gets the private 'security.authentication.listener.anonymous.auth_webhook_stripe' shared service.
  9719.      *
  9720.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9721.      */
  9722.     protected function getSecurity_Authentication_Listener_Anonymous_AuthWebhookStripeService()
  9723.     {
  9724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9726.         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()));
  9727.     }
  9728.     /**
  9729.      * Gets the private 'security.authentication.listener.anonymous.config_api' shared service.
  9730.      *
  9731.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9732.      */
  9733.     protected function getSecurity_Authentication_Listener_Anonymous_ConfigApiService()
  9734.     {
  9735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9737.         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()));
  9738.     }
  9739.     /**
  9740.      * Gets the private 'security.authentication.listener.anonymous.cusomer_register_api' shared service.
  9741.      *
  9742.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9743.      */
  9744.     protected function getSecurity_Authentication_Listener_Anonymous_CusomerRegisterApiService()
  9745.     {
  9746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9748.         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()));
  9749.     }
  9750.     /**
  9751.      * Gets the private 'security.authentication.listener.anonymous.login_api' shared service.
  9752.      *
  9753.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9754.      */
  9755.     protected function getSecurity_Authentication_Listener_Anonymous_LoginApiService()
  9756.     {
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9759.         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()));
  9760.     }
  9761.     /**
  9762.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9763.      *
  9764.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9765.      */
  9766.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9767.     {
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9770.         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()));
  9771.     }
  9772.     /**
  9773.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  9774.      *
  9775.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9776.      */
  9777.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  9778.     {
  9779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9781.         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()));
  9782.     }
  9783.     /**
  9784.      * Gets the private 'security.authentication.listener.anonymous.remove_account_user' shared service.
  9785.      *
  9786.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9787.      */
  9788.     protected function getSecurity_Authentication_Listener_Anonymous_RemoveAccountUserService()
  9789.     {
  9790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9792.         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()));
  9793.     }
  9794.     /**
  9795.      * Gets the private 'security.authentication.listener.anonymous.reset_password_request' shared service.
  9796.      *
  9797.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9798.      */
  9799.     protected function getSecurity_Authentication_Listener_Anonymous_ResetPasswordRequestService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9803.         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()));
  9804.     }
  9805.     /**
  9806.      * Gets the private 'security.authentication.listener.anonymous.subscription_api' shared service.
  9807.      *
  9808.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9809.      */
  9810.     protected function getSecurity_Authentication_Listener_Anonymous_SubscriptionApiService()
  9811.     {
  9812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  9814.         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()));
  9815.     }
  9816.     /**
  9817.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9818.      *
  9819.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9820.      */
  9821.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9825.         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 () {
  9826.             yield => ($this->privates['app.jwt_token_authenticator'] ?? $this->getApp_JwtTokenAuthenticatorService());
  9827.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9828.     }
  9829.     /**
  9830.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  9831.      *
  9832.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9833.      */
  9834.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  9835.     {
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9838.         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 () {
  9839.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9840.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9841.     }
  9842.     /**
  9843.      * Gets the private 'security.authentication.listener.guard.trainer_customer' shared service.
  9844.      *
  9845.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9846.      */
  9847.     protected function getSecurity_Authentication_Listener_Guard_TrainerCustomerService()
  9848.     {
  9849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  9851.         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 () {
  9852.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9853.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9854.     }
  9855.     /**
  9856.      * Gets the private 'security.authentication.listener.json.login_api' shared service.
  9857.      *
  9858.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  9859.      */
  9860.     protected function getSecurity_Authentication_Listener_Json_LoginApiService()
  9861.     {
  9862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  9870.         $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()));
  9871.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  9872.         return $instance;
  9873.     }
  9874.     /**
  9875.      * Gets the private 'security.authentication.manager' shared service.
  9876.      *
  9877.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9878.      */
  9879.     protected function getSecurity_Authentication_ManagerService()
  9880.     {
  9881.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9882.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  9883.             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'))));
  9884.             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'))));
  9885.             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'))));
  9886.             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'))));
  9887.             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'))));
  9888.             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'))));
  9889.             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'))));
  9890.             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'))));
  9891.             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'))));
  9892.             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'))));
  9893.             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'))));
  9894.             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'))));
  9895.             yield 13 => ($this->privates['security.authentication.provider.dao.login_api'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginApiService());
  9896.             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'))));
  9897.             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'))));
  9898.             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'))));
  9899.             yield 17 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9900.             yield 18 => ($this->privates['security.authentication.provider.guard.trainer_customer'] ?? $this->getSecurity_Authentication_Provider_Guard_TrainerCustomerService());
  9901.         }, 19), true);
  9902.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9903.         return $instance;
  9904.     }
  9905.     /**
  9906.      * Gets the private 'security.authentication.provider.dao.login_api' shared service.
  9907.      *
  9908.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9909.      */
  9910.     protected function getSecurity_Authentication_Provider_Dao_LoginApiService()
  9911.     {
  9912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9917.         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);
  9918.     }
  9919.     /**
  9920.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  9921.      *
  9922.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9923.      */
  9924.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  9925.     {
  9926.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9930.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9931.             yield => ($this->privates['app.jwt_token_authenticator'] ?? $this->getApp_JwtTokenAuthenticatorService());
  9932.         }, 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()));
  9933.     }
  9934.     /**
  9935.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  9936.      *
  9937.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9938.      */
  9939.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  9940.     {
  9941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9945.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9946.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  9947.         }, 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()));
  9948.     }
  9949.     /**
  9950.      * Gets the private 'security.authentication.provider.guard.trainer_customer' shared service.
  9951.      *
  9952.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9953.      */
  9954.     protected function getSecurity_Authentication_Provider_Guard_TrainerCustomerService()
  9955.     {
  9956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9960.         return $this->privates['security.authentication.provider.guard.trainer_customer'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9961.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  9962.         }, 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()));
  9963.     }
  9964.     /**
  9965.      * Gets the private 'security.channel_listener' shared service.
  9966.      *
  9967.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9968.      */
  9969.     protected function getSecurity_ChannelListenerService()
  9970.     {
  9971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9975.         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()));
  9976.     }
  9977.     /**
  9978.      * Gets the private 'security.command.user_password_encoder' shared service.
  9979.      *
  9980.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9981.      */
  9982.     protected function getSecurity_Command_UserPasswordEncoderService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9986.         $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']);
  9987.         $instance->setName('security:encode-password');
  9988.         return $instance;
  9989.     }
  9990.     /**
  9991.      * Gets the private 'security.context_listener.0' shared service.
  9992.      *
  9993.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9994.      */
  9995.     protected function getSecurity_ContextListener_0Service()
  9996.     {
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  9999.         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 () {
  10000.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  10001.             yield => ($this->privates['security.user.provider.concrete.jwt_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_JwtUserProviderService());
  10002.         }, 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']);
  10003.     }
  10004.     /**
  10005.      * Gets the private 'security.csrf.token_storage' shared service.
  10006.      *
  10007.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10008.      */
  10009.     protected function getSecurity_Csrf_TokenStorageService()
  10010.     {
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  10014.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10015.     }
  10016.     /**
  10017.      * Gets the private 'security.encoder_factory.generic' shared service.
  10018.      *
  10019.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10020.      */
  10021.     protected function getSecurity_EncoderFactory_GenericService()
  10022.     {
  10023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  10025.         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]]);
  10026.     }
  10027.     /**
  10028.      * Gets the private 'security.firewall.map' shared service.
  10029.      *
  10030.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10031.      */
  10032.     protected function getSecurity_Firewall_MapService()
  10033.     {
  10034.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10035.             'security.firewall.map.context.admin_club_register_api' => ['privates''security.firewall.map.context.admin_club_register_api''getSecurity_Firewall_Map_Context_AdminClubRegisterApiService'false],
  10036.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10037.             'security.firewall.map.context.auth_facebook_api' => ['privates''security.firewall.map.context.auth_facebook_api''getSecurity_Firewall_Map_Context_AuthFacebookApiService'false],
  10038.             'security.firewall.map.context.auth_google_api' => ['privates''security.firewall.map.context.auth_google_api''getSecurity_Firewall_Map_Context_AuthGoogleApiService'false],
  10039.             'security.firewall.map.context.auth_login_external' => ['privates''security.firewall.map.context.auth_login_external''getSecurity_Firewall_Map_Context_AuthLoginExternalService'false],
  10040.             'security.firewall.map.context.auth_platform_check' => ['privates''security.firewall.map.context.auth_platform_check''getSecurity_Firewall_Map_Context_AuthPlatformCheckService'false],
  10041.             'security.firewall.map.context.auth_stripe_success' => ['privates''security.firewall.map.context.auth_stripe_success''getSecurity_Firewall_Map_Context_AuthStripeSuccessService'false],
  10042.             'security.firewall.map.context.auth_webhook_stripe' => ['privates''security.firewall.map.context.auth_webhook_stripe''getSecurity_Firewall_Map_Context_AuthWebhookStripeService'false],
  10043.             'security.firewall.map.context.config_api' => ['privates''security.firewall.map.context.config_api''getSecurity_Firewall_Map_Context_ConfigApiService'false],
  10044.             'security.firewall.map.context.cusomer_register_api' => ['privates''security.firewall.map.context.cusomer_register_api''getSecurity_Firewall_Map_Context_CusomerRegisterApiService'false],
  10045.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  10046.             'security.firewall.map.context.login_api' => ['privates''security.firewall.map.context.login_api''getSecurity_Firewall_Map_Context_LoginApiService'false],
  10047.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10048.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  10049.             'security.firewall.map.context.remove_account_user' => ['privates''security.firewall.map.context.remove_account_user''getSecurity_Firewall_Map_Context_RemoveAccountUserService'false],
  10050.             'security.firewall.map.context.reset_password_request' => ['privates''security.firewall.map.context.reset_password_request''getSecurity_Firewall_Map_Context_ResetPasswordRequestService'false],
  10051.             'security.firewall.map.context.subscription_api' => ['privates''security.firewall.map.context.subscription_api''getSecurity_Firewall_Map_Context_SubscriptionApiService'false],
  10052.             'security.firewall.map.context.trainer_customer' => ['privates''security.firewall.map.context.trainer_customer''getSecurity_Firewall_Map_Context_TrainerCustomerService'false],
  10053.         ], [
  10054.             'security.firewall.map.context.admin_club_register_api' => '?',
  10055.             'security.firewall.map.context.api' => '?',
  10056.             'security.firewall.map.context.auth_facebook_api' => '?',
  10057.             'security.firewall.map.context.auth_google_api' => '?',
  10058.             'security.firewall.map.context.auth_login_external' => '?',
  10059.             'security.firewall.map.context.auth_platform_check' => '?',
  10060.             'security.firewall.map.context.auth_stripe_success' => '?',
  10061.             'security.firewall.map.context.auth_webhook_stripe' => '?',
  10062.             'security.firewall.map.context.config_api' => '?',
  10063.             'security.firewall.map.context.cusomer_register_api' => '?',
  10064.             'security.firewall.map.context.dev' => '?',
  10065.             'security.firewall.map.context.login_api' => '?',
  10066.             'security.firewall.map.context.main' => '?',
  10067.             'security.firewall.map.context.refresh' => '?',
  10068.             'security.firewall.map.context.remove_account_user' => '?',
  10069.             'security.firewall.map.context.reset_password_request' => '?',
  10070.             'security.firewall.map.context.subscription_api' => '?',
  10071.             'security.firewall.map.context.trainer_customer' => '?',
  10072.         ]), new RewindableGenerator(function () {
  10073.             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)/')));
  10074.             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')));
  10075.             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')));
  10076.             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')));
  10077.             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')));
  10078.             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')));
  10079.             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')));
  10080.             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')));
  10081.             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')));
  10082.             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')));
  10083.             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')));
  10084.             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')));
  10085.             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')));
  10086.             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')));
  10087.             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')));
  10088.             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')));
  10089.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  10090.             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')));
  10091.         }, 18));
  10092.     }
  10093.     /**
  10094.      * Gets the private 'security.firewall.map.context.admin_club_register_api' shared service.
  10095.      *
  10096.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10097.      */
  10098.     protected function getSecurity_Firewall_Map_Context_AdminClubRegisterApiService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10104.         return $this->privates['security.firewall.map.context.admin_club_register_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10105.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10106.             yield => ($this->privates['security.authentication.listener.anonymous.admin_club_register_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminClubRegisterApiService());
  10107.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10108.         }, 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));
  10109.     }
  10110.     /**
  10111.      * Gets the private 'security.firewall.map.context.api' shared service.
  10112.      *
  10113.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10114.      */
  10115.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10116.     {
  10117.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10121.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10122.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10123.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10124.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10125.         }, 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));
  10126.     }
  10127.     /**
  10128.      * Gets the private 'security.firewall.map.context.auth_facebook_api' shared service.
  10129.      *
  10130.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10131.      */
  10132.     protected function getSecurity_Firewall_Map_Context_AuthFacebookApiService()
  10133.     {
  10134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10138.         return $this->privates['security.firewall.map.context.auth_facebook_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10139.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10140.             yield => ($this->privates['security.authentication.listener.anonymous.auth_facebook_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthFacebookApiService());
  10141.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10142.         }, 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));
  10143.     }
  10144.     /**
  10145.      * Gets the private 'security.firewall.map.context.auth_google_api' shared service.
  10146.      *
  10147.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10148.      */
  10149.     protected function getSecurity_Firewall_Map_Context_AuthGoogleApiService()
  10150.     {
  10151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10155.         return $this->privates['security.firewall.map.context.auth_google_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10156.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10157.             yield => ($this->privates['security.authentication.listener.anonymous.auth_google_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthGoogleApiService());
  10158.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10159.         }, 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));
  10160.     }
  10161.     /**
  10162.      * Gets the private 'security.firewall.map.context.auth_login_external' shared service.
  10163.      *
  10164.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10165.      */
  10166.     protected function getSecurity_Firewall_Map_Context_AuthLoginExternalService()
  10167.     {
  10168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10172.         return $this->privates['security.firewall.map.context.auth_login_external'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10173.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10174.             yield => ($this->privates['security.authentication.listener.anonymous.auth_login_external'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthLoginExternalService());
  10175.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10176.         }, 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));
  10177.     }
  10178.     /**
  10179.      * Gets the private 'security.firewall.map.context.auth_platform_check' shared service.
  10180.      *
  10181.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10182.      */
  10183.     protected function getSecurity_Firewall_Map_Context_AuthPlatformCheckService()
  10184.     {
  10185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10189.         return $this->privates['security.firewall.map.context.auth_platform_check'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10190.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10191.             yield => ($this->privates['security.authentication.listener.anonymous.auth_platform_check'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthPlatformCheckService());
  10192.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10193.         }, 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));
  10194.     }
  10195.     /**
  10196.      * Gets the private 'security.firewall.map.context.auth_stripe_success' shared service.
  10197.      *
  10198.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10199.      */
  10200.     protected function getSecurity_Firewall_Map_Context_AuthStripeSuccessService()
  10201.     {
  10202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10206.         return $this->privates['security.firewall.map.context.auth_stripe_success'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10207.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10208.             yield => ($this->privates['security.authentication.listener.anonymous.auth_stripe_success'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthStripeSuccessService());
  10209.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10210.         }, 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));
  10211.     }
  10212.     /**
  10213.      * Gets the private 'security.firewall.map.context.auth_webhook_stripe' shared service.
  10214.      *
  10215.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10216.      */
  10217.     protected function getSecurity_Firewall_Map_Context_AuthWebhookStripeService()
  10218.     {
  10219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10223.         return $this->privates['security.firewall.map.context.auth_webhook_stripe'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10224.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10225.             yield => ($this->privates['security.authentication.listener.anonymous.auth_webhook_stripe'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AuthWebhookStripeService());
  10226.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10227.         }, 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));
  10228.     }
  10229.     /**
  10230.      * Gets the private 'security.firewall.map.context.config_api' shared service.
  10231.      *
  10232.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10233.      */
  10234.     protected function getSecurity_Firewall_Map_Context_ConfigApiService()
  10235.     {
  10236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10240.         return $this->privates['security.firewall.map.context.config_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10241.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10242.             yield => ($this->privates['security.authentication.listener.anonymous.config_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ConfigApiService());
  10243.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10244.         }, 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));
  10245.     }
  10246.     /**
  10247.      * Gets the private 'security.firewall.map.context.cusomer_register_api' shared service.
  10248.      *
  10249.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10250.      */
  10251.     protected function getSecurity_Firewall_Map_Context_CusomerRegisterApiService()
  10252.     {
  10253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10257.         return $this->privates['security.firewall.map.context.cusomer_register_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10258.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10259.             yield => ($this->privates['security.authentication.listener.anonymous.cusomer_register_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CusomerRegisterApiService());
  10260.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10261.         }, 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));
  10262.     }
  10263.     /**
  10264.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10265.      *
  10266.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10267.      */
  10268.     protected function getSecurity_Firewall_Map_Context_DevService()
  10269.     {
  10270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10272.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10273.             return new \EmptyIterator();
  10274.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  10275.     }
  10276.     /**
  10277.      * Gets the private 'security.firewall.map.context.login_api' shared service.
  10278.      *
  10279.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10280.      */
  10281.     protected function getSecurity_Firewall_Map_Context_LoginApiService()
  10282.     {
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10287.         return $this->privates['security.firewall.map.context.login_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10288.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10289.             yield => ($this->privates['security.authentication.listener.json.login_api'] ?? $this->getSecurity_Authentication_Listener_Json_LoginApiService());
  10290.             yield => ($this->privates['security.authentication.listener.anonymous.login_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginApiService());
  10291.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10292.         }, 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));
  10293.     }
  10294.     /**
  10295.      * Gets the private 'security.firewall.map.context.main' shared service.
  10296.      *
  10297.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  10298.      */
  10299.     protected function getSecurity_Firewall_Map_Context_MainService()
  10300.     {
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  10303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  10306.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandler.php';
  10307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10315.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  10316.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10317.         $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']);
  10318.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  10319.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  10320.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  10321.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10322.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10323.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  10324.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10325.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10326.         }, 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())));
  10327.     }
  10328.     /**
  10329.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  10330.      *
  10331.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10332.      */
  10333.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  10334.     {
  10335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10339.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10340.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10341.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  10342.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10343.         }, 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));
  10344.     }
  10345.     /**
  10346.      * Gets the private 'security.firewall.map.context.remove_account_user' shared service.
  10347.      *
  10348.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10349.      */
  10350.     protected function getSecurity_Firewall_Map_Context_RemoveAccountUserService()
  10351.     {
  10352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10356.         return $this->privates['security.firewall.map.context.remove_account_user'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10357.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10358.             yield => ($this->privates['security.authentication.listener.anonymous.remove_account_user'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RemoveAccountUserService());
  10359.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10360.         }, 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));
  10361.     }
  10362.     /**
  10363.      * Gets the private 'security.firewall.map.context.reset_password_request' shared service.
  10364.      *
  10365.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10366.      */
  10367.     protected function getSecurity_Firewall_Map_Context_ResetPasswordRequestService()
  10368.     {
  10369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10373.         return $this->privates['security.firewall.map.context.reset_password_request'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10374.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10375.             yield => ($this->privates['security.authentication.listener.anonymous.reset_password_request'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ResetPasswordRequestService());
  10376.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10377.         }, 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));
  10378.     }
  10379.     /**
  10380.      * Gets the private 'security.firewall.map.context.subscription_api' shared service.
  10381.      *
  10382.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10383.      */
  10384.     protected function getSecurity_Firewall_Map_Context_SubscriptionApiService()
  10385.     {
  10386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10390.         return $this->privates['security.firewall.map.context.subscription_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10391.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10392.             yield => ($this->privates['security.authentication.listener.anonymous.subscription_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_SubscriptionApiService());
  10393.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10394.         }, 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));
  10395.     }
  10396.     /**
  10397.      * Gets the private 'security.firewall.map.context.trainer_customer' shared service.
  10398.      *
  10399.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10400.      */
  10401.     protected function getSecurity_Firewall_Map_Context_TrainerCustomerService()
  10402.     {
  10403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10407.         return $this->privates['security.firewall.map.context.trainer_customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10408.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10409.             yield => ($this->privates['security.authentication.listener.guard.trainer_customer'] ?? $this->getSecurity_Authentication_Listener_Guard_TrainerCustomerService());
  10410.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10411.         }, 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));
  10412.     }
  10413.     /**
  10414.      * Gets the private 'security.helper' shared service.
  10415.      *
  10416.      * @return \Symfony\Component\Security\Core\Security
  10417.      */
  10418.     protected function getSecurity_HelperService()
  10419.     {
  10420.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10421.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  10422.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  10423.         ], [
  10424.             'security.authorization_checker' => '?',
  10425.             'security.token_storage' => '?',
  10426.         ]));
  10427.     }
  10428.     /**
  10429.      * Gets the private 'security.http_utils' shared service.
  10430.      *
  10431.      * @return \Symfony\Component\Security\Http\HttpUtils
  10432.      */
  10433.     protected function getSecurity_HttpUtilsService()
  10434.     {
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10436.         $a = ($this->services['router'] ?? $this->getRouterService());
  10437.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10438.     }
  10439.     /**
  10440.      * Gets the private 'security.logout_url_generator' shared service.
  10441.      *
  10442.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10443.      */
  10444.     protected function getSecurity_LogoutUrlGeneratorService()
  10445.     {
  10446.         $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()));
  10447.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  10448.         return $instance;
  10449.     }
  10450.     /**
  10451.      * Gets the private 'security.role_hierarchy' shared service.
  10452.      *
  10453.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10454.      */
  10455.     protected function getSecurity_RoleHierarchyService()
  10456.     {
  10457.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10458.     }
  10459.     /**
  10460.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  10461.      *
  10462.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10463.      */
  10464.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  10465.     {
  10466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10469.         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);
  10470.     }
  10471.     /**
  10472.      * Gets the private 'security.user.provider.concrete.jwt_user_provider' shared service.
  10473.      *
  10474.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  10475.      */
  10476.     protected function getSecurity_User_Provider_Concrete_JwtUserProviderService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  10481.         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);
  10482.     }
  10483.     /**
  10484.      * Gets the private 'security.validator.user_password' shared service.
  10485.      *
  10486.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10487.      */
  10488.     protected function getSecurity_Validator_UserPasswordService()
  10489.     {
  10490.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10491.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10493.         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()));
  10494.     }
  10495.     /**
  10496.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10497.      *
  10498.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10499.      */
  10500.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10501.     {
  10502.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10503.     }
  10504.     /**
  10505.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10506.      *
  10507.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10508.      */
  10509.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10510.     {
  10511.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10512.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10513.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10514.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10515.     }
  10516.     /**
  10517.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10518.      *
  10519.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10520.      */
  10521.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10522.     {
  10523.         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()));
  10524.     }
  10525.     /**
  10526.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10527.      *
  10528.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10529.      */
  10530.     protected function getSensioFrameworkExtra_View_ListenerService()
  10531.     {
  10532.         $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))));
  10533.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10534.             'twig' => ['services''twig''getTwigService'false],
  10535.         ], [
  10536.             'twig' => 'Twig\\Environment',
  10537.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10538.         return $instance;
  10539.     }
  10540.     /**
  10541.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10542.      *
  10543.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10544.      */
  10545.     protected function getSerializer_Mapping_CacheWarmerService()
  10546.     {
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10552.         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'));
  10553.     }
  10554.     /**
  10555.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  10556.      *
  10557.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  10558.      */
  10559.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  10560.     {
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  10564.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  10567.         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()))]));
  10568.     }
  10569.     /**
  10570.      * Gets the private 'session.storage.native' shared service.
  10571.      *
  10572.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10573.      */
  10574.     protected function getSession_Storage_NativeService()
  10575.     {
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  10580.         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));
  10581.     }
  10582.     /**
  10583.      * Gets the private 'session_listener' shared service.
  10584.      *
  10585.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10586.      */
  10587.     protected function getSessionListenerService()
  10588.     {
  10589.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10590.             'initialized_session' => ['services''session'NULLfalse],
  10591.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10592.             'session' => ['services''session''getSessionService'false],
  10593.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10594.         ], [
  10595.             'initialized_session' => '?',
  10596.             'request_stack' => '?',
  10597.             'session' => '?',
  10598.             'session_storage' => '?',
  10599.         ]));
  10600.     }
  10601.     /**
  10602.      * Gets the private 'swiftmailer.command.debug' shared service.
  10603.      *
  10604.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10605.      */
  10606.     protected function getSwiftmailer_Command_DebugService()
  10607.     {
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10611.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10612.         $instance->setName('debug:swiftmailer');
  10613.         return $instance;
  10614.     }
  10615.     /**
  10616.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10617.      *
  10618.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10619.      */
  10620.     protected function getSwiftmailer_Command_NewEmailService()
  10621.     {
  10622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10625.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10626.         $instance->setName('swiftmailer:email:send');
  10627.         return $instance;
  10628.     }
  10629.     /**
  10630.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10631.      *
  10632.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10633.      */
  10634.     protected function getSwiftmailer_Command_SendEmailService()
  10635.     {
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10639.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10640.         $instance->setName('swiftmailer:spool:send');
  10641.         return $instance;
  10642.     }
  10643.     /**
  10644.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10645.      *
  10646.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10647.      */
  10648.     protected function getSwiftmailer_EmailSender_ListenerService()
  10649.     {
  10650.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10651.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10652.     }
  10653.     /**
  10654.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  10655.      *
  10656.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  10657.      */
  10658.     protected function getSymfonycasts_ResetPassword_CleanerService()
  10659.     {
  10660.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  10661.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['App\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  10662.     }
  10663.     /**
  10664.      * Gets the private 'translation.extractor' shared service.
  10665.      *
  10666.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10667.      */
  10668.     protected function getTranslation_ExtractorService()
  10669.     {
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  10675.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10676.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  10677.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  10678.         return $instance;
  10679.     }
  10680.     /**
  10681.      * Gets the private 'translation.loader.csv' shared service.
  10682.      *
  10683.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10684.      */
  10685.     protected function getTranslation_Loader_CsvService()
  10686.     {
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10691.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10692.     }
  10693.     /**
  10694.      * Gets the private 'translation.loader.dat' shared service.
  10695.      *
  10696.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10697.      */
  10698.     protected function getTranslation_Loader_DatService()
  10699.     {
  10700.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10703.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10704.     }
  10705.     /**
  10706.      * Gets the private 'translation.loader.ini' shared service.
  10707.      *
  10708.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10709.      */
  10710.     protected function getTranslation_Loader_IniService()
  10711.     {
  10712.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10716.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10717.     }
  10718.     /**
  10719.      * Gets the private 'translation.loader.json' shared service.
  10720.      *
  10721.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10722.      */
  10723.     protected function getTranslation_Loader_JsonService()
  10724.     {
  10725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10729.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10730.     }
  10731.     /**
  10732.      * Gets the private 'translation.loader.mo' shared service.
  10733.      *
  10734.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10735.      */
  10736.     protected function getTranslation_Loader_MoService()
  10737.     {
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10742.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10743.     }
  10744.     /**
  10745.      * Gets the private 'translation.loader.php' shared service.
  10746.      *
  10747.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10748.      */
  10749.     protected function getTranslation_Loader_PhpService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10755.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10756.     }
  10757.     /**
  10758.      * Gets the private 'translation.loader.po' shared service.
  10759.      *
  10760.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10761.      */
  10762.     protected function getTranslation_Loader_PoService()
  10763.     {
  10764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10768.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10769.     }
  10770.     /**
  10771.      * Gets the private 'translation.loader.qt' shared service.
  10772.      *
  10773.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10774.      */
  10775.     protected function getTranslation_Loader_QtService()
  10776.     {
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10779.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10780.     }
  10781.     /**
  10782.      * Gets the private 'translation.loader.res' shared service.
  10783.      *
  10784.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10785.      */
  10786.     protected function getTranslation_Loader_ResService()
  10787.     {
  10788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10790.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10791.     }
  10792.     /**
  10793.      * Gets the private 'translation.loader.xliff' shared service.
  10794.      *
  10795.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10796.      */
  10797.     protected function getTranslation_Loader_XliffService()
  10798.     {
  10799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10801.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10802.     }
  10803.     /**
  10804.      * Gets the private 'translation.loader.yml' shared service.
  10805.      *
  10806.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10807.      */
  10808.     protected function getTranslation_Loader_YmlService()
  10809.     {
  10810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10814.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10815.     }
  10816.     /**
  10817.      * Gets the private 'translation.reader' shared service.
  10818.      *
  10819.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10820.      */
  10821.     protected function getTranslation_ReaderService()
  10822.     {
  10823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10839.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10840.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10841.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10842.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10843.         $instance->addLoader('yaml'$a);
  10844.         $instance->addLoader('yml'$a);
  10845.         $instance->addLoader('xlf'$b);
  10846.         $instance->addLoader('xliff'$b);
  10847.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10848.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10849.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10850.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10851.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10852.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10853.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10854.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10855.         return $instance;
  10856.     }
  10857.     /**
  10858.      * Gets the private 'translation.warmer' shared service.
  10859.      *
  10860.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10861.      */
  10862.     protected function getTranslation_WarmerService()
  10863.     {
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10866.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10867.             'translator' => ['services''translator''getTranslatorService'false],
  10868.         ], [
  10869.             'translator' => '?',
  10870.         ]))->withContext('translation.warmer'$this));
  10871.     }
  10872.     /**
  10873.      * Gets the private 'translator.default' shared service.
  10874.      *
  10875.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10876.      */
  10877.     protected function getTranslator_DefaultService()
  10878.     {
  10879.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10880.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10881.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10882.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10883.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10884.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10885.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10886.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10887.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10888.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10889.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10890.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10891.         ], [
  10892.             'translation.loader.csv' => '?',
  10893.             'translation.loader.dat' => '?',
  10894.             'translation.loader.ini' => '?',
  10895.             'translation.loader.json' => '?',
  10896.             'translation.loader.mo' => '?',
  10897.             'translation.loader.php' => '?',
  10898.             'translation.loader.po' => '?',
  10899.             'translation.loader.qt' => '?',
  10900.             'translation.loader.res' => '?',
  10901.             'translation.loader.xliff' => '?',
  10902.             'translation.loader.yml' => '?',
  10903.         ]), 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']]]);
  10904.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10905.         $instance->setFallbackLocales([=> 'es']);
  10906.         return $instance;
  10907.     }
  10908.     /**
  10909.      * Gets the private 'twig.command.debug' shared service.
  10910.      *
  10911.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10912.      */
  10913.     protected function getTwig_Command_DebugService()
  10914.     {
  10915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10916.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10917.         $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()));
  10918.         $instance->setName('debug:twig');
  10919.         return $instance;
  10920.     }
  10921.     /**
  10922.      * Gets the private 'twig.command.lint' shared service.
  10923.      *
  10924.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10925.      */
  10926.     protected function getTwig_Command_LintService()
  10927.     {
  10928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10929.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10930.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10931.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  10932.         $instance->setName('lint:twig');
  10933.         return $instance;
  10934.     }
  10935.     /**
  10936.      * Gets the private 'twig.form.renderer' shared service.
  10937.      *
  10938.      * @return \Symfony\Component\Form\FormRenderer
  10939.      */
  10940.     protected function getTwig_Form_RendererService()
  10941.     {
  10942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10946.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10947.         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()));
  10948.     }
  10949.     /**
  10950.      * Gets the private 'twig.loader.native_filesystem' shared service.
  10951.      *
  10952.      * @return \Twig\Loader\FilesystemLoader
  10953.      */
  10954.     protected function getTwig_Loader_NativeFilesystemService()
  10955.     {
  10956.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  10957.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  10958.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  10959.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  10960.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  10961.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  10962.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  10963.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  10964.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  10965.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  10966.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  10967.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  10968.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  10969.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  10970.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  10971.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  10972.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  10973.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  10974.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), 'A2lixTranslationForm');
  10975.         $instance->addPath((\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src/Resources/views'), '!A2lixTranslationForm');
  10976.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  10977.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  10978.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  10979.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10980.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10981.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  10982.         return $instance;
  10983.     }
  10984.     /**
  10985.      * Gets the private 'twig.mailer.message_listener' shared service.
  10986.      *
  10987.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10988.      */
  10989.     protected function getTwig_Mailer_MessageListenerService()
  10990.     {
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10993.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10994.         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())));
  10995.     }
  10996.     /**
  10997.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10998.      *
  10999.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11000.      */
  11001.     protected function getTwig_Runtime_HttpkernelService()
  11002.     {
  11003.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  11004.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  11005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  11006.         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, [
  11007.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  11008.         ], [
  11009.             'inline' => '?',
  11010.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  11011.     }
  11012.     /**
  11013.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11014.      *
  11015.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11016.      */
  11017.     protected function getTwig_Runtime_SecurityCsrfService()
  11018.     {
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  11020.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11021.     }
  11022.     /**
  11023.      * Gets the private 'twig.template_cache_warmer' shared service.
  11024.      *
  11025.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11026.      */
  11027.     protected function getTwig_TemplateCacheWarmerService()
  11028.     {
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11032.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11033.             'twig' => ['services''twig''getTwigService'false],
  11034.         ], [
  11035.             'twig' => 'Twig\\Environment',
  11036.         ]))->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')));
  11037.     }
  11038.     /**
  11039.      * Gets the private 'validator.builder' shared service.
  11040.      *
  11041.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11042.      */
  11043.     protected function getValidator_BuilderService()
  11044.     {
  11045.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11046.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11047.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11048.             'App\\Validator\\Constraints\\VideoFileValidator' => ['privates''App\\Validator\\Constraints\\VideoFileValidator''getVideoFileValidatorService'false],
  11049.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11050.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11051.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11052.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11053.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11054.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11055.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11056.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11057.         ], [
  11058.             'App\\Validator\\Constraints\\VideoFileValidator' => '?',
  11059.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11060.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11061.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11062.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11063.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11064.             'doctrine.orm.validator.unique' => '?',
  11065.             'security.validator.user_password' => '?',
  11066.             'validator.expression' => '?',
  11067.         ])));
  11068.         if ($this->has('translator')) {
  11069.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  11070.         }
  11071.         $instance->setTranslationDomain('validators');
  11072.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  11073.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11074.         $instance->addMethodMapping('loadValidatorMetadata');
  11075.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  11076.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11077.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11078.         return $instance;
  11079.     }
  11080.     /**
  11081.      * Gets the private 'validator.email' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11084.      */
  11085.     protected function getValidator_EmailService()
  11086.     {
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11090.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11091.     }
  11092.     /**
  11093.      * Gets the private 'validator.expression' shared service.
  11094.      *
  11095.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11096.      */
  11097.     protected function getValidator_ExpressionService()
  11098.     {
  11099.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11100.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11101.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11102.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11103.     }
  11104.     /**
  11105.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11106.      *
  11107.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11108.      */
  11109.     protected function getValidator_Mapping_CacheWarmerService()
  11110.     {
  11111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11114.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11115.     }
  11116.     /**
  11117.      * Gets the private 'validator.not_compromised_password' shared service.
  11118.      *
  11119.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11120.      */
  11121.     protected function getValidator_NotCompromisedPasswordService()
  11122.     {
  11123.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11124.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11125.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11126.         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);
  11127.     }
  11128.     /**
  11129.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11130.      *
  11131.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  11132.      */
  11133.     protected function getVarDumper_Command_ServerDumpService()
  11134.     {
  11135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11136.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  11137.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  11139.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  11141.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  11142.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11143.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11144.         $a->pushHandler(($this->privates['monolog.handler.custom_log'] ?? $this->getMonolog_Handler_CustomLogService()));
  11145.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11146.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11147.         $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()))]);
  11148.         $instance->setName('server:dump');
  11149.         return $instance;
  11150.     }
  11151.     /**
  11152.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11153.      *
  11154.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11155.      */
  11156.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11157.     {
  11158.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11159.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11160.         return $instance;
  11161.     }
  11162.     /**
  11163.      * Gets the private 'var_dumper.html_dumper' shared service.
  11164.      *
  11165.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11166.      */
  11167.     protected function getVarDumper_HtmlDumperService()
  11168.     {
  11169.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11170.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11171.         return $instance;
  11172.     }
  11173.     /**
  11174.      * Gets the private 'var_dumper.server_connection' shared service.
  11175.      *
  11176.      * @return \Symfony\Component\VarDumper\Server\Connection
  11177.      */
  11178.     protected function getVarDumper_ServerConnectionService()
  11179.     {
  11180.         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()]);
  11181.     }
  11182.     /**
  11183.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  11184.      *
  11185.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  11186.      */
  11187.     protected function getVichUploader_Command_MappingDebugService()
  11188.     {
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11190.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  11191.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  11192.         $instance->setName('vich:mapping:debug');
  11193.         return $instance;
  11194.     }
  11195.     /**
  11196.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  11197.      *
  11198.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  11199.      */
  11200.     protected function getVichUploader_Command_MappingDebugClassService()
  11201.     {
  11202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  11204.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11205.         $instance->setName('vich:mapping:debug-class');
  11206.         return $instance;
  11207.     }
  11208.     /**
  11209.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  11210.      *
  11211.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  11212.      */
  11213.     protected function getVichUploader_Command_MappingListClassesService()
  11214.     {
  11215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  11217.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11218.         $instance->setName('vich:mapping:list-classes');
  11219.         return $instance;
  11220.     }
  11221.     /**
  11222.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  11223.      *
  11224.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  11225.      */
  11226.     protected function getVichUploader_MetadataReaderService()
  11227.     {
  11228.         $a = new \Metadata\Driver\FileLocator([]);
  11229.         $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);
  11230.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  11231.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  11232.     }
  11233.     /**
  11234.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  11235.      *
  11236.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  11237.      */
  11238.     protected function getVichUploader_PropertyMappingFactoryService()
  11239.     {
  11240.         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');
  11241.     }
  11242.     /**
  11243.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  11244.      *
  11245.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  11246.      */
  11247.     protected function getVichUploader_Storage_FileSystemService()
  11248.     {
  11249.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  11250.     }
  11251.     public function getParameter(string $name)
  11252.     {
  11253.         if (isset($this->buildParameters[$name])) {
  11254.             return $this->buildParameters[$name];
  11255.         }
  11256.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11257.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11258.         }
  11259.         if (isset($this->loadedDynamicParameters[$name])) {
  11260.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11261.         }
  11262.         return $this->parameters[$name];
  11263.     }
  11264.     public function hasParameter(string $name): bool
  11265.     {
  11266.         if (isset($this->buildParameters[$name])) {
  11267.             return true;
  11268.         }
  11269.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11270.     }
  11271.     public function setParameter(string $name$value): void
  11272.     {
  11273.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11274.     }
  11275.     public function getParameterBag(): ParameterBagInterface
  11276.     {
  11277.         if (null === $this->parameterBag) {
  11278.             $parameters $this->parameters;
  11279.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11280.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11281.             }
  11282.             foreach ($this->buildParameters as $name => $value) {
  11283.                 $parameters[$name] = $value;
  11284.             }
  11285.             $this->parameterBag = new FrozenParameterBag($parameters);
  11286.         }
  11287.         return $this->parameterBag;
  11288.     }
  11289.     private $loadedDynamicParameters = [
  11290.         'kernel.cache_dir' => false,
  11291.         'kernel.secret' => false,
  11292.         'session.save_path' => false,
  11293.         'validator.mapping.cache.file' => false,
  11294.         'profiler.storage.dsn' => false,
  11295.         'debug.container.dump' => false,
  11296.         'serializer.mapping.cache.file' => false,
  11297.         'doctrine.orm.proxy_dir' => false,
  11298.         'lexik_jwt_authentication.pass_phrase' => false,
  11299.     ];
  11300.     private $dynamicParameters = [];
  11301.     private function getDynamicParameter(string $name)
  11302.     {
  11303.         switch ($name) {
  11304.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11305.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11306.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11307.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11308.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11309.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  11310.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11311.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11312.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11313.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11314.         }
  11315.         $this->loadedDynamicParameters[$name] = true;
  11316.         return $this->dynamicParameters[$name] = $value;
  11317.     }
  11318.     protected function getDefaultParameters(): array
  11319.     {
  11320.         return [
  11321.             'kernel.project_dir' => \dirname(__DIR__4),
  11322.             'kernel.environment' => 'dev',
  11323.             'kernel.debug' => true,
  11324.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11325.             'kernel.bundles' => [
  11326.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11327.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11328.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11329.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11330.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11331.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11332.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11333.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11334.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11335.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11336.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11337.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  11338.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11339.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  11340.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  11341.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  11342.                 'A2lixAutoFormBundle' => 'A2lix\\AutoFormBundle\\A2lixAutoFormBundle',
  11343.                 'A2lixTranslationFormBundle' => 'A2lix\\TranslationFormBundle\\A2lixTranslationFormBundle',
  11344.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11345.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  11346.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  11347.             ],
  11348.             'kernel.bundles_metadata' => [
  11349.                 'FrameworkBundle' => [
  11350.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11351.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11352.                 ],
  11353.                 'TwigBundle' => [
  11354.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11355.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11356.                 ],
  11357.                 'TwigExtraBundle' => [
  11358.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11359.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11360.                 ],
  11361.                 'SensioFrameworkExtraBundle' => [
  11362.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11363.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11364.                 ],
  11365.                 'DoctrineBundle' => [
  11366.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11367.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11368.                 ],
  11369.                 'DoctrineMigrationsBundle' => [
  11370.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11371.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11372.                 ],
  11373.                 'SecurityBundle' => [
  11374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11375.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11376.                 ],
  11377.                 'WebProfilerBundle' => [
  11378.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11379.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11380.                 ],
  11381.                 'MonologBundle' => [
  11382.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11383.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11384.                 ],
  11385.                 'DebugBundle' => [
  11386.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  11387.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11388.                 ],
  11389.                 'MakerBundle' => [
  11390.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11391.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11392.                 ],
  11393.                 'EasyAdminBundle' => [
  11394.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  11395.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  11396.                 ],
  11397.                 'LexikJWTAuthenticationBundle' => [
  11398.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11399.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11400.                 ],
  11401.                 'VichUploaderBundle' => [
  11402.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  11403.                     'namespace' => 'Vich\\UploaderBundle',
  11404.                 ],
  11405.                 'GesdinetJWTRefreshTokenBundle' => [
  11406.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  11407.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  11408.                 ],
  11409.                 'DoctrineBehaviorsBundle' => [
  11410.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  11411.                     'namespace' => 'Knp\\DoctrineBehaviors',
  11412.                 ],
  11413.                 'A2lixAutoFormBundle' => [
  11414.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/auto-form-bundle/src'),
  11415.                     'namespace' => 'A2lix\\AutoFormBundle',
  11416.                 ],
  11417.                 'A2lixTranslationFormBundle' => [
  11418.                     'path' => (\dirname(__DIR__4).'/vendor/a2lix/translation-form-bundle/src'),
  11419.                     'namespace' => 'A2lix\\TranslationFormBundle',
  11420.                 ],
  11421.                 'SwiftmailerBundle' => [
  11422.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  11423.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  11424.                 ],
  11425.                 'StofDoctrineExtensionsBundle' => [
  11426.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  11427.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  11428.                 ],
  11429.                 'SymfonyCastsResetPasswordBundle' => [
  11430.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  11431.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  11432.                 ],
  11433.             ],
  11434.             'kernel.charset' => 'UTF-8',
  11435.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11436.             'container.dumper.inline_class_loader' => true,
  11437.             'container.dumper.inline_factories' => true,
  11438.             'app.otp.expirationTime' => '+5 minutes',
  11439.             'app.otp.issuedBy' => 'GolManager',
  11440.             'app.otp.token-secret-key' => 'TSeCretK3y$tr0ngoken#SeCretK3y$tr0ng!@#',
  11441.             'app.mailer.from_mail' => 'support@golmanagerpanel.com',
  11442.             'app.mailer.from_name_mail' => 'GolManager Mail Bot',
  11443.             'app.path.customer_images' => '/uploads/images/customer',
  11444.             'app.path.justification_icons' => '/uploads/images/justification_icons',
  11445.             'app.path.difficulty' => '/uploads/images/difficulty',
  11446.             'app.path.exercise_images' => '/uploads/images/exercise',
  11447.             'app.path.game_images' => '/uploads/images/game',
  11448.             'app.path.player_images' => '/uploads/images/player',
  11449.             'app.path.game_files' => '/uploads/images/files',
  11450.             'app.path.support_files' => '/uploads/images/support_files',
  11451.             'app.path.country_images' => '/uploads/images/country',
  11452.             'app.path.document_images' => '/uploads/images/document',
  11453.             'app.path.collaborator_images' => '/uploads/images/collaborator',
  11454.             'app.path.notification_automatic_message_images' => '/uploads/images/notification_automatic_message_images',
  11455.             'app.path.type_notification_images' => '/uploads/images/type_notification_images',
  11456.             'app.path.membership_images' => '/uploads/images/membership',
  11457.             'app.path.competition_images' => '/uploads/images/competition',
  11458.             'app.path.locality_images' => '/uploads/images/locality',
  11459.             'app.path.membership_videos' => '/uploads/videos/membership',
  11460.             'app.path.position_images' => '/uploads/images/position_images',
  11461.             'app.path.material_images' => '/uploads/images/material',
  11462.             'app.path.strategies' => '/uploads/images/strategies',
  11463.             'event_dispatcher.event_aliases' => [
  11464.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11465.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11466.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11467.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11468.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11469.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11470.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11471.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11472.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11473.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11474.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11475.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11476.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11477.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11478.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11479.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11480.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11481.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11482.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11483.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11484.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11485.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11486.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11487.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11488.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11489.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11490.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11491.             ],
  11492.             'fragment.renderer.hinclude.global_template' => '',
  11493.             'fragment.path' => '/_fragment',
  11494.             'kernel.http_method_override' => true,
  11495.             'kernel.trusted_hosts' => [
  11496.             ],
  11497.             'kernel.default_locale' => 'es',
  11498.             'kernel.error_controller' => 'error_controller',
  11499.             'debug.file_link_format' => NULL,
  11500.             'session.metadata.storage_key' => '_sf2_meta',
  11501.             'session.storage.options' => [
  11502.                 'cache_limiter' => '0',
  11503.                 'cookie_secure' => 'auto',
  11504.                 'cookie_httponly' => true,
  11505.                 'cookie_samesite' => 'lax',
  11506.             ],
  11507.             'session.metadata.update_threshold' => 0,
  11508.             'form.type_extension.csrf.enabled' => true,
  11509.             'form.type_extension.csrf.field_name' => '_token',
  11510.             'asset.request_context.base_path' => '',
  11511.             'asset.request_context.secure' => false,
  11512.             'validator.translation_domain' => 'validators',
  11513.             'translator.logging' => false,
  11514.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11515.             'profiler_listener.only_exceptions' => false,
  11516.             'profiler_listener.only_master_requests' => false,
  11517.             'debug.error_handler.throw_at' => -1,
  11518.             'router.request_context.host' => 'localhost',
  11519.             'router.request_context.scheme' => 'http',
  11520.             'router.request_context.base_url' => '',
  11521.             'router.resource' => 'kernel::loadRoutes',
  11522.             'request_listener.http_port' => 80,
  11523.             'request_listener.https_port' => 443,
  11524.             'twig.form.resources' => [
  11525.                 => '@VichUploader/Form/fields.html.twig',
  11526.                 => 'form_div_layout.html.twig',
  11527.                 => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  11528.             ],
  11529.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11530.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11531.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11532.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11533.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11534.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11535.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11536.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11537.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11538.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11539.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11540.             'doctrine.entity_managers' => [
  11541.                 'default' => 'doctrine.orm.default_entity_manager',
  11542.             ],
  11543.             'doctrine.default_entity_manager' => 'default',
  11544.             'doctrine.dbal.connection_factory.types' => [
  11545.             ],
  11546.             'doctrine.connections' => [
  11547.                 'default' => 'doctrine.dbal.default_connection',
  11548.             ],
  11549.             'doctrine.default_connection' => 'default',
  11550.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11551.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11552.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11553.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11554.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11555.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11556.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11557.             'doctrine.orm.cache.memcache_port' => 11211,
  11558.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11559.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11560.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11561.             'doctrine.orm.cache.memcached_port' => 11211,
  11562.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11563.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11564.             'doctrine.orm.cache.redis_host' => 'localhost',
  11565.             'doctrine.orm.cache.redis_port' => 6379,
  11566.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11567.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11568.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11569.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11570.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11571.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11572.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11573.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11574.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11575.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11576.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11577.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11578.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11579.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11580.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11581.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11582.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11583.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11584.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11585.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11586.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11587.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11588.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11589.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11590.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11591.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11592.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11593.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11594.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11595.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11596.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11597.             'doctrine.migrations.preferred_em' => NULL,
  11598.             'doctrine.migrations.preferred_connection' => NULL,
  11599.             'security.role_hierarchy.roles' => [
  11600.                 'ROLE_ADMIN' => [
  11601.                     => 'ROLE_USER',
  11602.                 ],
  11603.                 'ROLE_SUPER_ADMIN' => [
  11604.                     => 'ROLE_ADMIN',
  11605.                 ],
  11606.             ],
  11607.             'security.access.denied_url' => NULL,
  11608.             'security.authentication.manager.erase_credentials' => true,
  11609.             'security.authentication.session_strategy.strategy' => 'migrate',
  11610.             'security.access.always_authenticate_before_granting' => false,
  11611.             'security.authentication.hide_user_not_found' => true,
  11612.             'monolog.use_microseconds' => true,
  11613.             'monolog.swift_mailer.handlers' => [
  11614.             ],
  11615.             'monolog.handlers_to_channels' => [
  11616.                 'monolog.handler.console' => [
  11617.                     'type' => 'exclusive',
  11618.                     'elements' => [
  11619.                         => 'event',
  11620.                         => 'doctrine',
  11621.                         => 'console',
  11622.                     ],
  11623.                 ],
  11624.                 'monolog.handler.custom_log' => NULL,
  11625.                 'monolog.handler.main' => [
  11626.                     'type' => 'exclusive',
  11627.                     'elements' => [
  11628.                         => 'event',
  11629.                         => 'doctrine',
  11630.                         => 'security',
  11631.                     ],
  11632.                 ],
  11633.             ],
  11634.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11635.             'easyadmin.config' => [
  11636.                 'entities' => [
  11637.                     'AccountsRemove' => [
  11638.                         'class' => 'App\\Entity\\Customer',
  11639.                         'controller' => 'App\\Controller\\CustomerController',
  11640.                         'label' => 'menu.accounts_remove',
  11641.                         'icon' => 'user',
  11642.                         'permission' => [
  11643.                             => 'ROLE_ADMIN',
  11644.                         ],
  11645.                         'list' => [
  11646.                             'batch_actions' => [
  11647.                                 => [
  11648.                                     'name' => 'captureMail',
  11649.                                     'label' => 'Copiar Correo',
  11650.                                     'icon' => 'envelope',
  11651.                                     'css_class' => 'btn btn-secondary',
  11652.                                     'ask_confirm' => false,
  11653.                                 ],
  11654.                             ],
  11655.                             'max_results' => 100,
  11656.                             'fields' => [
  11657.                                 => [
  11658.                                     'property' => 'imageTeam',
  11659.                                     'label' => 'Imagen',
  11660.                                     'type' => 'image',
  11661.                                     'base_path' => '/uploads/images/customer',
  11662.                                     'sortable' => false,
  11663.                                 ],
  11664.                                 => [
  11665.                                     'property' => 'name',
  11666.                                     'label' => 'Nombre',
  11667.                                 ],
  11668.                                 => 'email',
  11669.                                 => [
  11670.                                     'property' => 'enabled',
  11671.                                     'label' => 'Habilitado',
  11672.                                 ],
  11673.                                 => [
  11674.                                     'property' => 'seasonActiveText',
  11675.                                     'label' => 'Temp.',
  11676.                                 ],
  11677.                                 => [
  11678.                                     'property' => 'nameTeam',
  11679.                                     'label' => 'Equipo',
  11680.                                 ],
  11681.                                 => [
  11682.                                     'property' => 'typeAccount',
  11683.                                     'label' => 'Tipo Cuenta',
  11684.                                 ],
  11685.                                 => [
  11686.                                     'property' => 'isPro',
  11687.                                     'label' => 'User Pro',
  11688.                                     'type' => 'boolean',
  11689.                                 ],
  11690.                             ],
  11691.                             'dql_filter' => 'entity.deletedAt IS NOT NULL and entity.isDeleted IS NULL',
  11692.                         ],
  11693.                         'show' => [
  11694.                             'fields' => [
  11695.                                 => [
  11696.                                     'property' => 'name',
  11697.                                     'label' => 'Nombre',
  11698.                                 ],
  11699.                                 => 'email',
  11700.                                 => [
  11701.                                     'property' => 'enabled',
  11702.                                     'label' => 'Habilitado',
  11703.                                 ],
  11704.                                 => [
  11705.                                     'property' => 'typeAccount',
  11706.                                     'label' => 'Tipo Cuenta',
  11707.                                 ],
  11708.                             ],
  11709.                         ],
  11710.                         'form' => [
  11711.                             'fields' => [
  11712.                                 => [
  11713.                                     'property' => 'name',
  11714.                                     'label' => 'Nombre',
  11715.                                 ],
  11716.                                 => [
  11717.                                     'property' => 'deletedAt',
  11718.                                     'label' => 'inputs.date_eliminate_account',
  11719.                                 ],
  11720.                                 => [
  11721.                                     'property' => 'email',
  11722.                                     'type' => 'email',
  11723.                                 ],
  11724.                                 => [
  11725.                                     'property' => 'plainPassword',
  11726.                                     'label' => 'Password',
  11727.                                     'type' => 'password',
  11728.                                     'type_options' => [
  11729.                                         'required' => true,
  11730.                                     ],
  11731.                                 ],
  11732.                                 => [
  11733.                                     'property' => 'nameTeam',
  11734.                                     'label' => 'Nombre Equipo',
  11735.                                     'type' => 'text',
  11736.                                     'type_options' => [
  11737.                                         'required' => true,
  11738.                                     ],
  11739.                                 ],
  11740.                                 => [
  11741.                                     'property' => 'plainPassword',
  11742.                                     'label' => 'Password',
  11743.                                     'type' => 'password',
  11744.                                     'type_options' => [
  11745.                                         'required' => true,
  11746.                                     ],
  11747.                                 ],
  11748.                                 => [
  11749.                                     'property' => 'country_id',
  11750.                                     'label' => 'Country',
  11751.                                     'type' => 'App\\Form\\Type\\CountryType',
  11752.                                     'type_options' => [
  11753.                                         'required' => true,
  11754.                                     ],
  11755.                                 ],
  11756.                                 => [
  11757.                                     'property' => 'seasonYear',
  11758.                                     'label' => 'Season',
  11759.                                     'type' => 'App\\Form\\Type\\SeasonType',
  11760.                                     'type_options' => [
  11761.                                         'required' => true,
  11762.                                     ],
  11763.                                 ],
  11764.                             ],
  11765.                         ],
  11766.                         'edit' => [
  11767.                             'fields' => [
  11768.                                 => [
  11769.                                     'property' => 'plainPassword',
  11770.                                     'label' => 'Password',
  11771.                                     'type' => 'password',
  11772.                                     'type_options' => [
  11773.                                         'required' => false,
  11774.                                     ],
  11775.                                 ],
  11776.                                 => [
  11777.                                     'property' => 'isPro',
  11778.                                     'label' => 'User is Pro',
  11779.                                     'type' => 'checkbox',
  11780.                                 ],
  11781.                             ],
  11782.                         ],
  11783.                         'name' => 'AccountsRemove',
  11784.                     ],
  11785.                     'AppModule' => [
  11786.                         'class' => 'App\\Entity\\AppModule',
  11787.                         'controller' => 'App\\Controller\\AppModuleController',
  11788.                         'label' => 'Modulo de la app',
  11789.                         'icon' => 'user',
  11790.                         'permission' => [
  11791.                             => 'ROLE_ADMIN',
  11792.                         ],
  11793.                         'list' => [
  11794.                             'batch_actions' => [
  11795.                                 => [
  11796.                                     'name' => 'captureMail',
  11797.                                     'label' => 'Copiar Correo',
  11798.                                     'icon' => 'envelope',
  11799.                                     'css_class' => 'btn btn-secondary',
  11800.                                     'ask_confirm' => false,
  11801.                                 ],
  11802.                             ],
  11803.                             'max_results' => 100,
  11804.                             'fields' => [
  11805.                                 => [
  11806.                                     'property' => 'name',
  11807.                                     'label' => 'Nombre Modulo',
  11808.                                 ],
  11809.                             ],
  11810.                         ],
  11811.                         'show' => [
  11812.                             'fields' => [
  11813.                                 => [
  11814.                                     'property' => 'name',
  11815.                                     'label' => 'Nombre modulo',
  11816.                                     'type' => 'text',
  11817.                                 ],
  11818.                             ],
  11819.                         ],
  11820.                         'form' => [
  11821.                             'fields' => [
  11822.                                 => [
  11823.                                     'property' => 'translations',
  11824.                                     'label' => 'Traducciones',
  11825.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  11826.                                 ],
  11827.                             ],
  11828.                         ],
  11829.                         'edit' => [
  11830.                             'fields' => [
  11831.                                 => [
  11832.                                     'property' => 'name',
  11833.                                     'label' => 'Nombre Modulo',
  11834.                                     'type' => 'text',
  11835.                                     'type_options' => [
  11836.                                         'required' => false,
  11837.                                     ],
  11838.                                 ],
  11839.                             ],
  11840.                         ],
  11841.                         'name' => 'AppModule',
  11842.                     ],
  11843.                     'Support' => [
  11844.                         'class' => 'App\\Entity\\Support',
  11845.                         'controller' => 'App\\Controller\\SupportController',
  11846.                         'label' => 'menu.supports',
  11847.                         'icon' => 'male',
  11848.                         'disabled_actions' => [
  11849.                             => 'new',
  11850.                         ],
  11851.                         'permission' => [
  11852.                             => 'ROLE_ADMIN',
  11853.                         ],
  11854.                         'list' => [
  11855.                             'actions' => [
  11856.                                 => [
  11857.                                     'name' => 'removeListSuggestions',
  11858.                                     'label' => 'label.dificulty',
  11859.                                     'template' => 'admin/checkbox/checkbox_select_support.html.twig',
  11860.                                     'params' => [
  11861.                                         'authorId' => 'id',
  11862.                                     ],
  11863.                                 ],
  11864.                             ],
  11865.                             'filters' => [
  11866.                                 => [
  11867.                                     'property' => 'versionApp',
  11868.                                     'label' => 'menu.category',
  11869.                                 ],
  11870.                             ],
  11871.                             'fields' => [
  11872.                                 => [
  11873.                                     'property' => 'AppModule.name',
  11874.                                     'label' => 'Modulo',
  11875.                                 ],
  11876.                                 => [
  11877.                                     'property' => 'description',
  11878.                                     'label' => 'Description',
  11879.                                 ],
  11880.                                 => [
  11881.                                     'property' => 'customer.email',
  11882.                                     'label' => 'Cliente',
  11883.                                 ],
  11884.                                 => [
  11885.                                     'property' => 'versionApp',
  11886.                                     'label' => 'Version',
  11887.                                 ],
  11888.                                 => [
  11889.                                     'property' => 'device',
  11890.                                     'label' => 'Device',
  11891.                                 ],
  11892.                                 => [
  11893.                                     'property' => 'isResolved',
  11894.                                     'label' => 'Solucionado',
  11895.                                     'type' => 'boolean',
  11896.                                 ],
  11897.                             ],
  11898.                             'max_results' => 30,
  11899.                         ],
  11900.                         'show' => [
  11901.                             'fields' => [
  11902.                                 => [
  11903.                                     'property' => 'versionApp',
  11904.                                     'label' => 'Versión',
  11905.                                 ],
  11906.                                 => [
  11907.                                     'property' => 'device',
  11908.                                     'label' => 'Device',
  11909.                                 ],
  11910.                                 => [
  11911.                                     'property' => 'description',
  11912.                                     'label' => 'Descripción',
  11913.                                 ],
  11914.                                 => [
  11915.                                     'property' => 'AppModule.name',
  11916.                                     'label' => 'Modulo',
  11917.                                 ],
  11918.                                 => [
  11919.                                     'property' => 'customer.email',
  11920.                                     'label' => 'Cliente',
  11921.                                 ],
  11922.                                 => [
  11923.                                     'property' => 'isResolved',
  11924.                                     'label' => 'Solucionado',
  11925.                                     'type' => 'boolean',
  11926.                                 ],
  11927.                                 => [
  11928.                                     'property' => 'supportFilesTemplate',
  11929.                                     'label' => 'Imagenes',
  11930.                                     'template' => 'admin/checkbox/display_images.html.twig',
  11931.                                 ],
  11932.                             ],
  11933.                         ],
  11934.                         'form' => [
  11935.                             'fields' => [
  11936.                                 => [
  11937.                                     'property' => 'versionApp',
  11938.                                     'label' => 'Versión App',
  11939.                                 ],
  11940.                                 => [
  11941.                                     'property' => 'device',
  11942.                                     'label' => 'Dispositivo',
  11943.                                 ],
  11944.                                 => [
  11945.                                     'property' => 'description',
  11946.                                     'label' => 'Descripcion',
  11947.                                 ],
  11948.                                 => [
  11949.                                     'property' => 'isResolved',
  11950.                                     'label' => 'Se ha solucionado',
  11951.                                     'type' => 'checkbox',
  11952.                                 ],
  11953.                                 => [
  11954.                                     'property' => 'AppModule',
  11955.                                     'label' => 'app Module',
  11956.                                 ],
  11957.                                 => [
  11958.                                     'property' => 'customer',
  11959.                                     'label' => 'Cliente',
  11960.                                 ],
  11961.                             ],
  11962.                         ],
  11963.                         'search' => [
  11964.                             'fields' => [
  11965.                                 => 'AppModule',
  11966.                                 => 'translations.name',
  11967.                             ],
  11968.                         ],
  11969.                         'name' => 'Support',
  11970.                     ],
  11971.                     'Tactic' => [
  11972.                         'class' => 'App\\Entity\\Tactic',
  11973.                         'controller' => 'App\\Controller\\TacticController',
  11974.                         'label' => 'menu.tactic',
  11975.                         'icon' => 'user',
  11976.                         'permission' => [
  11977.                             => 'ROLE_ADMIN',
  11978.                         ],
  11979.                         'disabled_actions' => [
  11980.                             => 'delete',
  11981.                         ],
  11982.                         'list' => [
  11983.                             'max_results' => 100,
  11984.                             'fields' => [
  11985.                                 => 'name',
  11986.                                 => [
  11987.                                     'property' => 'TypeSoccer.name',
  11988.                                     'label' => 'menu.type_soccer',
  11989.                                 ],
  11990.                                 => [
  11991.                                     'property' => 'alignmentDefaultU7s',
  11992.                                     'label' => 'teams.F7',
  11993.                                 ],
  11994.                                 => [
  11995.                                     'property' => 'alignmentDefaultU8s',
  11996.                                     'label' => 'teams.F8',
  11997.                                 ],
  11998.                                 => [
  11999.                                     'property' => 'alignmentDefaultU11s',
  12000.                                     'label' => 'teams.F11',
  12001.                                 ],
  12002.                             ],
  12003.                         ],
  12004.                         'show' => [
  12005.                             'fields' => [
  12006.                                 => 'name',
  12007.                                 => [
  12008.                                     'property' => 'TypeSoccer.name',
  12009.                                     'label' => 'menu.type_soccer',
  12010.                                 ],
  12011.                             ],
  12012.                         ],
  12013.                         'form' => [
  12014.                             'fields' => [
  12015.                                 => 'name',
  12016.                                 => [
  12017.                                     'property' => 'type_soccer_id',
  12018.                                     'label' => 'menu.type_soccer',
  12019.                                     'type' => 'App\\Form\\Type\\TypeSoccerType',
  12020.                                     'type_options' => [
  12021.                                         'required' => true,
  12022.                                     ],
  12023.                                 ],
  12024.                             ],
  12025.                         ],
  12026.                         'edit' => [
  12027.                             'fields' => [
  12028.                                 => 'name',
  12029.                             ],
  12030.                         ],
  12031.                         'name' => 'Tactic',
  12032.                     ],
  12033.                     'TypeNotification' => [
  12034.                         'class' => 'App\\Entity\\TypeNotification',
  12035.                         'controller' => 'App\\Controller\\TypeNotificationController',
  12036.                         'label' => 'Tipos de notificaciones',
  12037.                         'icon' => 'male',
  12038.                         'permission' => [
  12039.                             => 'ROLE_ADMIN',
  12040.                         ],
  12041.                         'list' => [
  12042.                             'filters' => [
  12043.                                 => [
  12044.                                     'property' => 'createdAt',
  12045.                                     'label' => 'label.createdAt',
  12046.                                     'type' => 'date',
  12047.                                 ],
  12048.                             ],
  12049.                             'fields' => [
  12050.                                 => [
  12051.                                     'property' => 'description',
  12052.                                     'label' => 'Singular',
  12053.                                 ],
  12054.                                 => [
  12055.                                     'property' => 'image',
  12056.                                     'label' => 'Imagen',
  12057.                                     'type' => 'image',
  12058.                                     'base_path' => '/uploads/images/type_notification_images',
  12059.                                     'sortable' => false,
  12060.                                 ],
  12061.                             ],
  12062.                             'max_results' => 30,
  12063.                         ],
  12064.                         'show' => [
  12065.                             'fields' => [
  12066.                                 => [
  12067.                                     'property' => 'description',
  12068.                                     'label' => 'Descripcion',
  12069.                                 ],
  12070.                                 => [
  12071.                                     'property' => 'image',
  12072.                                     'label' => 'Imagen',
  12073.                                     'type' => 'image',
  12074.                                     'base_path' => '/uploads/images/type_notification_images',
  12075.                                     'sortable' => false,
  12076.                                 ],
  12077.                             ],
  12078.                         ],
  12079.                         'form' => [
  12080.                             'fields' => [
  12081.                                 => [
  12082.                                     'property' => 'description',
  12083.                                     'type' => 'textarea',
  12084.                                     'attr' => [
  12085.                                         'rows' => '2',
  12086.                                     ],
  12087.                                 ],
  12088.                                 => [
  12089.                                     'property' => 'translations',
  12090.                                     'label' => 'Traducciones',
  12091.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12092.                                     'type_options' => [
  12093.                                         'fields' => [
  12094.                                             'description' => [
  12095.                                                 'attr' => [
  12096.                                                     'style' => 'max-width: inherit;',
  12097.                                                 ],
  12098.                                             ],
  12099.                                         ],
  12100.                                     ],
  12101.                                 ],
  12102.                                 => [
  12103.                                     'property' => 'imageFile',
  12104.                                     'type' => 'vich_image',
  12105.                                 ],
  12106.                             ],
  12107.                         ],
  12108.                         'name' => 'TypeNotification',
  12109.                     ],
  12110.                     'TypeSoccer' => [
  12111.                         'class' => 'App\\Entity\\TypeSoccer',
  12112.                         'controller' => 'App\\Controller\\TypeSoccerController',
  12113.                         'label' => 'menu.type_soccer',
  12114.                         'icon' => 'user',
  12115.                         'permission' => [
  12116.                             => 'ROLE_ADMIN',
  12117.                         ],
  12118.                         'disabled_actions' => [
  12119.                             => 'delete',
  12120.                         ],
  12121.                         'list' => [
  12122.                             'batch_actions' => [
  12123.                                 => [
  12124.                                     'name' => 'captureMail',
  12125.                                     'label' => 'Copiar Correo',
  12126.                                     'icon' => 'envelope',
  12127.                                     'css_class' => 'btn btn-secondary',
  12128.                                     'ask_confirm' => false,
  12129.                                 ],
  12130.                             ],
  12131.                             'max_results' => 100,
  12132.                             'fields' => [
  12133.                                 => 'name',
  12134.                                 => [
  12135.                                     'property' => 'numberPlayers',
  12136.                                     'label' => 'number_players',
  12137.                                 ],
  12138.                                 => [
  12139.                                     'property' => 'tactics',
  12140.                                     'label' => 'tactics',
  12141.                                 ],
  12142.                             ],
  12143.                         ],
  12144.                         'show' => [
  12145.                             'fields' => [
  12146.                                 => 'name',
  12147.                             ],
  12148.                         ],
  12149.                         'form' => [
  12150.                             'fields' => [
  12151.                                 => 'name',
  12152.                                 => [
  12153.                                     'property' => 'numberPlayers',
  12154.                                     'label' => 'number players',
  12155.                                 ],
  12156.                             ],
  12157.                         ],
  12158.                         'name' => 'TypeSoccer',
  12159.                     ],
  12160.                     'Category' => [
  12161.                         'class' => 'App\\Entity\\Category',
  12162.                         'label' => 'menu.category',
  12163.                         'icon' => 'futbol-o',
  12164.                         'permission' => [
  12165.                             => 'ROLE_ADMIN',
  12166.                         ],
  12167.                         'list' => [
  12168.                             'fields' => [
  12169.                                 => [
  12170.                                     'property' => 'image',
  12171.                                     'type' => 'image',
  12172.                                     'base_path' => '/uploads/images/exercise',
  12173.                                     'sortable' => false,
  12174.                                 ],
  12175.                                 => [
  12176.                                     'property' => 'name',
  12177.                                     'label' => 'Nombre',
  12178.                                 ],
  12179.                                 => [
  12180.                                     'property' => 'description',
  12181.                                     'label' => 'Descripción',
  12182.                                 ],
  12183.                             ],
  12184.                         ],
  12185.                         'show' => [
  12186.                             'fields' => [
  12187.                                 => [
  12188.                                     'property' => 'name',
  12189.                                     'label' => 'Nombre',
  12190.                                 ],
  12191.                                 => [
  12192.                                     'property' => 'image',
  12193.                                     'type' => 'image',
  12194.                                     'base_path' => '/uploads/images/exercise',
  12195.                                 ],
  12196.                                 => [
  12197.                                     'property' => 'isVisible',
  12198.                                     'label' => 'Visible',
  12199.                                 ],
  12200.                             ],
  12201.                         ],
  12202.                         'form' => [
  12203.                             'fields' => [
  12204.                                 => [
  12205.                                     'property' => 'translations',
  12206.                                     'label' => 'Traducciones',
  12207.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12208.                                 ],
  12209.                                 => [
  12210.                                     'property' => 'imageFile',
  12211.                                     'type' => 'vich_image',
  12212.                                 ],
  12213.                                 => [
  12214.                                     'property' => 'isVisible',
  12215.                                     'type' => 'checkbox',
  12216.                                     'label' => 'Visible',
  12217.                                 ],
  12218.                             ],
  12219.                         ],
  12220.                         'name' => 'Category',
  12221.                     ],
  12222.                     'Collaborator' => [
  12223.                         'class' => 'App\\Entity\\Collaborator',
  12224.                         'label' => 'menu.collaborator',
  12225.                         'icon' => 'user-tie',
  12226.                         'permission' => [
  12227.                             => 'ROLE_ADMIN',
  12228.                         ],
  12229.                         'list' => [
  12230.                             'fields' => [
  12231.                                 => [
  12232.                                     'property' => 'image',
  12233.                                     'label' => 'Imagen',
  12234.                                     'type' => 'image',
  12235.                                     'base_path' => '/uploads/images/collaborator',
  12236.                                     'sortable' => false,
  12237.                                 ],
  12238.                                 => [
  12239.                                     'property' => 'names',
  12240.                                     'label' => 'Nombres',
  12241.                                 ],
  12242.                                 => [
  12243.                                     'property' => 'link',
  12244.                                     'label' => 'Link',
  12245.                                 ],
  12246.                                 => [
  12247.                                     'property' => 'description',
  12248.                                     'label' => 'Descripcion',
  12249.                                 ],
  12250.                             ],
  12251.                         ],
  12252.                         'show' => [
  12253.                             'fields' => [
  12254.                                 => [
  12255.                                     'property' => 'names',
  12256.                                     'label' => 'Nombres',
  12257.                                 ],
  12258.                                 => [
  12259.                                     'property' => 'link',
  12260.                                     'label' => 'Link',
  12261.                                 ],
  12262.                                 => [
  12263.                                     'property' => 'description',
  12264.                                     'label' => 'Descripcion',
  12265.                                 ],
  12266.                                 => [
  12267.                                     'property' => 'image',
  12268.                                     'label' => 'Imagen',
  12269.                                     'type' => 'image',
  12270.                                     'base_path' => '/uploads/images/collaborator',
  12271.                                 ],
  12272.                             ],
  12273.                         ],
  12274.                         'form' => [
  12275.                             'fields' => [
  12276.                                 => [
  12277.                                     'property' => 'names',
  12278.                                     'label' => 'Nombres',
  12279.                                 ],
  12280.                                 => [
  12281.                                     'property' => 'link',
  12282.                                     'label' => 'Link',
  12283.                                 ],
  12284.                                 => [
  12285.                                     'property' => 'description',
  12286.                                     'label' => 'Descripcion',
  12287.                                 ],
  12288.                                 => [
  12289.                                     'property' => 'imageFile',
  12290.                                     'type' => 'vich_image',
  12291.                                 ],
  12292.                             ],
  12293.                         ],
  12294.                         'name' => 'Collaborator',
  12295.                     ],
  12296.                     'Competition' => [
  12297.                         'class' => 'App\\Entity\\Competition',
  12298.                         'label' => 'menu.competition',
  12299.                         'controller' => 'App\\Controller\\CompetitionController',
  12300.                         'icon' => 'user-tie',
  12301.                         'permission' => [
  12302.                             => 'ROLE_ADMIN',
  12303.                         ],
  12304.                         'list' => [
  12305.                             'fields' => [
  12306.                                 => [
  12307.                                     'property' => 'name',
  12308.                                     'label' => 'Nombres',
  12309.                                 ],
  12310.                                 => [
  12311.                                     'property' => 'image',
  12312.                                     'label' => 'Imagen',
  12313.                                     'type' => 'image',
  12314.                                     'base_path' => '/uploads/images/competition',
  12315.                                     'sortable' => false,
  12316.                                 ],
  12317.                             ],
  12318.                         ],
  12319.                         'show' => [
  12320.                             'fields' => [
  12321.                                 => [
  12322.                                     'property' => 'name',
  12323.                                     'label' => 'Nombres',
  12324.                                 ],
  12325.                                 => [
  12326.                                     'property' => 'image',
  12327.                                     'label' => 'Imagen',
  12328.                                     'type' => 'image',
  12329.                                     'base_path' => '/uploads/images/competition',
  12330.                                 ],
  12331.                             ],
  12332.                         ],
  12333.                         'form' => [
  12334.                             'fields' => [
  12335.                                 => [
  12336.                                     'property' => 'translations',
  12337.                                     'label' => 'Traducciones',
  12338.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12339.                                     'type_options' => [
  12340.                                         'fields' => [
  12341.                                             'name' => [
  12342.                                                 'attr' => [
  12343.                                                     'style' => 'max-width: inherit;',
  12344.                                                 ],
  12345.                                             ],
  12346.                                         ],
  12347.                                     ],
  12348.                                 ],
  12349.                                 => [
  12350.                                     'property' => 'imageFile',
  12351.                                     'label' => 'Imagen',
  12352.                                     'type' => 'vich_image',
  12353.                                 ],
  12354.                             ],
  12355.                         ],
  12356.                         'name' => 'Competition',
  12357.                     ],
  12358.                     'Config' => [
  12359.                         'class' => 'App\\Entity\\Config',
  12360.                         'controller' => 'App\\Controller\\ConfigController',
  12361.                         'label' => 'menu.config',
  12362.                         'icon' => 'cog',
  12363.                         'permission' => [
  12364.                             => 'ROLE_ADMIN',
  12365.                         ],
  12366.                         'disabled_actions' => [
  12367.                             => 'show',
  12368.                             => 'delete',
  12369.                             => 'new',
  12370.                         ],
  12371.                         'list' => [
  12372.                             'fields' => [
  12373.                                 => [
  12374.                                     'property' => 'enableAndroid',
  12375.                                     'label' => 'ver en entrenamiento',
  12376.                                     'type' => 'boolean',
  12377.                                 ],
  12378.                                 => [
  12379.                                     'property' => 'enableIos',
  12380.                                     'label' => 'ver en convocatoria',
  12381.                                     'type' => 'boolean',
  12382.                                 ],
  12383.                             ],
  12384.                         ],
  12385.                         'form' => [
  12386.                             'title' => 'label.config',
  12387.                             'fields' => [
  12388.                                 => [
  12389.                                     'type' => 'group',
  12390.                                     'columns' => 6,
  12391.                                     'label' => 'Pagos',
  12392.                                 ],
  12393.                                 => [
  12394.                                     'property' => 'timeForFree',
  12395.                                     'label' => 'Tiempo de uso gratis (dias)',
  12396.                                     'help' => 'Tiempo en dias que tiene el usuario para usar la app de forma gratuita, luego de este tiempo se le pedira pagar.',
  12397.                                 ],
  12398.                                 => [
  12399.                                     'property' => 'version',
  12400.                                     'label' => 'Version de la app',
  12401.                                     'help' => 'Tiempo en dias que tiene el usuario para usar la app de forma gratuita, luego de este tiempo se le pedira pagar.',
  12402.                                 ],
  12403.                                 => [
  12404.                                     'property' => 'enableIos',
  12405.                                     'label' => 'Disponible En Ios',
  12406.                                     'type' => 'checkbox',
  12407.                                 ],
  12408.                                 => [
  12409.                                     'property' => 'enableAndroid',
  12410.                                     'label' => 'Disponible En Android',
  12411.                                     'type' => 'checkbox',
  12412.                                 ],
  12413.                             ],
  12414.                         ],
  12415.                         'name' => 'Config',
  12416.                     ],
  12417.                     'Country' => [
  12418.                         'class' => 'App\\Entity\\Country',
  12419.                         'label' => 'menu.country',
  12420.                         'icon' => 'flag',
  12421.                         'permission' => [
  12422.                             => 'ROLE_ADMIN',
  12423.                         ],
  12424.                         'list' => [
  12425.                             'sort' => [
  12426.                                 => 'name',
  12427.                                 => 'ASC',
  12428.                             ],
  12429.                             'fields' => [
  12430.                                 => [
  12431.                                     'property' => 'flag',
  12432.                                     'label' => 'Bandera',
  12433.                                     'type' => 'image',
  12434.                                     'base_path' => '/uploads/images/country',
  12435.                                     'sortable' => false,
  12436.                                 ],
  12437.                                 => [
  12438.                                     'property' => 'name',
  12439.                                     'label' => 'Nombre',
  12440.                                 ],
  12441.                                 => [
  12442.                                     'property' => 'code',
  12443.                                     'label' => 'Codigo',
  12444.                                 ],
  12445.                             ],
  12446.                         ],
  12447.                         'show' => [
  12448.                             'fields' => [
  12449.                                 => [
  12450.                                     'property' => 'name',
  12451.                                     'label' => 'Nombre',
  12452.                                 ],
  12453.                                 => [
  12454.                                     'property' => 'code',
  12455.                                     'label' => 'Codigo',
  12456.                                 ],
  12457.                                 => [
  12458.                                     'property' => 'flag',
  12459.                                     'label' => 'Bandera',
  12460.                                     'type' => 'image',
  12461.                                     'base_path' => '/uploads/images/country',
  12462.                                 ],
  12463.                             ],
  12464.                         ],
  12465.                         'form' => [
  12466.                             'fields' => [
  12467.                                 => [
  12468.                                     'property' => 'name',
  12469.                                     'label' => 'Nombre',
  12470.                                 ],
  12471.                                 => [
  12472.                                     'property' => 'code',
  12473.                                     'label' => 'Codigo',
  12474.                                 ],
  12475.                                 => [
  12476.                                     'property' => 'flagFile',
  12477.                                     'type' => 'vich_image',
  12478.                                 ],
  12479.                             ],
  12480.                         ],
  12481.                         'name' => 'Country',
  12482.                     ],
  12483.                     'Coupon' => [
  12484.                         'class' => 'App\\Entity\\Coupon',
  12485.                         'controller' => 'App\\Controller\\CouponController',
  12486.                         'label' => 'menu.coupons',
  12487.                         'icon' => 'gift',
  12488.                         'permission' => [
  12489.                             => 'ROLE_SUPER_ADMIN',
  12490.                         ],
  12491.                         'list' => [
  12492.                             'fields' => [
  12493.                                 => [
  12494.                                     'property' => 'promoCode',
  12495.                                     'label' => 'Código Promocional',
  12496.                                 ],
  12497.                                 => [
  12498.                                     'property' => 'expiresAt',
  12499.                                     'label' => 'Expira en',
  12500.                                 ],
  12501.                                 => [
  12502.                                     'property' => 'limitUses',
  12503.                                     'label' => 'Nro Usos Límite',
  12504.                                 ],
  12505.                                 => [
  12506.                                     'property' => 'activatedUses',
  12507.                                     'label' => 'Nro Usos Activados',
  12508.                                 ],
  12509.                                 => [
  12510.                                     'property' => 'createdAt',
  12511.                                     'label' => 'Creado en',
  12512.                                 ],
  12513.                                 => [
  12514.                                     'property' => 'updatedAt',
  12515.                                     'label' => 'Editado en',
  12516.                                 ],
  12517.                             ],
  12518.                         ],
  12519.                         'show' => [
  12520.                             'fields' => [
  12521.                                 => [
  12522.                                     'property' => 'promoCode',
  12523.                                     'label' => 'Código Promocional',
  12524.                                 ],
  12525.                                 => [
  12526.                                     'property' => 'expiresAt',
  12527.                                     'label' => 'Expira en',
  12528.                                 ],
  12529.                                 => [
  12530.                                     'property' => 'limitUses',
  12531.                                     'label' => 'Nro Usos Límite',
  12532.                                 ],
  12533.                                 => [
  12534.                                     'property' => 'createdAt',
  12535.                                     'label' => 'Creado en',
  12536.                                 ],
  12537.                                 => [
  12538.                                     'property' => 'updatedAt',
  12539.                                     'label' => 'Editado en',
  12540.                                 ],
  12541.                                 => [
  12542.                                     'property' => 'customers',
  12543.                                     'label' => 'Clientes',
  12544.                                 ],
  12545.                             ],
  12546.                         ],
  12547.                         'form' => [
  12548.                             'fields' => [
  12549.                                 => [
  12550.                                     'property' => 'isGeneratedPromoCode',
  12551.                                     'label' => 'Auto Generar Promo Code',
  12552.                                     'type' => 'checkbox',
  12553.                                     'type_options' => [
  12554.                                         'attr' => [
  12555.                                             'autocomplete' => 'off',
  12556.                                             'class' => 'cb_auto_generate_promo_code',
  12557.                                         ],
  12558.                                     ],
  12559.                                 ],
  12560.                                 => [
  12561.                                     'property' => 'promoCode',
  12562.                                     'label' => 'Código Promocional',
  12563.                                     'type_options' => [
  12564.                                         'required' => true,
  12565.                                         'attr' => [
  12566.                                             'autocomplete' => 'off',
  12567.                                             'class' => 'text_promo_code',
  12568.                                             'maxlength' => 6,
  12569.                                             'style' => 'text-transform: uppercase;',
  12570.                                         ],
  12571.                                     ],
  12572.                                 ],
  12573.                                 => [
  12574.                                     'property' => 'expiresAt',
  12575.                                     'label' => 'Expira en',
  12576.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  12577.                                     'type_options' => [
  12578.                                         'attr' => [
  12579.                                             'autocomplete' => 'off',
  12580.                                         ],
  12581.                                         'required' => true,
  12582.                                     ],
  12583.                                 ],
  12584.                                 => [
  12585.                                     'property' => 'limitUses',
  12586.                                     'label' => 'Nro Usos Límite',
  12587.                                     'type_options' => [
  12588.                                         'required' => true,
  12589.                                     ],
  12590.                                 ],
  12591.                                 => [
  12592.                                     'property' => 'customers',
  12593.                                     'label' => 'Clientes',
  12594.                                     'type_options' => [
  12595.                                         'multiple' => true,
  12596.                                     ],
  12597.                                 ],
  12598.                             ],
  12599.                         ],
  12600.                         'edit' => [
  12601.                             'fields' => [
  12602.                                 => [
  12603.                                     'property' => 'isGeneratedPromoCode',
  12604.                                     'label' => 'Auto Generar Promo Code',
  12605.                                     'type' => 'checkbox',
  12606.                                     'type_options' => [
  12607.                                         'attr' => [
  12608.                                             'autocomplete' => 'off',
  12609.                                             'class' => 'cb_auto_generate_promo_code',
  12610.                                         ],
  12611.                                     ],
  12612.                                 ],
  12613.                                 => [
  12614.                                     'property' => 'promoCode',
  12615.                                     'label' => 'Código Promocional',
  12616.                                     'type_options' => [
  12617.                                         'required' => true,
  12618.                                         'attr' => [
  12619.                                             'autocomplete' => 'off',
  12620.                                             'class' => 'text_promo_code',
  12621.                                             'maxlength' => 6,
  12622.                                             'style' => 'text-transform: uppercase;',
  12623.                                         ],
  12624.                                     ],
  12625.                                 ],
  12626.                                 => [
  12627.                                     'property' => 'expiresAt',
  12628.                                     'label' => 'Expira en',
  12629.                                     'type' => 'App\\Form\\Type\\ExpiredAtType',
  12630.                                     'type_options' => [
  12631.                                         'attr' => [
  12632.                                             'autocomplete' => 'off',
  12633.                                         ],
  12634.                                         'required' => true,
  12635.                                     ],
  12636.                                 ],
  12637.                                 => [
  12638.                                     'property' => 'limitUses',
  12639.                                     'label' => 'Nro Usos Límite',
  12640.                                     'type_options' => [
  12641.                                         'required' => true,
  12642.                                     ],
  12643.                                 ],
  12644.                             ],
  12645.                         ],
  12646.                         'name' => 'Coupon',
  12647.                     ],
  12648.                     'CouponCustomer' => [
  12649.                         'class' => 'App\\Entity\\CouponCustomer',
  12650.                         'controller' => 'App\\Controller\\CouponCustomerController',
  12651.                         'label' => 'label.user_coupon',
  12652.                         'icon' => 'gift',
  12653.                         'permission' => [
  12654.                             => 'ROLE_SUPER_ADMIN',
  12655.                         ],
  12656.                         'list' => [
  12657.                             'filters' => [
  12658.                                 => 'coupon',
  12659.                             ],
  12660.                             'fields' => [
  12661.                                 => 'customer',
  12662.                                 => 'coupon',
  12663.                             ],
  12664.                         ],
  12665.                         'name' => 'CouponCustomer',
  12666.                     ],
  12667.                     'Customer' => [
  12668.                         'class' => 'App\\Entity\\Customer',
  12669.                         'controller' => 'App\\Controller\\CustomerController',
  12670.                         'label' => 'menu.clients',
  12671.                         'icon' => 'user',
  12672.                         'permission' => [
  12673.                             => 'ROLE_ADMIN',
  12674.                         ],
  12675.                         'list' => [
  12676.                             'batch_actions' => [
  12677.                                 => [
  12678.                                     'name' => 'captureMail',
  12679.                                     'label' => 'Copiar Correo',
  12680.                                     'icon' => 'envelope',
  12681.                                     'css_class' => 'btn btn-secondary',
  12682.                                     'ask_confirm' => false,
  12683.                                 ],
  12684.                             ],
  12685.                             'max_results' => 100,
  12686.                             'fields' => [
  12687.                                 => [
  12688.                                     'property' => 'imageTeam',
  12689.                                     'label' => 'Imagen',
  12690.                                     'type' => 'image',
  12691.                                     'base_path' => '/uploads/images/customer',
  12692.                                     'sortable' => false,
  12693.                                 ],
  12694.                                 => [
  12695.                                     'property' => 'name',
  12696.                                     'label' => 'Nombre',
  12697.                                 ],
  12698.                                 => 'email',
  12699.                                 => [
  12700.                                     'property' => 'enabled',
  12701.                                     'label' => 'Habilitado',
  12702.                                 ],
  12703.                                 => [
  12704.                                     'property' => 'seasonActiveText',
  12705.                                     'label' => 'Temp.',
  12706.                                 ],
  12707.                                 => [
  12708.                                     'property' => 'nameTeam',
  12709.                                     'label' => 'Equipo',
  12710.                                 ],
  12711.                                 => [
  12712.                                     'property' => 'typeAccount',
  12713.                                     'label' => 'Tipo Cuenta',
  12714.                                 ],
  12715.                                 => [
  12716.                                     'property' => 'isPro',
  12717.                                     'label' => 'User Pro',
  12718.                                     'type' => 'boolean',
  12719.                                 ],
  12720.                             ],
  12721.                         ],
  12722.                         'show' => [
  12723.                             'fields' => [
  12724.                                 => 'name',
  12725.                                 => [
  12726.                                     'property' => 'surname',
  12727.                                     'label' => 'label.surname',
  12728.                                 ],
  12729.                                 => 'email',
  12730.                                 => [
  12731.                                     'property' => 'countryName',
  12732.                                     'label' => 'Country',
  12733.                                 ],
  12734.                                 => [
  12735.                                     'property' => 'nameTeam',
  12736.                                     'label' => 'Nombre Equipo',
  12737.                                     'type' => 'text',
  12738.                                 ],
  12739.                                 => [
  12740.                                     'property' => 'image',
  12741.                                     'label' => 'Imagen',
  12742.                                     'type' => 'image',
  12743.                                     'base_path' => '/uploads/images/customer',
  12744.                                 ],
  12745.                                 => [
  12746.                                     'property' => 'seasonActiveText',
  12747.                                     'label' => 'Tem.',
  12748.                                 ],
  12749.                                 => 'enabled',
  12750.                                 => [
  12751.                                     'property' => 'typeAccount',
  12752.                                     'label' => 'label.type_account',
  12753.                                 ],
  12754.                                 => [
  12755.                                     'property' => 'categoryTeam',
  12756.                                     'label' => 'Category',
  12757.                                     'type' => 'text',
  12758.                                 ],
  12759.                                 10 => [
  12760.                                     'property' => 'typeSoccerTeamName',
  12761.                                     'label' => 'menu.type_soccer',
  12762.                                     'type' => 'text',
  12763.                                 ],
  12764.                             ],
  12765.                         ],
  12766.                         'form' => [
  12767.                             'fields' => [
  12768.                                 => 'name',
  12769.                                 => [
  12770.                                     'property' => 'surname',
  12771.                                     'label' => 'label.surname',
  12772.                                 ],
  12773.                                 => [
  12774.                                     'property' => 'imageFile',
  12775.                                     'label' => 'Imagen Coach',
  12776.                                     'type' => 'vich_image',
  12777.                                     'help' => 'La imagen debe ser de 500x350 px',
  12778.                                 ],
  12779.                                 => [
  12780.                                     'property' => 'email',
  12781.                                     'type' => 'email',
  12782.                                 ],
  12783.                                 => [
  12784.                                     'property' => 'plainPassword',
  12785.                                     'label' => 'Password',
  12786.                                     'type' => 'password',
  12787.                                     'type_options' => [
  12788.                                         'required' => true,
  12789.                                     ],
  12790.                                 ],
  12791.                                 => [
  12792.                                     'property' => 'nameTeam',
  12793.                                     'label' => 'Nombre Equipo',
  12794.                                     'type' => 'text',
  12795.                                     'type_options' => [
  12796.                                         'required' => true,
  12797.                                     ],
  12798.                                 ],
  12799.                                 => [
  12800.                                     'property' => 'categoryTeam',
  12801.                                     'label' => 'Category',
  12802.                                     'type' => 'text',
  12803.                                     'type_options' => [
  12804.                                         'required' => true,
  12805.                                     ],
  12806.                                 ],
  12807.                                 => [
  12808.                                     'property' => 'typeSoccerTeamId',
  12809.                                     'label' => 'menu.type_soccer',
  12810.                                     'type' => 'App\\Form\\Type\\TypeSoccerType',
  12811.                                     'type_options' => [
  12812.                                         'required' => true,
  12813.                                     ],
  12814.                                 ],
  12815.                                 => [
  12816.                                     'property' => 'plainPassword',
  12817.                                     'label' => 'Password',
  12818.                                     'type' => 'password',
  12819.                                     'type_options' => [
  12820.                                         'required' => true,
  12821.                                     ],
  12822.                                 ],
  12823.                                 => [
  12824.                                     'property' => 'country_id',
  12825.                                     'label' => 'Country',
  12826.                                     'type' => 'App\\Form\\Type\\CountryType',
  12827.                                     'type_options' => [
  12828.                                         'required' => true,
  12829.                                     ],
  12830.                                 ],
  12831.                                 10 => [
  12832.                                     'property' => 'seasonYear',
  12833.                                     'label' => 'Season',
  12834.                                     'type' => 'App\\Form\\Type\\SeasonType',
  12835.                                     'type_options' => [
  12836.                                         'required' => true,
  12837.                                     ],
  12838.                                 ],
  12839.                             ],
  12840.                         ],
  12841.                         'edit' => [
  12842.                             'fields' => [
  12843.                                 => [
  12844.                                     'property' => 'plainPassword',
  12845.                                     'label' => 'Password',
  12846.                                     'type' => 'password',
  12847.                                     'type_options' => [
  12848.                                         'required' => false,
  12849.                                     ],
  12850.                                 ],
  12851.                                 => [
  12852.                                     'property' => 'isPro',
  12853.                                     'label' => 'User is Pro',
  12854.                                     'type' => 'checkbox',
  12855.                                 ],
  12856.                             ],
  12857.                         ],
  12858.                         'name' => 'Customer',
  12859.                     ],
  12860.                     'Difficulty' => [
  12861.                         'class' => 'App\\Entity\\Difficulty',
  12862.                         'label' => 'menu.difficulty',
  12863.                         'controller' => 'App\\Controller\\DifficultyController',
  12864.                         'icon' => 'user-tie',
  12865.                         'permission' => [
  12866.                             => 'ROLE_ADMIN',
  12867.                         ],
  12868.                         'list' => [
  12869.                             'fields' => [
  12870.                                 => [
  12871.                                     'property' => 'name',
  12872.                                     'label' => 'Nombres',
  12873.                                 ],
  12874.                             ],
  12875.                         ],
  12876.                         'show' => [
  12877.                             'fields' => [
  12878.                                 => [
  12879.                                     'property' => 'name',
  12880.                                     'label' => 'Nombres',
  12881.                                 ],
  12882.                             ],
  12883.                         ],
  12884.                         'form' => [
  12885.                             'fields' => [
  12886.                                 => [
  12887.                                     'property' => 'translations',
  12888.                                     'label' => 'Traducciones',
  12889.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  12890.                                     'type_options' => [
  12891.                                         'fields' => [
  12892.                                             'name' => [
  12893.                                                 'attr' => [
  12894.                                                     'style' => 'max-width: inherit;',
  12895.                                                 ],
  12896.                                             ],
  12897.                                         ],
  12898.                                     ],
  12899.                                 ],
  12900.                                 => [
  12901.                                     'property' => 'imageFile',
  12902.                                     'label' => 'Imagen',
  12903.                                     'type' => 'vich_image',
  12904.                                 ],
  12905.                             ],
  12906.                         ],
  12907.                         'name' => 'Difficulty',
  12908.                     ],
  12909.                     'Exercise' => [
  12910.                         'class' => 'App\\Entity\\Exercise',
  12911.                         'label' => 'menu.trainings',
  12912.                         'icon' => 'male',
  12913.                         'permission' => [
  12914.                             => 'ROLE_ADMIN',
  12915.                         ],
  12916.                         'list' => [
  12917.                             'filters' => [
  12918.                                 => [
  12919.                                     'property' => 'updatedAt',
  12920.                                     'label' => 'label.updatedAt',
  12921.                                     'type' => 'date',
  12922.                                 ],
  12923.                                 => [
  12924.                                     'property' => 'category',
  12925.                                     'label' => 'menu.category',
  12926.                                 ],
  12927.                                 => [
  12928.                                     'property' => 'dificulty',
  12929.                                     'label' => 'label.dificulty',
  12930.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  12931.                                 ],
  12932.                                 => [
  12933.                                     'property' => 'intensity',
  12934.                                     'label' => 'label.intensity',
  12935.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  12936.                                 ],
  12937.                             ],
  12938.                             'fields' => [
  12939.                                 => [
  12940.                                     'property' => 'poster',
  12941.                                     'label' => 'Imagen',
  12942.                                     'type' => 'image',
  12943.                                     'base_path' => '/uploads/images/exercise',
  12944.                                     'sortable' => false,
  12945.                                 ],
  12946.                                 => [
  12947.                                     'property' => 'name',
  12948.                                     'label' => 'Nombre',
  12949.                                 ],
  12950.                                 => [
  12951.                                     'property' => 'category',
  12952.                                     'label' => 'Categoria',
  12953.                                 ],
  12954.                                 => [
  12955.                                     'property' => 'duration',
  12956.                                     'label' => 'Tiempo',
  12957.                                 ],
  12958.                                 => [
  12959.                                     'property' => 'dificulty',
  12960.                                     'label' => 'label.dificulty',
  12961.                                 ],
  12962.                                 => [
  12963.                                     'property' => 'intensity',
  12964.                                     'label' => 'label.intensity',
  12965.                                 ],
  12966.                             ],
  12967.                             'max_results' => 30,
  12968.                             'dql_filter' => 'entity.customer_id IS NULL',
  12969.                         ],
  12970.                         'show' => [
  12971.                             'fields' => [
  12972.                                 => [
  12973.                                     'property' => 'name',
  12974.                                     'label' => 'Nombre',
  12975.                                 ],
  12976.                                 => [
  12977.                                     'property' => 'image',
  12978.                                     'label' => 'Imagen o Video',
  12979.                                     'type' => 'file',
  12980.                                     'base_path' => '/uploads/images/exercise',
  12981.                                 ],
  12982.                                 => [
  12983.                                     'property' => 'category',
  12984.                                     'label' => 'Categoria',
  12985.                                 ],
  12986.                                 => [
  12987.                                     'property' => 'description',
  12988.                                     'label' => 'Descripcion',
  12989.                                 ],
  12990.                                 => [
  12991.                                     'property' => 'poster',
  12992.                                     'label' => 'Imagen Ejercicio',
  12993.                                     'type' => 'image',
  12994.                                     'base_path' => '/uploads/images/exercise',
  12995.                                 ],
  12996.                                 => [
  12997.                                     'property' => 'dificulty',
  12998.                                     'label' => 'label.dificulty',
  12999.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13000.                                 ],
  13001.                                 => [
  13002.                                     'property' => 'intensity',
  13003.                                     'label' => 'label.intensity',
  13004.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13005.                                 ],
  13006.                                 => [
  13007.                                     'property' => 'duration',
  13008.                                     'label' => 'Tiempo',
  13009.                                 ],
  13010.                             ],
  13011.                         ],
  13012.                         'form' => [
  13013.                             'fields' => [
  13014.                                 => [
  13015.                                     'property' => 'translations',
  13016.                                     'label' => 'Traducciones',
  13017.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13018.                                     'type_options' => [
  13019.                                         'fields' => [
  13020.                                             'name' => [
  13021.                                                 'attr' => [
  13022.                                                     'style' => 'max-width: inherit;',
  13023.                                                 ],
  13024.                                             ],
  13025.                                             'description' => [
  13026.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13027.                                                 'attr' => [
  13028.                                                     'rows' => '10',
  13029.                                                     'style' => 'max-width: inherit;',
  13030.                                                 ],
  13031.                                             ],
  13032.                                         ],
  13033.                                     ],
  13034.                                 ],
  13035.                                 => [
  13036.                                     'property' => 'imageFile',
  13037.                                     'label' => 'Imagen o Video',
  13038.                                     'type' => 'vich_file',
  13039.                                     'help' => 'La imagen debe ser de 100x100 px',
  13040.                                 ],
  13041.                                 => [
  13042.                                     'property' => 'category',
  13043.                                     'label' => 'Categoria',
  13044.                                 ],
  13045.                                 => [
  13046.                                     'property' => 'posterFile',
  13047.                                     'label' => 'Imagen Ejercicio',
  13048.                                     'type' => 'vich_image',
  13049.                                     'help' => 'La imagen debe ser de 500x350 px',
  13050.                                 ],
  13051.                                 => [
  13052.                                     'property' => 'dificulty',
  13053.                                     'label' => 'label.dificulty',
  13054.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13055.                                 ],
  13056.                                 => [
  13057.                                     'property' => 'intensity',
  13058.                                     'label' => 'label.intensity',
  13059.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13060.                                 ],
  13061.                                 => [
  13062.                                     'property' => 'duration',
  13063.                                     'label' => 'Tiempo',
  13064.                                     'help' => 'Tiempo en minutos',
  13065.                                     'type_options' => [
  13066.                                         'attr' => [
  13067.                                             'min' => 1,
  13068.                                             'max' => 999,
  13069.                                         ],
  13070.                                     ],
  13071.                                 ],
  13072.                                 => [
  13073.                                     'property' => 'materials',
  13074.                                     'label' => 'Material',
  13075.                                     'type_options' => [
  13076.                                         'multiple' => true,
  13077.                                         'class' => 'App\\Entity\\Material',
  13078.                                     ],
  13079.                                 ],
  13080.                             ],
  13081.                         ],
  13082.                         'search' => [
  13083.                             'fields' => [
  13084.                                 => 'category',
  13085.                                 => 'translations.name',
  13086.                             ],
  13087.                         ],
  13088.                         'name' => 'Exercise',
  13089.                     ],
  13090.                     'ExerciseCustomer' => [
  13091.                         'class' => 'App\\Entity\\Exercise',
  13092.                         'label' => 'menu.trainings_users',
  13093.                         'icon' => 'male',
  13094.                         'permission' => [
  13095.                             => 'ROLE_ADMIN',
  13096.                         ],
  13097.                         'list' => [
  13098.                             'filters' => [
  13099.                                 => [
  13100.                                     'property' => 'updatedAt',
  13101.                                     'label' => 'label.updatedAt',
  13102.                                     'type' => 'date',
  13103.                                 ],
  13104.                                 => [
  13105.                                     'property' => 'category',
  13106.                                     'label' => 'menu.category',
  13107.                                 ],
  13108.                                 => [
  13109.                                     'property' => 'dificulty',
  13110.                                     'label' => 'label.dificulty',
  13111.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  13112.                                 ],
  13113.                                 => [
  13114.                                     'property' => 'intensity',
  13115.                                     'label' => 'label.intensity',
  13116.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  13117.                                 ],
  13118.                             ],
  13119.                             'fields' => [
  13120.                                 => [
  13121.                                     'property' => 'image',
  13122.                                     'label' => 'Imagen',
  13123.                                     'type' => 'image',
  13124.                                     'base_path' => '/uploads/images/exercise',
  13125.                                     'sortable' => false,
  13126.                                 ],
  13127.                                 => [
  13128.                                     'property' => 'name',
  13129.                                     'label' => 'Nombre',
  13130.                                 ],
  13131.                                 => [
  13132.                                     'property' => 'category',
  13133.                                     'label' => 'Categoria',
  13134.                                 ],
  13135.                                 => [
  13136.                                     'property' => 'duration',
  13137.                                     'label' => 'Tiempo',
  13138.                                 ],
  13139.                                 => [
  13140.                                     'property' => 'dificulty',
  13141.                                     'label' => 'label.dificulty',
  13142.                                 ],
  13143.                                 => [
  13144.                                     'property' => 'intensity',
  13145.                                     'label' => 'label.intensity',
  13146.                                 ],
  13147.                             ],
  13148.                             'max_results' => 30,
  13149.                             'dql_filter' => 'entity.customer_id IS NOT NULL',
  13150.                         ],
  13151.                         'show' => [
  13152.                             'fields' => [
  13153.                                 => [
  13154.                                     'property' => 'name',
  13155.                                     'label' => 'Nombre',
  13156.                                 ],
  13157.                                 => [
  13158.                                     'property' => 'image',
  13159.                                     'label' => 'Imagen',
  13160.                                     'type' => 'image',
  13161.                                     'base_path' => '/uploads/images/exercise',
  13162.                                 ],
  13163.                                 => [
  13164.                                     'property' => 'category',
  13165.                                     'label' => 'Categoria',
  13166.                                 ],
  13167.                                 => [
  13168.                                     'property' => 'description',
  13169.                                     'label' => 'Descripcion',
  13170.                                 ],
  13171.                                 => [
  13172.                                     'property' => 'poster',
  13173.                                     'label' => 'Imagen Ejercicio',
  13174.                                     'type' => 'image',
  13175.                                     'base_path' => '/uploads/images/exercise',
  13176.                                 ],
  13177.                                 => [
  13178.                                     'property' => 'dificulty',
  13179.                                     'label' => 'label.dificulty',
  13180.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13181.                                 ],
  13182.                                 => [
  13183.                                     'property' => 'intensity',
  13184.                                     'label' => 'label.intensity',
  13185.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13186.                                 ],
  13187.                                 => [
  13188.                                     'property' => 'duration',
  13189.                                     'label' => 'Tiempo',
  13190.                                 ],
  13191.                             ],
  13192.                         ],
  13193.                         'form' => [
  13194.                             'fields' => [
  13195.                                 => [
  13196.                                     'property' => 'translations',
  13197.                                     'label' => 'Traducciones',
  13198.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13199.                                     'type_options' => [
  13200.                                         'fields' => [
  13201.                                             'name' => [
  13202.                                                 'attr' => [
  13203.                                                     'style' => 'max-width: inherit;',
  13204.                                                 ],
  13205.                                             ],
  13206.                                             'description' => [
  13207.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13208.                                                 'attr' => [
  13209.                                                     'rows' => '10',
  13210.                                                     'style' => 'max-width: inherit;',
  13211.                                                 ],
  13212.                                             ],
  13213.                                         ],
  13214.                                     ],
  13215.                                 ],
  13216.                                 => [
  13217.                                     'property' => 'imageFile',
  13218.                                     'label' => 'Imagen',
  13219.                                     'type' => 'vich_image',
  13220.                                     'help' => 'La imagen debe ser de 100x100 px',
  13221.                                 ],
  13222.                                 => [
  13223.                                     'property' => 'category',
  13224.                                     'label' => 'Categoria',
  13225.                                 ],
  13226.                                 => [
  13227.                                     'property' => 'posterFile',
  13228.                                     'label' => 'Imagen Ejercicio',
  13229.                                     'type' => 'vich_image',
  13230.                                     'help' => 'La imagen debe ser de 500x350 px',
  13231.                                 ],
  13232.                                 => [
  13233.                                     'property' => 'dificulty',
  13234.                                     'label' => 'label.dificulty',
  13235.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13236.                                 ],
  13237.                                 => [
  13238.                                     'property' => 'intensity',
  13239.                                     'label' => 'label.intensity',
  13240.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13241.                                 ],
  13242.                                 => [
  13243.                                     'property' => 'duration',
  13244.                                     'label' => 'Tiempo',
  13245.                                     'help' => 'Tiempo en minutos',
  13246.                                     'type_options' => [
  13247.                                         'attr' => [
  13248.                                             'min' => 1,
  13249.                                             'max' => 999,
  13250.                                         ],
  13251.                                     ],
  13252.                                 ],
  13253.                                 => [
  13254.                                     'property' => 'materials',
  13255.                                     'label' => 'Material',
  13256.                                     'type_options' => [
  13257.                                         'multiple' => true,
  13258.                                         'class' => 'App\\Entity\\Material',
  13259.                                     ],
  13260.                                 ],
  13261.                             ],
  13262.                         ],
  13263.                         'search' => [
  13264.                             'fields' => [
  13265.                                 => 'category',
  13266.                                 => 'translations.name',
  13267.                             ],
  13268.                         ],
  13269.                         'name' => 'ExerciseCustomer',
  13270.                     ],
  13271.                     'ExerciseShared' => [
  13272.                         'class' => 'App\\Entity\\Exercise',
  13273.                         'controller' => 'App\\Controller\\ExerciseSharedController',
  13274.                         'label' => 'menu.trainings_shared',
  13275.                         'icon' => 'male',
  13276.                         'permission' => [
  13277.                             => 'ROLE_ADMIN',
  13278.                         ],
  13279.                         'list' => [
  13280.                             'filters' => [
  13281.                                 => [
  13282.                                     'property' => 'updatedAt',
  13283.                                     'label' => 'label.updatedAt',
  13284.                                     'type' => 'date',
  13285.                                 ],
  13286.                                 => [
  13287.                                     'property' => 'category',
  13288.                                     'label' => 'menu.category',
  13289.                                 ],
  13290.                                 => [
  13291.                                     'property' => 'dificulty',
  13292.                                     'label' => 'label.dificulty',
  13293.                                     'type' => 'App\\Form\\Filter\\DificultyFilterType',
  13294.                                 ],
  13295.                                 => [
  13296.                                     'property' => 'intensity',
  13297.                                     'label' => 'label.intensity',
  13298.                                     'type' => 'App\\Form\\Filter\\IntensityFilterType',
  13299.                                 ],
  13300.                             ],
  13301.                             'fields' => [
  13302.                                 => [
  13303.                                     'property' => 'image',
  13304.                                     'label' => 'Imagen',
  13305.                                     'type' => 'image',
  13306.                                     'base_path' => '/uploads/images/exercise',
  13307.                                     'sortable' => false,
  13308.                                 ],
  13309.                                 => [
  13310.                                     'property' => 'name',
  13311.                                     'label' => 'Nombre',
  13312.                                 ],
  13313.                                 => [
  13314.                                     'property' => 'category',
  13315.                                     'label' => 'Categoria',
  13316.                                 ],
  13317.                                 => [
  13318.                                     'property' => 'duration',
  13319.                                     'label' => 'Tiempo',
  13320.                                 ],
  13321.                                 => [
  13322.                                     'property' => 'dificulty',
  13323.                                     'label' => 'label.dificulty',
  13324.                                 ],
  13325.                                 => [
  13326.                                     'property' => 'intensity',
  13327.                                     'label' => 'label.intensity',
  13328.                                 ],
  13329.                                 => [
  13330.                                     'property' => 'exerciseQualifications',
  13331.                                     'label' => 'label.votes',
  13332.                                 ],
  13333.                                 => [
  13334.                                     'property' => 'stars',
  13335.                                     'label' => 'label.rating',
  13336.                                     'template' => 'admin/exercise/starts_exercise.html.twig',
  13337.                                 ],
  13338.                             ],
  13339.                             'max_results' => 30,
  13340.                             'dql_filter' => 'entity.deletedAt IS NULL AND entity.is_shared IS NOT NULL',
  13341.                         ],
  13342.                         'show' => [
  13343.                             'fields' => [
  13344.                                 => [
  13345.                                     'property' => 'name',
  13346.                                     'label' => 'Nombre',
  13347.                                 ],
  13348.                                 => [
  13349.                                     'property' => 'image',
  13350.                                     'label' => 'Imagen',
  13351.                                     'type' => 'image',
  13352.                                     'base_path' => '/uploads/images/exercise',
  13353.                                 ],
  13354.                                 => [
  13355.                                     'property' => 'category',
  13356.                                     'label' => 'Categoria',
  13357.                                 ],
  13358.                                 => [
  13359.                                     'property' => 'description',
  13360.                                     'label' => 'Descripcion',
  13361.                                 ],
  13362.                                 => [
  13363.                                     'property' => 'poster',
  13364.                                     'label' => 'Imagen Ejercicio',
  13365.                                     'type' => 'image',
  13366.                                     'base_path' => '/uploads/images/exercise',
  13367.                                 ],
  13368.                                 => [
  13369.                                     'property' => 'dificulty',
  13370.                                     'label' => 'label.dificulty',
  13371.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13372.                                 ],
  13373.                                 => [
  13374.                                     'property' => 'intensity',
  13375.                                     'label' => 'label.intensity',
  13376.                                     'template' => 'admin/exercise/dificulty_field.html.twig',
  13377.                                 ],
  13378.                                 => [
  13379.                                     'property' => 'duration',
  13380.                                     'label' => 'Tiempo',
  13381.                                 ],
  13382.                             ],
  13383.                         ],
  13384.                         'form' => [
  13385.                             'fields' => [
  13386.                                 => [
  13387.                                     'property' => 'translations',
  13388.                                     'label' => 'Traducciones',
  13389.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13390.                                     'type_options' => [
  13391.                                         'fields' => [
  13392.                                             'name' => [
  13393.                                                 'attr' => [
  13394.                                                     'style' => 'max-width: inherit;',
  13395.                                                 ],
  13396.                                             ],
  13397.                                             'description' => [
  13398.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13399.                                                 'attr' => [
  13400.                                                     'rows' => '10',
  13401.                                                     'style' => 'max-width: inherit;',
  13402.                                                 ],
  13403.                                             ],
  13404.                                         ],
  13405.                                     ],
  13406.                                 ],
  13407.                                 => [
  13408.                                     'property' => 'imageFile',
  13409.                                     'label' => 'Imagen',
  13410.                                     'type' => 'vich_image',
  13411.                                     'help' => 'La imagen debe ser de 100x100 px',
  13412.                                 ],
  13413.                                 => [
  13414.                                     'property' => 'category',
  13415.                                     'label' => 'Categoria',
  13416.                                 ],
  13417.                                 => [
  13418.                                     'property' => 'posterFile',
  13419.                                     'label' => 'Imagen Ejercicio',
  13420.                                     'type' => 'vich_image',
  13421.                                     'help' => 'La imagen debe ser de 500x350 px',
  13422.                                 ],
  13423.                                 => [
  13424.                                     'property' => 'dificulty',
  13425.                                     'label' => 'label.dificulty',
  13426.                                     'type' => 'App\\Form\\Type\\DificultyType',
  13427.                                 ],
  13428.                                 => [
  13429.                                     'property' => 'intensity',
  13430.                                     'label' => 'label.intensity',
  13431.                                     'type' => 'App\\Form\\Type\\IntensityType',
  13432.                                 ],
  13433.                                 => [
  13434.                                     'property' => 'duration',
  13435.                                     'label' => 'Tiempo',
  13436.                                     'help' => 'Tiempo en minutos',
  13437.                                     'type_options' => [
  13438.                                         'attr' => [
  13439.                                             'min' => 1,
  13440.                                             'max' => 999,
  13441.                                         ],
  13442.                                     ],
  13443.                                 ],
  13444.                                 => [
  13445.                                     'property' => 'materials',
  13446.                                     'label' => 'Material',
  13447.                                     'type_options' => [
  13448.                                         'multiple' => true,
  13449.                                         'class' => 'App\\Entity\\Material',
  13450.                                     ],
  13451.                                 ],
  13452.                             ],
  13453.                         ],
  13454.                         'search' => [
  13455.                             'fields' => [
  13456.                                 => 'category',
  13457.                                 => 'translations.name',
  13458.                             ],
  13459.                         ],
  13460.                         'name' => 'ExerciseShared',
  13461.                     ],
  13462.                     'JustificationType' => [
  13463.                         'class' => 'App\\Entity\\JustificationType',
  13464.                         'controller' => 'App\\Controller\\JustificationTypeController',
  13465.                         'label' => 'menu.justification_type',
  13466.                         'icon' => 'user-tie',
  13467.                         'permission' => [
  13468.                             => 'ROLE_ADMIN',
  13469.                         ],
  13470.                         'list' => [
  13471.                             'fields' => [
  13472.                                 => [
  13473.                                     'property' => 'icon',
  13474.                                     'label' => 'Imagen',
  13475.                                     'type' => 'image',
  13476.                                     'base_path' => '/uploads/images/justification_icons',
  13477.                                     'sortable' => false,
  13478.                                 ],
  13479.                                 => [
  13480.                                     'property' => 'name',
  13481.                                     'label' => 'Nombres',
  13482.                                 ],
  13483.                                 => [
  13484.                                     'property' => 'description',
  13485.                                     'label' => 'Descripcion',
  13486.                                 ],
  13487.                                 => [
  13488.                                     'property' => 'nro_order',
  13489.                                     'label' => 'Order en vista',
  13490.                                 ],
  13491.                                 => [
  13492.                                     'property' => 'showTraining',
  13493.                                     'label' => 'ver en entrenamiento',
  13494.                                     'type' => 'boolean',
  13495.                                 ],
  13496.                                 => [
  13497.                                     'property' => 'showAnnouncement',
  13498.                                     'label' => 'ver en convocatoria',
  13499.                                     'type' => 'boolean',
  13500.                                 ],
  13501.                             ],
  13502.                         ],
  13503.                         'show' => [
  13504.                             'fields' => [
  13505.                                 => [
  13506.                                     'property' => 'name',
  13507.                                     'label' => 'Nombres',
  13508.                                 ],
  13509.                                 => [
  13510.                                     'property' => 'description',
  13511.                                     'label' => 'Descripcion',
  13512.                                 ],
  13513.                                 => [
  13514.                                     'property' => 'icon',
  13515.                                     'label' => 'Imagen',
  13516.                                     'type' => 'image',
  13517.                                     'base_path' => '/uploads/images/justification_icons',
  13518.                                 ],
  13519.                             ],
  13520.                         ],
  13521.                         'form' => [
  13522.                             'fields' => [
  13523.                                 => [
  13524.                                     'property' => 'translations',
  13525.                                     'label' => 'Traducciones',
  13526.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13527.                                     'type_options' => [
  13528.                                         'fields' => [
  13529.                                             'name' => [
  13530.                                                 'attr' => [
  13531.                                                     'style' => 'max-width: inherit;',
  13532.                                                 ],
  13533.                                             ],
  13534.                                             'description' => [
  13535.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13536.                                                 'attr' => [
  13537.                                                     'rows' => '10',
  13538.                                                     'style' => 'max-width: inherit;',
  13539.                                                 ],
  13540.                                             ],
  13541.                                         ],
  13542.                                     ],
  13543.                                 ],
  13544.                                 => [
  13545.                                     'property' => 'iconFile',
  13546.                                     'label' => 'Imagen',
  13547.                                     'type' => 'vich_image',
  13548.                                 ],
  13549.                                 => [
  13550.                                     'property' => 'nro_order',
  13551.                                     'label' => 'label.nro_order',
  13552.                                     'type' => 'number',
  13553.                                 ],
  13554.                                 => [
  13555.                                     'property' => 'showTraining',
  13556.                                     'label' => 'label.showTraining',
  13557.                                 ],
  13558.                                 => [
  13559.                                     'property' => 'showAnnouncement',
  13560.                                     'label' => 'label.showAnnouncement',
  13561.                                     'type' => 'checkbox',
  13562.                                 ],
  13563.                             ],
  13564.                         ],
  13565.                         'name' => 'JustificationType',
  13566.                     ],
  13567.                     'Locality' => [
  13568.                         'class' => 'App\\Entity\\Locality',
  13569.                         'label' => 'menu.locality',
  13570.                         'controller' => 'App\\Controller\\LocalityController',
  13571.                         'icon' => 'user-tie',
  13572.                         'permission' => [
  13573.                             => 'ROLE_ADMIN',
  13574.                         ],
  13575.                         'list' => [
  13576.                             'fields' => [
  13577.                                 => [
  13578.                                     'property' => 'name',
  13579.                                     'label' => 'Nombres',
  13580.                                 ],
  13581.                                 => [
  13582.                                     'property' => 'image',
  13583.                                     'label' => 'Imagen',
  13584.                                     'type' => 'image',
  13585.                                     'base_path' => '/uploads/images/locality',
  13586.                                     'sortable' => false,
  13587.                                 ],
  13588.                             ],
  13589.                         ],
  13590.                         'show' => [
  13591.                             'fields' => [
  13592.                                 => [
  13593.                                     'property' => 'name',
  13594.                                     'label' => 'Nombres',
  13595.                                 ],
  13596.                                 => [
  13597.                                     'property' => 'image',
  13598.                                     'label' => 'Imagen',
  13599.                                     'type' => 'image',
  13600.                                     'base_path' => '/uploads/images/locality',
  13601.                                 ],
  13602.                             ],
  13603.                         ],
  13604.                         'form' => [
  13605.                             'fields' => [
  13606.                                 => [
  13607.                                     'property' => 'translations',
  13608.                                     'label' => 'Traducciones',
  13609.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13610.                                     'type_options' => [
  13611.                                         'fields' => [
  13612.                                             'name' => [
  13613.                                                 'attr' => [
  13614.                                                     'style' => 'max-width: inherit;',
  13615.                                                 ],
  13616.                                             ],
  13617.                                         ],
  13618.                                     ],
  13619.                                 ],
  13620.                                 => [
  13621.                                     'property' => 'imageFile',
  13622.                                     'label' => 'Imagen',
  13623.                                     'type' => 'vich_image',
  13624.                                 ],
  13625.                             ],
  13626.                         ],
  13627.                         'name' => 'Locality',
  13628.                     ],
  13629.                     'Material' => [
  13630.                         'class' => 'App\\Entity\\Material',
  13631.                         'label' => 'menu.material',
  13632.                         'icon' => 'futbol-o',
  13633.                         'permission' => [
  13634.                             => 'ROLE_ADMIN',
  13635.                         ],
  13636.                         'list' => [
  13637.                             'fields' => [
  13638.                                 => [
  13639.                                     'property' => 'image',
  13640.                                     'type' => 'image',
  13641.                                     'base_path' => '/uploads/images/material',
  13642.                                     'sortable' => false,
  13643.                                 ],
  13644.                                 => [
  13645.                                     'property' => 'name',
  13646.                                     'label' => 'Nombre',
  13647.                                 ],
  13648.                             ],
  13649.                         ],
  13650.                         'show' => [
  13651.                             'fields' => [
  13652.                                 => [
  13653.                                     'property' => 'name',
  13654.                                     'label' => 'Nombre',
  13655.                                 ],
  13656.                                 => [
  13657.                                     'property' => 'image',
  13658.                                     'type' => 'image',
  13659.                                     'base_path' => '/uploads/images/material',
  13660.                                 ],
  13661.                             ],
  13662.                         ],
  13663.                         'form' => [
  13664.                             'fields' => [
  13665.                                 => [
  13666.                                     'property' => 'translations',
  13667.                                     'label' => 'Traducciones',
  13668.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13669.                                 ],
  13670.                                 => [
  13671.                                     'property' => 'imageFile',
  13672.                                     'type' => 'vich_image',
  13673.                                 ],
  13674.                             ],
  13675.                         ],
  13676.                         'name' => 'Material',
  13677.                     ],
  13678.                     'Membership' => [
  13679.                         'class' => 'App\\Entity\\Membership',
  13680.                         'label' => 'Membresia Texto e Imagen',
  13681.                         'controller' => 'App\\Controller\\MembershipController',
  13682.                         'icon' => 'user-tie',
  13683.                         'permission' => [
  13684.                             => 'ROLE_ADMIN',
  13685.                         ],
  13686.                         'list' => [
  13687.                             'fields' => [
  13688.                                 => [
  13689.                                     'property' => 'image',
  13690.                                     'label' => 'Icono',
  13691.                                     'type' => 'image',
  13692.                                     'base_path' => '/uploads/images/membership',
  13693.                                     'sortable' => false,
  13694.                                 ],
  13695.                                 => [
  13696.                                     'property' => 'title',
  13697.                                     'label' => 'Título',
  13698.                                 ],
  13699.                                 => [
  13700.                                     'property' => 'description',
  13701.                                     'label' => 'Descripcion',
  13702.                                 ],
  13703.                             ],
  13704.                         ],
  13705.                         'show' => [
  13706.                             'fields' => [
  13707.                                 => [
  13708.                                     'property' => 'image',
  13709.                                     'label' => 'Imagen',
  13710.                                     'type' => 'image',
  13711.                                     'base_path' => '/uploads/images/membership',
  13712.                                 ],
  13713.                                 => [
  13714.                                     'property' => 'title',
  13715.                                     'label' => 'Título',
  13716.                                 ],
  13717.                                 => [
  13718.                                     'property' => 'description',
  13719.                                     'label' => 'Descripcion',
  13720.                                 ],
  13721.                             ],
  13722.                         ],
  13723.                         'form' => [
  13724.                             'fields' => [
  13725.                                 => [
  13726.                                     'property' => 'translations',
  13727.                                     'label' => 'Traducciones',
  13728.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13729.                                     'type_options' => [
  13730.                                         'fields' => [
  13731.                                             'title' => [
  13732.                                                 'attr' => [
  13733.                                                     'style' => 'max-width: inherit;',
  13734.                                                 ],
  13735.                                             ],
  13736.                                             'description' => [
  13737.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13738.                                                 'attr' => [
  13739.                                                     'rows' => '10',
  13740.                                                     'style' => 'max-width: inherit;',
  13741.                                                 ],
  13742.                                             ],
  13743.                                         ],
  13744.                                         'excluded_fields' => [
  13745.                                             => 'membershipItems',
  13746.                                         ],
  13747.                                     ],
  13748.                                 ],
  13749.                                 => [
  13750.                                     'property' => 'imageFile',
  13751.                                     'label' => 'Imagen',
  13752.                                     'type' => 'vich_image',
  13753.                                 ],
  13754.                             ],
  13755.                         ],
  13756.                         'name' => 'Membership',
  13757.                     ],
  13758.                     'MembershipAttr' => [
  13759.                         'class' => 'App\\Entity\\MembershipAttr',
  13760.                         'label' => 'Membresia Items',
  13761.                         'controller' => 'App\\Controller\\MembershipAttrController',
  13762.                         'icon' => 'user-tie',
  13763.                         'permission' => [
  13764.                             => 'ROLE_ADMIN',
  13765.                         ],
  13766.                         'list' => [
  13767.                             'fields' => [
  13768.                                 => [
  13769.                                     'property' => 'image',
  13770.                                     'label' => 'Imagen',
  13771.                                     'type' => 'image',
  13772.                                     'base_path' => '/uploads/images/membership',
  13773.                                     'sortable' => false,
  13774.                                 ],
  13775.                                 => [
  13776.                                     'property' => 'title',
  13777.                                     'label' => 'Título',
  13778.                                 ],
  13779.                                 => [
  13780.                                     'property' => 'description',
  13781.                                     'label' => 'Descripcion',
  13782.                                 ],
  13783.                                 => [
  13784.                                     'property' => 'membershipParent',
  13785.                                     'label' => 'Membresia 01',
  13786.                                 ],
  13787.                             ],
  13788.                         ],
  13789.                         'show' => [
  13790.                             '_template' => 'admin/membershipAttr/video_file.html.twig',
  13791.                             'fields' => [
  13792.                                 => [
  13793.                                     'property' => 'title',
  13794.                                     'label' => 'Título',
  13795.                                 ],
  13796.                                 => [
  13797.                                     'property' => 'description',
  13798.                                     'label' => 'Descripcion',
  13799.                                 ],
  13800.                                 => [
  13801.                                     'property' => 'image',
  13802.                                     'label' => 'Imagen',
  13803.                                     'type' => 'image',
  13804.                                     'base_path' => '/uploads/images/membership',
  13805.                                 ],
  13806.                                 => [
  13807.                                     'property' => 'imageFile',
  13808.                                     'label' => 'Video',
  13809.                                     'type' => 'image',
  13810.                                     'template' => 'admin/membershipAttr/video_file.html.twig',
  13811.                                 ],
  13812.                             ],
  13813.                         ],
  13814.                         'form' => [
  13815.                             'fields' => [
  13816.                                 => [
  13817.                                     'property' => 'translations',
  13818.                                     'label' => 'Traducciones',
  13819.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13820.                                     'type_options' => [
  13821.                                         'fields' => [
  13822.                                             'title' => [
  13823.                                                 'attr' => [
  13824.                                                     'style' => 'max-width: inherit;',
  13825.                                                 ],
  13826.                                             ],
  13827.                                             'description' => [
  13828.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13829.                                                 'attr' => [
  13830.                                                     'rows' => '10',
  13831.                                                     'style' => 'max-width: inherit;',
  13832.                                                 ],
  13833.                                             ],
  13834.                                         ],
  13835.                                     ],
  13836.                                 ],
  13837.                                 => [
  13838.                                     'property' => 'membershipParentId',
  13839.                                     'label' => 'label.intensity',
  13840.                                     'type' => 'App\\Form\\Type\\TypeMembership',
  13841.                                 ],
  13842.                                 => [
  13843.                                     'property' => 'imageFile',
  13844.                                     'type' => 'vich_image',
  13845.                                     'label' => 'Imagen',
  13846.                                 ],
  13847.                             ],
  13848.                         ],
  13849.                         'name' => 'MembershipAttr',
  13850.                     ],
  13851.                     'MembershipDesc' => [
  13852.                         'class' => 'App\\Entity\\MembershipDesc',
  13853.                         'label' => 'Membresia Description',
  13854.                         'icon' => 'user-tie',
  13855.                         'permission' => [
  13856.                             => 'ROLE_ADMIN',
  13857.                         ],
  13858.                         'list' => [
  13859.                             'fields' => [
  13860.                                 => [
  13861.                                     'property' => 'image',
  13862.                                     'label' => 'Imagen',
  13863.                                     'type' => 'image',
  13864.                                     'base_path' => '/uploads/images/membership',
  13865.                                     'sortable' => false,
  13866.                                 ],
  13867.                                 => [
  13868.                                     'property' => 'title',
  13869.                                     'label' => 'Título',
  13870.                                 ],
  13871.                                 => [
  13872.                                     'property' => 'description',
  13873.                                     'label' => 'Descripcion',
  13874.                                 ],
  13875.                             ],
  13876.                         ],
  13877.                         'show' => [
  13878.                             '_template' => 'admin/membershipAttr/video_file.html.twig',
  13879.                             'fields' => [
  13880.                                 => [
  13881.                                     'property' => 'title',
  13882.                                     'label' => 'Título',
  13883.                                 ],
  13884.                                 => [
  13885.                                     'property' => 'description',
  13886.                                     'label' => 'Descripcion',
  13887.                                 ],
  13888.                                 => [
  13889.                                     'property' => 'image',
  13890.                                     'label' => 'Imagen',
  13891.                                     'type' => 'image',
  13892.                                     'base_path' => '/uploads/images/membership',
  13893.                                 ],
  13894.                             ],
  13895.                         ],
  13896.                         'form' => [
  13897.                             'fields' => [
  13898.                                 => [
  13899.                                     'property' => 'translations',
  13900.                                     'label' => 'Traducciones',
  13901.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13902.                                     'type_options' => [
  13903.                                         'fields' => [
  13904.                                             'title' => [
  13905.                                                 'attr' => [
  13906.                                                     'style' => 'max-width: inherit;',
  13907.                                                 ],
  13908.                                             ],
  13909.                                             'description' => [
  13910.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13911.                                                 'attr' => [
  13912.                                                     'rows' => '10',
  13913.                                                     'style' => 'max-width: inherit;',
  13914.                                                 ],
  13915.                                             ],
  13916.                                         ],
  13917.                                     ],
  13918.                                 ],
  13919.                                 => [
  13920.                                     'property' => 'imageFile',
  13921.                                     'type' => 'vich_image',
  13922.                                 ],
  13923.                             ],
  13924.                         ],
  13925.                         'name' => 'MembershipDesc',
  13926.                     ],
  13927.                     'MembershipItems' => [
  13928.                         'class' => 'App\\Entity\\MembershipItems',
  13929.                         'label' => 'Membresia Items',
  13930.                         'icon' => 'user-tie',
  13931.                         'permission' => [
  13932.                             => 'ROLE_ADMIN',
  13933.                         ],
  13934.                         'list' => [
  13935.                             'fields' => [
  13936.                                 => [
  13937.                                     'property' => 'image',
  13938.                                     'label' => 'Imagen',
  13939.                                     'type' => 'image',
  13940.                                     'base_path' => '/uploads/images/membership',
  13941.                                     'sortable' => false,
  13942.                                 ],
  13943.                                 => [
  13944.                                     'property' => 'title',
  13945.                                     'label' => 'Título',
  13946.                                 ],
  13947.                                 => [
  13948.                                     'property' => 'description',
  13949.                                     'label' => 'Descripcion',
  13950.                                 ],
  13951.                                 => [
  13952.                                     'property' => 'membership_translation_id',
  13953.                                     'label' => 'Membresia01-Item',
  13954.                                 ],
  13955.                             ],
  13956.                         ],
  13957.                         'show' => [
  13958.                             'fields' => [
  13959.                                 => [
  13960.                                     'property' => 'image',
  13961.                                     'label' => 'Imagen',
  13962.                                     'type' => 'image',
  13963.                                     'base_path' => '/uploads/images/membership',
  13964.                                 ],
  13965.                                 => [
  13966.                                     'property' => 'title',
  13967.                                     'label' => 'Título',
  13968.                                 ],
  13969.                                 => [
  13970.                                     'property' => 'description',
  13971.                                     'label' => 'Descripcion',
  13972.                                 ],
  13973.                             ],
  13974.                         ],
  13975.                         'form' => [
  13976.                             'fields' => [
  13977.                                 => [
  13978.                                     'property' => 'translations',
  13979.                                     'label' => 'Traducciones',
  13980.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  13981.                                     'type_options' => [
  13982.                                         'fields' => [
  13983.                                             'title' => [
  13984.                                                 'attr' => [
  13985.                                                     'style' => 'max-width: inherit;',
  13986.                                                 ],
  13987.                                             ],
  13988.                                             'description' => [
  13989.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  13990.                                                 'attr' => [
  13991.                                                     'rows' => '10',
  13992.                                                     'style' => 'max-width: inherit;',
  13993.                                                 ],
  13994.                                             ],
  13995.                                         ],
  13996.                                     ],
  13997.                                 ],
  13998.                                 => [
  13999.                                     'property' => 'imageFile',
  14000.                                     'label' => 'Imagen',
  14001.                                     'type' => 'vich_image',
  14002.                                 ],
  14003.                             ],
  14004.                         ],
  14005.                         'name' => 'MembershipItems',
  14006.                     ],
  14007.                     'Notification' => [
  14008.                         'class' => 'App\\Entity\\Notification',
  14009.                         'controller' => 'App\\Controller\\NotificationController',
  14010.                         'label' => 'Notificaciones generales',
  14011.                         'icon' => 'male',
  14012.                         'permission' => [
  14013.                             => 'ROLE_ADMIN',
  14014.                         ],
  14015.                         'list' => [
  14016.                             'filters' => [
  14017.                                 => [
  14018.                                     'property' => 'createdAt',
  14019.                                     'label' => 'label.createdAt',
  14020.                                     'type' => 'date',
  14021.                                 ],
  14022.                             ],
  14023.                             'fields' => [
  14024.                                 => [
  14025.                                     'property' => 'title',
  14026.                                     'label' => 'Titulo',
  14027.                                 ],
  14028.                                 => [
  14029.                                     'property' => 'body',
  14030.                                     'label' => 'Cuerpo',
  14031.                                 ],
  14032.                             ],
  14033.                             'max_results' => 30,
  14034.                         ],
  14035.                         'show' => [
  14036.                             'fields' => [
  14037.                                 => [
  14038.                                     'property' => 'title',
  14039.                                     'label' => 'Titulo',
  14040.                                 ],
  14041.                                 => [
  14042.                                     'property' => 'body',
  14043.                                     'label' => 'Cuerpo',
  14044.                                 ],
  14045.                             ],
  14046.                         ],
  14047.                         'form' => [
  14048.                             'fields' => [
  14049.                                 => [
  14050.                                     'property' => 'translations',
  14051.                                     'label' => 'Traducciones',
  14052.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  14053.                                     'type_options' => [
  14054.                                         'fields' => [
  14055.                                             'title' => [
  14056.                                                 'attr' => [
  14057.                                                     'style' => 'max-width: inherit;',
  14058.                                                 ],
  14059.                                             ],
  14060.                                             'body' => [
  14061.                                                 'field_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  14062.                                                 'attr' => [
  14063.                                                     'rows' => '10',
  14064.                                                     'style' => 'max-width: inherit;',
  14065.                                                 ],
  14066.                                             ],
  14067.                                         ],
  14068.                                     ],
  14069.                                 ],
  14070.                                 => [
  14071.                                     'property' => 'type_notification_id',
  14072.                                     'label' => 'Tipo de notificacion',
  14073.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14074.                                 ],
  14075.                             ],
  14076.                         ],
  14077.                         'name' => 'Notification',
  14078.                     ],
  14079.                     'NotificationAutomaticMessage' => [
  14080.                         'class' => 'App\\Entity\\NotificationAutomaticMessage',
  14081.                         'controller' => 'App\\Controller\\NotificationAutomaticMessageController',
  14082.                         'label' => 'Notificación mensajes automaticos',
  14083.                         'icon' => 'male',
  14084.                         'permission' => [
  14085.                             => 'ROLE_ADMIN',
  14086.                         ],
  14087.                         'list' => [
  14088.                             'filters' => [
  14089.                                 => [
  14090.                                     'property' => 'createdAt',
  14091.                                     'label' => 'label.createdAt',
  14092.                                     'type' => 'date',
  14093.                                 ],
  14094.                             ],
  14095.                             'fields' => [
  14096.                                 => [
  14097.                                     'property' => 'title',
  14098.                                     'label' => 'Titulo',
  14099.                                 ],
  14100.                                 => [
  14101.                                     'property' => 'singular_message',
  14102.                                     'label' => 'Singular',
  14103.                                 ],
  14104.                                 => [
  14105.                                     'property' => 'plural_message',
  14106.                                     'label' => 'Plural',
  14107.                                 ],
  14108.                                 => [
  14109.                                     'property' => 'image',
  14110.                                     'label' => 'Imagen',
  14111.                                     'type' => 'image',
  14112.                                     'base_path' => '/uploads/images/notification_automatic_message_images',
  14113.                                     'sortable' => false,
  14114.                                 ],
  14115.                             ],
  14116.                             'max_results' => 30,
  14117.                         ],
  14118.                         'show' => [
  14119.                             'fields' => [
  14120.                                 => [
  14121.                                     'property' => 'title',
  14122.                                     'label' => 'Titulo',
  14123.                                 ],
  14124.                                 => [
  14125.                                     'property' => 'singular_message',
  14126.                                     'label' => 'Singular',
  14127.                                 ],
  14128.                                 => [
  14129.                                     'property' => 'plural_message',
  14130.                                     'label' => 'Plural',
  14131.                                 ],
  14132.                                 => [
  14133.                                     'property' => 'type',
  14134.                                     'label' => 'Tipo de notificacion',
  14135.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14136.                                 ],
  14137.                                 => [
  14138.                                     'property' => 'image',
  14139.                                     'label' => 'Imagen',
  14140.                                     'type' => 'image',
  14141.                                     'base_path' => '/uploads/images/notification_automatic_message_images',
  14142.                                     'sortable' => false,
  14143.                                 ],
  14144.                             ],
  14145.                         ],
  14146.                         'form' => [
  14147.                             'fields' => [
  14148.                                 => [
  14149.                                     'property' => 'title',
  14150.                                     'label' => 'Titulo',
  14151.                                 ],
  14152.                                 => [
  14153.                                     'property' => 'plural_message',
  14154.                                     'label' => 'Plural',
  14155.                                     'type' => 'textarea',
  14156.                                     'attr' => [
  14157.                                         'rows' => '2',
  14158.                                     ],
  14159.                                 ],
  14160.                                 => [
  14161.                                     'property' => 'singular_message',
  14162.                                     'label' => 'Singular',
  14163.                                     'type' => 'textarea',
  14164.                                     'attr' => [
  14165.                                         'rows' => '2',
  14166.                                     ],
  14167.                                 ],
  14168.                                 => [
  14169.                                     'property' => 'imageFile',
  14170.                                     'type' => 'vich_image',
  14171.                                 ],
  14172.                                 => [
  14173.                                     'property' => 'type',
  14174.                                     'label' => 'Tipo de notificacion',
  14175.                                     'type' => 'App\\Form\\Type\\NotificationType',
  14176.                                 ],
  14177.                             ],
  14178.                         ],
  14179.                         'name' => 'NotificationAutomaticMessage',
  14180.                     ],
  14181.                     'NotificationAutomaticTranslation' => [
  14182.                         'class' => 'App\\Entity\\NotificationAutomaticTranslation',
  14183.                         'controller' => 'App\\Controller\\NotificationAutomaticTranslationController',
  14184.                         'label' => 'Traducciones de notificaciones automaticas',
  14185.                         'icon' => 'male',
  14186.                         'permission' => [
  14187.                             => 'ROLE_ADMIN',
  14188.                         ],
  14189.                         'list' => [
  14190.                             'filters' => [
  14191.                                 => [
  14192.                                     'property' => 'createdAt',
  14193.                                     'label' => 'label.createdAt',
  14194.                                     'type' => 'date',
  14195.                                 ],
  14196.                             ],
  14197.                             'fields' => [
  14198.                                 => [
  14199.                                     'property' => 'title',
  14200.                                     'label' => 'Titulo',
  14201.                                 ],
  14202.                                 => [
  14203.                                     'property' => 'singular_message',
  14204.                                     'label' => 'Singular',
  14205.                                 ],
  14206.                                 => [
  14207.                                     'property' => 'plural_message',
  14208.                                     'label' => 'Plural',
  14209.                                 ],
  14210.                                 => [
  14211.                                     'property' => 'locale',
  14212.                                     'label' => 'Language',
  14213.                                 ],
  14214.                             ],
  14215.                             'max_results' => 30,
  14216.                         ],
  14217.                         'show' => [
  14218.                             'fields' => [
  14219.                                 => [
  14220.                                     'property' => 'title',
  14221.                                     'label' => 'Titulo',
  14222.                                 ],
  14223.                                 => [
  14224.                                     'property' => 'body',
  14225.                                     'label' => 'Cuerpo',
  14226.                                 ],
  14227.                             ],
  14228.                         ],
  14229.                         'form' => [
  14230.                             'fields' => [
  14231.                                 => [
  14232.                                     'property' => 'title',
  14233.                                     'label' => 'Titulo',
  14234.                                 ],
  14235.                                 => [
  14236.                                     'property' => 'plural_message',
  14237.                                     'label' => 'Plural',
  14238.                                     'type' => 'textarea',
  14239.                                     'attr' => [
  14240.                                         'rows' => '2',
  14241.                                     ],
  14242.                                 ],
  14243.                                 => [
  14244.                                     'property' => 'singular_message',
  14245.                                     'label' => 'Singular',
  14246.                                     'type' => 'textarea',
  14247.                                     'attr' => [
  14248.                                         'rows' => '2',
  14249.                                     ],
  14250.                                 ],
  14251.                                 => [
  14252.                                     'property' => 'Locale',
  14253.                                     'label' => 'Tipo de notificacion',
  14254.                                     'type' => 'App\\Form\\Type\\LocaleType',
  14255.                                 ],
  14256.                             ],
  14257.                         ],
  14258.                         'name' => 'NotificationAutomaticTranslation',
  14259.                     ],
  14260.                     'Position' => [
  14261.                         'class' => 'App\\Entity\\Position',
  14262.                         'label' => 'menu.position',
  14263.                         'icon' => 'futbol-o',
  14264.                         'permission' => [
  14265.                             => 'ROLE_ADMIN',
  14266.                         ],
  14267.                         'list' => [
  14268.                             'fields' => [
  14269.                                 => [
  14270.                                     'property' => 'image',
  14271.                                     'type' => 'image',
  14272.                                     'base_path' => '/uploads/images/position_images',
  14273.                                     'sortable' => false,
  14274.                                 ],
  14275.                                 => [
  14276.                                     'property' => 'name',
  14277.                                     'label' => 'Nombre',
  14278.                                 ],
  14279.                                 => [
  14280.                                     'property' => 'slug',
  14281.                                     'label' => 'Prefijo',
  14282.                                 ],
  14283.                                 => [
  14284.                                     'property' => 'field_position',
  14285.                                     'label' => 'Posición Num',
  14286.                                 ],
  14287.                             ],
  14288.                         ],
  14289.                         'show' => [
  14290.                             'fields' => [
  14291.                                 => [
  14292.                                     'property' => 'name',
  14293.                                     'label' => 'Nombre',
  14294.                                 ],
  14295.                                 => [
  14296.                                     'property' => 'slug',
  14297.                                     'label' => 'Prefijo',
  14298.                                 ],
  14299.                                 => [
  14300.                                     'property' => 'field_position',
  14301.                                     'label' => 'Posición Num',
  14302.                                 ],
  14303.                                 => [
  14304.                                     'property' => 'image',
  14305.                                     'type' => 'image',
  14306.                                     'base_path' => '/uploads/images/position_images',
  14307.                                 ],
  14308.                             ],
  14309.                         ],
  14310.                         'form' => [
  14311.                             'fields' => [
  14312.                                 => [
  14313.                                     'property' => 'translations',
  14314.                                     'label' => 'Traducciones',
  14315.                                     'type' => 'A2lix\\TranslationFormBundle\\Form\\Type\\TranslationsType',
  14316.                                 ],
  14317.                                 => [
  14318.                                     'property' => 'slug',
  14319.                                     'label' => 'Prefijo',
  14320.                                     'type_options' => [
  14321.                                         'disabled' => true,
  14322.                                     ],
  14323.                                 ],
  14324.                                 => [
  14325.                                     'property' => 'field_position',
  14326.                                     'label' => 'Posición Num',
  14327.                                 ],
  14328.                                 => [
  14329.                                     'property' => 'imageFile',
  14330.                                     'type' => 'vich_image',
  14331.                                 ],
  14332.                             ],
  14333.                         ],
  14334.                         'name' => 'Position',
  14335.                     ],
  14336.                     'Suggestion' => [
  14337.                         'class' => 'App\\Entity\\Suggestion',
  14338.                         'controller' => 'App\\Controller\\SuggestionController',
  14339.                         'label' => 'menu.suggestion',
  14340.                         'icon' => 'comments',
  14341.                         'permission' => [
  14342.                             => 'ROLE_ADMIN',
  14343.                         ],
  14344.                         'disabled_actions' => [
  14345.                             => 'new',
  14346.                             => 'edit',
  14347.                         ],
  14348.                         'list' => [
  14349.                             'sort' => [
  14350.                                 => 'createdAt',
  14351.                                 => 'DESC',
  14352.                             ],
  14353.                             'actions' => [
  14354.                                 => [
  14355.                                     'name' => 'removeListSuggestions',
  14356.                                     'label' => 'label.dificulty',
  14357.                                     'template' => 'admin/checkbox/checkbox_select.html.twig',
  14358.                                     'params' => [
  14359.                                         'authorId' => 'id',
  14360.                                     ],
  14361.                                 ],
  14362.                             ],
  14363.                             'fields' => [
  14364.                                 => [
  14365.                                     'property' => 'createdAt',
  14366.                                     'label' => 'Fecha',
  14367.                                 ],
  14368.                                 => [
  14369.                                     'property' => 'customer',
  14370.                                     'label' => 'Usuario',
  14371.                                 ],
  14372.                                 => [
  14373.                                     'property' => 'value',
  14374.                                     'label' => 'Sugerencia',
  14375.                                 ],
  14376.                             ],
  14377.                         ],
  14378.                         'show' => [
  14379.                             'fields' => [
  14380.                                 => [
  14381.                                     'property' => 'customer',
  14382.                                     'label' => 'Usuario',
  14383.                                 ],
  14384.                                 => [
  14385.                                     'property' => 'value',
  14386.                                     'label' => 'Sugerencia',
  14387.                                 ],
  14388.                                 => [
  14389.                                     'property' => 'createdAt',
  14390.                                     'label' => 'Fecha',
  14391.                                 ],
  14392.                             ],
  14393.                         ],
  14394.                         'name' => 'Suggestion',
  14395.                     ],
  14396.                     'Team' => [
  14397.                         'class' => 'App\\Entity\\Team',
  14398.                         'label' => 'menu.teams',
  14399.                         'icon' => 'user',
  14400.                         'permission' => [
  14401.                             => 'ROLE_ADMIN',
  14402.                         ],
  14403.                         'list' => [
  14404.                             'fields' => [
  14405.                                 => [
  14406.                                     'property' => 'image',
  14407.                                     'type' => 'image',
  14408.                                     'base_path' => '/uploads/images/customer',
  14409.                                     'sortable' => false,
  14410.                                 ],
  14411.                                 => [
  14412.                                     'property' => 'name',
  14413.                                     'label' => 'Nombre',
  14414.                                 ],
  14415.                             ],
  14416.                         ],
  14417.                         'show' => [
  14418.                             'fields' => [
  14419.                                 => [
  14420.                                     'property' => 'name',
  14421.                                     'label' => 'Nombre',
  14422.                                 ],
  14423.                                 => [
  14424.                                     'property' => 'image',
  14425.                                     'type' => 'image',
  14426.                                     'base_path' => '/uploads/images/customer',
  14427.                                 ],
  14428.                             ],
  14429.                         ],
  14430.                         'form' => [
  14431.                             'fields' => [
  14432.                                 => [
  14433.                                     'property' => 'name',
  14434.                                     'label' => 'Nombre',
  14435.                                 ],
  14436.                                 => [
  14437.                                     'property' => 'imageFile',
  14438.                                     'type' => 'vich_image',
  14439.                                 ],
  14440.                             ],
  14441.                         ],
  14442.                         'name' => 'Team',
  14443.                     ],
  14444.                     'User' => [
  14445.                         'class' => 'App\\Entity\\User',
  14446.                         'controller' => 'App\\Controller\\UserController',
  14447.                         'label' => 'menu.admins',
  14448.                         'icon' => 'user-shield',
  14449.                         'permission' => [
  14450.                             => 'ROLE_SUPER_ADMIN',
  14451.                         ],
  14452.                         'list' => [
  14453.                             'fields' => [
  14454.                                 => [
  14455.                                     'property' => 'name',
  14456.                                     'label' => 'Nombre',
  14457.                                 ],
  14458.                                 => 'email',
  14459.                                 => 'celular',
  14460.                                 => [
  14461.                                     'property' => 'enabled',
  14462.                                     'label' => 'Habilitado',
  14463.                                 ],
  14464.                             ],
  14465.                         ],
  14466.                         'show' => [
  14467.                             'fields' => [
  14468.                                 => [
  14469.                                     'property' => 'name',
  14470.                                     'label' => 'Nombre',
  14471.                                 ],
  14472.                                 => 'email',
  14473.                                 => 'celular',
  14474.                                 => [
  14475.                                     'property' => 'enabled',
  14476.                                     'label' => 'Habilitado',
  14477.                                 ],
  14478.                             ],
  14479.                         ],
  14480.                         'form' => [
  14481.                             'fields' => [
  14482.                                 => [
  14483.                                     'property' => 'name',
  14484.                                     'label' => 'Nombre',
  14485.                                 ],
  14486.                                 => [
  14487.                                     'property' => 'email',
  14488.                                     'type' => 'email',
  14489.                                 ],
  14490.                                 => 'celular',
  14491.                                 => [
  14492.                                     'property' => 'plainPassword',
  14493.                                     'label' => 'Password',
  14494.                                     'type' => 'password',
  14495.                                     'type_options' => [
  14496.                                         'required' => true,
  14497.                                     ],
  14498.                                 ],
  14499.                             ],
  14500.                         ],
  14501.                         'edit' => [
  14502.                             'fields' => [
  14503.                                 => [
  14504.                                     'property' => 'plainPassword',
  14505.                                     'label' => 'Password',
  14506.                                     'type' => 'password',
  14507.                                     'type_options' => [
  14508.                                         'required' => false,
  14509.                                     ],
  14510.                                 ],
  14511.                             ],
  14512.                         ],
  14513.                         'name' => 'User',
  14514.                     ],
  14515.                 ],
  14516.                 'design' => [
  14517.                     'assets' => [
  14518.                         'js' => [
  14519.                             => 'design/js/script-remove-support.js',
  14520.                             => 'design/js/coupon_user.js',
  14521.                             => 'assets/js/mycore.js?v=1.0',
  14522.                             => 'design/js/script-remove-suggest.js',
  14523.                         ],
  14524.                         'css' => [
  14525.                             => 'assets/css/mycore.css',
  14526.                             => 'assets/css/color.css',
  14527.                         ],
  14528.                         'favicon' => [
  14529.                             'path' => 'favicon.ico',
  14530.                             'mime_type' => 'image/x-icon',
  14531.                         ],
  14532.                     ],
  14533.                     'form_theme' => [
  14534.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  14535.                         => 'default/form.html.twig',
  14536.                     ],
  14537.                     'menu' => [
  14538.                         => [
  14539.                             'label' => 'Navegacion',
  14540.                         ],
  14541.                         => [
  14542.                             'label' => 'Home',
  14543.                             'icon' => 'home',
  14544.                             'url' => 'dashboard',
  14545.                             'default' => true,
  14546.                         ],
  14547.                         => [
  14548.                             'label' => 'Menu',
  14549.                         ],
  14550.                         => [
  14551.                             'label' => 'menu.clients',
  14552.                             'icon' => 'user-plus',
  14553.                             'children' => [
  14554.                                 => [
  14555.                                     'label' => 'menu.clients',
  14556.                                     'entity' => 'Customer',
  14557.                                     'icon' => 'user',
  14558.                                     'permission' => 'ROLE_ADMIN',
  14559.                                 ],
  14560.                                 => [
  14561.                                     'label' => 'menu.accounts_remove',
  14562.                                     'entity' => 'AccountsRemove',
  14563.                                     'icon' => 'trash',
  14564.                                     'permission' => 'ROLE_ADMIN',
  14565.                                 ],
  14566.                             ],
  14567.                         ],
  14568.                         => [
  14569.                             'label' => 'menu.admins',
  14570.                             'entity' => 'User',
  14571.                             'icon' => 'user-shield',
  14572.                             'permission' => 'ROLE_ADMIN',
  14573.                         ],
  14574.                         => [
  14575.                             'label' => 'menu.coupons',
  14576.                             'entity' => 'Coupon',
  14577.                             'icon' => 'gift',
  14578.                             'permission' => 'ROLE_ADMIN',
  14579.                         ],
  14580.                         => [
  14581.                             'label' => 'Categorias Entrenamiento',
  14582.                             'entity' => 'Category',
  14583.                             'icon' => 'futbol-o',
  14584.                             'permission' => 'ROLE_ADMIN',
  14585.                         ],
  14586.                         => [
  14587.                             'label' => 'Materiales Entrenamiento',
  14588.                             'entity' => 'Material',
  14589.                             'icon' => 'cogs',
  14590.                             'permission' => 'ROLE_ADMIN',
  14591.                         ],
  14592.                         => [
  14593.                             'label' => 'menu.trainings',
  14594.                             'icon' => 'bell',
  14595.                             'children' => [
  14596.                                 => [
  14597.                                     'label' => 'menu.trainings',
  14598.                                     'entity' => 'Exercise',
  14599.                                     'icon' => 'male',
  14600.                                     'permission' => 'ROLE_ADMIN',
  14601.                                 ],
  14602.                                 => [
  14603.                                     'label' => 'menu.trainings_users',
  14604.                                     'entity' => 'ExerciseCustomer',
  14605.                                     'icon' => 'male',
  14606.                                     'permission' => 'ROLE_ADMIN',
  14607.                                     'params' => [
  14608.                                         'user' => 'true',
  14609.                                     ],
  14610.                                 ],
  14611.                                 => [
  14612.                                     'label' => 'menu.trainings_shared',
  14613.                                     'entity' => 'ExerciseShared',
  14614.                                     'icon' => 'share',
  14615.                                     'permission' => 'ROLE_ADMIN',
  14616.                                     'params' => [
  14617.                                         'user' => 'true',
  14618.                                     ],
  14619.                                 ],
  14620.                             ],
  14621.                         ],
  14622.                         => [
  14623.                             'label' => 'feedback',
  14624.                             'icon' => 'bell',
  14625.                             'children' => [
  14626.                                 => [
  14627.                                     'label' => 'menu.suggestions',
  14628.                                     'entity' => 'Suggestion',
  14629.                                     'icon' => 'comments',
  14630.                                     'permission' => 'ROLE_ADMIN',
  14631.                                 ],
  14632.                                 => [
  14633.                                     'label' => 'modulos app',
  14634.                                     'entity' => 'AppModule',
  14635.                                     'icon' => 'male',
  14636.                                     'permission' => 'ROLE_ADMIN',
  14637.                                     'params' => [
  14638.                                         'user' => 'true',
  14639.                                     ],
  14640.                                 ],
  14641.                                 => [
  14642.                                     'label' => 'Soporte',
  14643.                                     'entity' => 'Support',
  14644.                                     'icon' => 'male',
  14645.                                     'permission' => 'ROLE_ADMIN',
  14646.                                     'params' => [
  14647.                                         'user' => 'true',
  14648.                                     ],
  14649.                                 ],
  14650.                             ],
  14651.                         ],
  14652.                         10 => [
  14653.                             'label' => 'menu.collaborators',
  14654.                             'entity' => 'Collaborator',
  14655.                             'icon' => 'user-tie',
  14656.                             'permission' => 'ROLE_ADMIN',
  14657.                         ],
  14658.                         11 => [
  14659.                             'label' => 'Membership',
  14660.                             'icon' => 'bell',
  14661.                             'children' => [
  14662.                                 => [
  14663.                                     'label' => 'Membresia 01',
  14664.                                     'entity' => 'Membership',
  14665.                                     'icon' => 'wallet',
  14666.                                     'permission' => 'ROLE_ADMIN',
  14667.                                 ],
  14668.                                 => [
  14669.                                     'label' => 'Membresia 02',
  14670.                                     'entity' => 'MembershipAttr',
  14671.                                     'icon' => 'tags',
  14672.                                     'permission' => 'ROLE_ADMIN',
  14673.                                 ],
  14674.                                 => [
  14675.                                     'label' => 'Membresia-Desc',
  14676.                                     'entity' => 'MembershipDesc',
  14677.                                     'icon' => 'tags',
  14678.                                     'permission' => 'ROLE_ADMIN',
  14679.                                 ],
  14680.                             ],
  14681.                         ],
  14682.                         12 => [
  14683.                             'label' => 'Tipo de Notificationes',
  14684.                             'icon' => 'bell',
  14685.                             'children' => [
  14686.                                 => [
  14687.                                     'label' => 'Tipos',
  14688.                                     'entity' => 'TypeNotification',
  14689.                                     'icon' => 'bell',
  14690.                                     'permission' => 'ROLE_ADMIN',
  14691.                                 ],
  14692.                             ],
  14693.                         ],
  14694.                         13 => [
  14695.                             'label' => 'menu.notifications',
  14696.                             'icon' => 'bell',
  14697.                             'children' => [
  14698.                                 => [
  14699.                                     'label' => 'menu.generals',
  14700.                                     'entity' => 'Notification',
  14701.                                     'icon' => 'bell',
  14702.                                     'permission' => 'ROLE_ADMIN',
  14703.                                 ],
  14704.                                 => [
  14705.                                     'label' => 'menu.automatics',
  14706.                                     'entity' => 'NotificationAutomaticMessage',
  14707.                                     'icon' => 'bell',
  14708.                                     'permission' => 'ROLE_ADMIN',
  14709.                                 ],
  14710.                                 => [
  14711.                                     'label' => 'translation',
  14712.                                     'entity' => 'NotificationAutomaticTranslation',
  14713.                                     'icon' => 'bell',
  14714.                                     'permission' => 'ROLE_ADMIN',
  14715.                                 ],
  14716.                             ],
  14717.                         ],
  14718.                         14 => [
  14719.                             'label' => 'menu.games',
  14720.                             'icon' => 'futbol-o',
  14721.                             'children' => [
  14722.                                 => [
  14723.                                     'label' => 'menu.type_soccer',
  14724.                                     'entity' => 'TypeSoccer',
  14725.                                     'icon' => 'bell',
  14726.                                     'permission' => 'ROLE_ADMIN',
  14727.                                 ],
  14728.                                 => [
  14729.                                     'label' => 'menu.tactic',
  14730.                                     'entity' => 'Tactic',
  14731.                                     'icon' => 'bell',
  14732.                                     'permission' => 'ROLE_ADMIN',
  14733.                                 ],
  14734.                                 => [
  14735.                                     'label' => 'menu.position',
  14736.                                     'entity' => 'Position',
  14737.                                     'icon' => 'futbol-o',
  14738.                                     'permission' => 'ROLE_ADMIN',
  14739.                                 ],
  14740.                                 => [
  14741.                                     'label' => 'menu.difficulty',
  14742.                                     'entity' => 'Difficulty',
  14743.                                     'icon' => 'futbol-o',
  14744.                                     'permission' => 'ROLE_ADMIN',
  14745.                                 ],
  14746.                             ],
  14747.                         ],
  14748.                         15 => [
  14749.                             'label' => 'menu.justification_type',
  14750.                             'entity' => 'JustificationType',
  14751.                             'icon' => 'list',
  14752.                             'permission' => 'ROLE_ADMIN',
  14753.                         ],
  14754.                         16 => [
  14755.                             'label' => 'menu.settings',
  14756.                             'icon' => 'bell',
  14757.                             'children' => [
  14758.                                 => [
  14759.                                     'label' => 'menu.competition',
  14760.                                     'entity' => 'Competition',
  14761.                                     'icon' => 'flag',
  14762.                                     'permission' => 'ROLE_ADMIN',
  14763.                                 ],
  14764.                                 => [
  14765.                                     'label' => 'menu.locality',
  14766.                                     'entity' => 'Locality',
  14767.                                     'icon' => 'flag',
  14768.                                     'permission' => 'ROLE_ADMIN',
  14769.                                 ],
  14770.                                 => [
  14771.                                     'label' => 'menu.country',
  14772.                                     'entity' => 'Country',
  14773.                                     'icon' => 'flag',
  14774.                                     'permission' => 'ROLE_ADMIN',
  14775.                                 ],
  14776.                                 => [
  14777.                                     'label' => 'menu.config',
  14778.                                     'entity' => 'Config',
  14779.                                     'icon' => 'cog',
  14780.                                     'permission' => 'ROLE_ADMIN',
  14781.                                 ],
  14782.                             ],
  14783.                         ],
  14784.                     ],
  14785.                     'brand_color' => 'hsl(230, 55%, 60%)',
  14786.                 ],
  14787.                 'site_name' => 'Gol Manager',
  14788.                 'formats' => [
  14789.                     'date' => 'd/m/Y',
  14790.                     'time' => 'H:i',
  14791.                     'datetime' => 'd/m/Y H:i:s',
  14792.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  14793.                 ],
  14794.                 'list' => [
  14795.                     'collapse_actions' => false,
  14796.                     'actions' => [
  14797.                         => [
  14798.                             'name' => 'show',
  14799.                             'icon' => 'eye',
  14800.                             'label' => false,
  14801.                             'title' => 'action.show',
  14802.                             'css_class' => 'btn btn-default',
  14803.                         ],
  14804.                         => [
  14805.                             'name' => 'edit',
  14806.                             'icon' => 'pencil',
  14807.                             'label' => false,
  14808.                             'title' => 'action.edit',
  14809.                             'css_class' => 'btn btn-success',
  14810.                         ],
  14811.                         => [
  14812.                             'name' => 'delete',
  14813.                             'icon' => 'trash',
  14814.                             'label' => false,
  14815.                             'title' => 'action.delete',
  14816.                             'css_class' => 'btn btn-danger',
  14817.                         ],
  14818.                     ],
  14819.                     'batch_actions' => [
  14820.                     ],
  14821.                     'max_results' => 15,
  14822.                     'item_permission' => NULL,
  14823.                 ],
  14824.                 'disabled_actions' => [
  14825.                 ],
  14826.                 'translation_domain' => 'messages',
  14827.                 'user' => [
  14828.                     'display_name' => true,
  14829.                     'display_avatar' => true,
  14830.                     'name_property_path' => '__toString',
  14831.                     'avatar_property_path' => NULL,
  14832.                 ],
  14833.                 'search' => [
  14834.                 ],
  14835.                 'edit' => [
  14836.                     'actions' => [
  14837.                     ],
  14838.                     'item_permission' => NULL,
  14839.                 ],
  14840.                 'new' => [
  14841.                     'actions' => [
  14842.                     ],
  14843.                     'item_permission' => NULL,
  14844.                 ],
  14845.                 'show' => [
  14846.                     'actions' => [
  14847.                     ],
  14848.                     'max_results' => 10,
  14849.                     'item_permission' => NULL,
  14850.                 ],
  14851.             ],
  14852.             'lexik_jwt_authentication.token_ttl' => 3600,
  14853.             'lexik_jwt_authentication.clock_skew' => 0,
  14854.             'lexik_jwt_authentication.user_identity_field' => 'username',
  14855.             'lexik_jwt_authentication.user_id_claim' => 'username',
  14856.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  14857.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  14858.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  14859.             'vich_uploader.mappings' => [
  14860.                 'customer_images' => [
  14861.                     'uri_prefix' => '/uploads/images/customer',
  14862.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/customer'),
  14863.                     'namer' => [
  14864.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.customer_images',
  14865.                         'options' => [
  14866.                         ],
  14867.                     ],
  14868.                     'directory_namer' => [
  14869.                         'service' => NULL,
  14870.                         'options' => NULL,
  14871.                     ],
  14872.                     'delete_on_remove' => true,
  14873.                     'delete_on_update' => true,
  14874.                     'inject_on_load' => false,
  14875.                     'db_driver' => 'orm',
  14876.                 ],
  14877.                 'justification_icons' => [
  14878.                     'uri_prefix' => '/uploads/images/justification_icons',
  14879.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/justification_icons'),
  14880.                     'namer' => [
  14881.                         'service' => NULL,
  14882.                         'options' => NULL,
  14883.                     ],
  14884.                     'directory_namer' => [
  14885.                         'service' => NULL,
  14886.                         'options' => NULL,
  14887.                     ],
  14888.                     'delete_on_remove' => true,
  14889.                     'delete_on_update' => true,
  14890.                     'inject_on_load' => false,
  14891.                     'db_driver' => 'orm',
  14892.                 ],
  14893.                 'difficulty' => [
  14894.                     'uri_prefix' => '/uploads/images/difficulty',
  14895.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/difficulty'),
  14896.                     'namer' => [
  14897.                         'service' => NULL,
  14898.                         'options' => NULL,
  14899.                     ],
  14900.                     'directory_namer' => [
  14901.                         'service' => NULL,
  14902.                         'options' => NULL,
  14903.                     ],
  14904.                     'delete_on_remove' => true,
  14905.                     'delete_on_update' => true,
  14906.                     'inject_on_load' => false,
  14907.                     'db_driver' => 'orm',
  14908.                 ],
  14909.                 'exercise_images' => [
  14910.                     'uri_prefix' => '/uploads/images/exercise',
  14911.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/exercise'),
  14912.                     'namer' => [
  14913.                         'service' => NULL,
  14914.                         'options' => NULL,
  14915.                     ],
  14916.                     'directory_namer' => [
  14917.                         'service' => NULL,
  14918.                         'options' => NULL,
  14919.                     ],
  14920.                     'delete_on_remove' => true,
  14921.                     'delete_on_update' => true,
  14922.                     'inject_on_load' => false,
  14923.                     'db_driver' => 'orm',
  14924.                 ],
  14925.                 'game_files' => [
  14926.                     'uri_prefix' => '/uploads/images/files',
  14927.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/files'),
  14928.                     'namer' => [
  14929.                         'service' => NULL,
  14930.                         'options' => NULL,
  14931.                     ],
  14932.                     'directory_namer' => [
  14933.                         'service' => NULL,
  14934.                         'options' => NULL,
  14935.                     ],
  14936.                     'delete_on_remove' => true,
  14937.                     'delete_on_update' => true,
  14938.                     'inject_on_load' => false,
  14939.                     'db_driver' => 'orm',
  14940.                 ],
  14941.                 'support_files' => [
  14942.                     'uri_prefix' => '/uploads/images/support_files',
  14943.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/support_files'),
  14944.                     'namer' => [
  14945.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.support_files',
  14946.                         'options' => [
  14947.                         ],
  14948.                     ],
  14949.                     'delete_on_remove' => true,
  14950.                     'directory_namer' => [
  14951.                         'service' => NULL,
  14952.                         'options' => NULL,
  14953.                     ],
  14954.                     'delete_on_update' => true,
  14955.                     'inject_on_load' => false,
  14956.                     'db_driver' => 'orm',
  14957.                 ],
  14958.                 'player_images' => [
  14959.                     'uri_prefix' => '/uploads/images/player',
  14960.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/player'),
  14961.                     'namer' => [
  14962.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.player_images',
  14963.                         'options' => [
  14964.                         ],
  14965.                     ],
  14966.                     'directory_namer' => [
  14967.                         'service' => NULL,
  14968.                         'options' => NULL,
  14969.                     ],
  14970.                     'delete_on_remove' => true,
  14971.                     'delete_on_update' => true,
  14972.                     'inject_on_load' => false,
  14973.                     'db_driver' => 'orm',
  14974.                 ],
  14975.                 'game_images' => [
  14976.                     'uri_prefix' => '/uploads/images/game',
  14977.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/game'),
  14978.                     'namer' => [
  14979.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.game_images',
  14980.                         'options' => [
  14981.                         ],
  14982.                     ],
  14983.                     'directory_namer' => [
  14984.                         'service' => NULL,
  14985.                         'options' => NULL,
  14986.                     ],
  14987.                     'delete_on_remove' => true,
  14988.                     'delete_on_update' => true,
  14989.                     'inject_on_load' => false,
  14990.                     'db_driver' => 'orm',
  14991.                 ],
  14992.                 'country_images' => [
  14993.                     'uri_prefix' => '/uploads/images/country',
  14994.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/country'),
  14995.                     'namer' => [
  14996.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.country_images',
  14997.                         'options' => [
  14998.                         ],
  14999.                     ],
  15000.                     'directory_namer' => [
  15001.                         'service' => NULL,
  15002.                         'options' => NULL,
  15003.                     ],
  15004.                     'delete_on_remove' => true,
  15005.                     'delete_on_update' => true,
  15006.                     'inject_on_load' => false,
  15007.                     'db_driver' => 'orm',
  15008.                 ],
  15009.                 'document_images' => [
  15010.                     'uri_prefix' => '/uploads/images/document',
  15011.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/document'),
  15012.                     'namer' => [
  15013.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.document_images',
  15014.                         'options' => [
  15015.                         ],
  15016.                     ],
  15017.                     'directory_namer' => [
  15018.                         'service' => NULL,
  15019.                         'options' => NULL,
  15020.                     ],
  15021.                     'delete_on_remove' => true,
  15022.                     'delete_on_update' => true,
  15023.                     'inject_on_load' => false,
  15024.                     'db_driver' => 'orm',
  15025.                 ],
  15026.                 'collaborator_images' => [
  15027.                     'uri_prefix' => '/uploads/images/collaborator',
  15028.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/collaborator'),
  15029.                     'namer' => [
  15030.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.collaborator_images',
  15031.                         'options' => [
  15032.                         ],
  15033.                     ],
  15034.                     'directory_namer' => [
  15035.                         'service' => NULL,
  15036.                         'options' => NULL,
  15037.                     ],
  15038.                     'delete_on_remove' => true,
  15039.                     'delete_on_update' => true,
  15040.                     'inject_on_load' => false,
  15041.                     'db_driver' => 'orm',
  15042.                 ],
  15043.                 'notification_automatic_message_images' => [
  15044.                     'uri_prefix' => '/uploads/images/notification_automatic_message_images',
  15045.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/notification_automatic_message_images'),
  15046.                     'namer' => [
  15047.                         'service' => NULL,
  15048.                         'options' => NULL,
  15049.                     ],
  15050.                     'directory_namer' => [
  15051.                         'service' => NULL,
  15052.                         'options' => NULL,
  15053.                     ],
  15054.                     'delete_on_remove' => true,
  15055.                     'delete_on_update' => true,
  15056.                     'inject_on_load' => false,
  15057.                     'db_driver' => 'orm',
  15058.                 ],
  15059.                 'type_notification_images' => [
  15060.                     'uri_prefix' => '/uploads/images/type_notification_images',
  15061.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/type_notification_images'),
  15062.                     'namer' => [
  15063.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.type_notification_images',
  15064.                         'options' => [
  15065.                         ],
  15066.                     ],
  15067.                     'directory_namer' => [
  15068.                         'service' => NULL,
  15069.                         'options' => NULL,
  15070.                     ],
  15071.                     'delete_on_remove' => true,
  15072.                     'delete_on_update' => true,
  15073.                     'inject_on_load' => false,
  15074.                     'db_driver' => 'orm',
  15075.                 ],
  15076.                 'membership_images' => [
  15077.                     'uri_prefix' => '/uploads/images/membership',
  15078.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/membership'),
  15079.                     'namer' => [
  15080.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.membership_images',
  15081.                         'options' => [
  15082.                         ],
  15083.                     ],
  15084.                     'directory_namer' => [
  15085.                         'service' => NULL,
  15086.                         'options' => NULL,
  15087.                     ],
  15088.                     'delete_on_remove' => true,
  15089.                     'delete_on_update' => true,
  15090.                     'inject_on_load' => false,
  15091.                     'db_driver' => 'orm',
  15092.                 ],
  15093.                 'competition_images' => [
  15094.                     'uri_prefix' => '/uploads/images/competition',
  15095.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/competition'),
  15096.                     'namer' => [
  15097.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.competition_images',
  15098.                         'options' => [
  15099.                         ],
  15100.                     ],
  15101.                     'directory_namer' => [
  15102.                         'service' => NULL,
  15103.                         'options' => NULL,
  15104.                     ],
  15105.                     'delete_on_remove' => true,
  15106.                     'delete_on_update' => true,
  15107.                     'inject_on_load' => false,
  15108.                     'db_driver' => 'orm',
  15109.                 ],
  15110.                 'locality_images' => [
  15111.                     'uri_prefix' => '/uploads/images/locality',
  15112.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/locality'),
  15113.                     'namer' => [
  15114.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.locality_images',
  15115.                         'options' => [
  15116.                         ],
  15117.                     ],
  15118.                     'directory_namer' => [
  15119.                         'service' => NULL,
  15120.                         'options' => NULL,
  15121.                     ],
  15122.                     'delete_on_remove' => true,
  15123.                     'delete_on_update' => true,
  15124.                     'inject_on_load' => false,
  15125.                     'db_driver' => 'orm',
  15126.                 ],
  15127.                 'membership_videos' => [
  15128.                     'uri_prefix' => '/uploads/videos/membership',
  15129.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/videos/membership'),
  15130.                     'namer' => [
  15131.                         'service' => NULL,
  15132.                         'options' => NULL,
  15133.                     ],
  15134.                     'directory_namer' => [
  15135.                         'service' => NULL,
  15136.                         'options' => NULL,
  15137.                     ],
  15138.                     'delete_on_remove' => true,
  15139.                     'delete_on_update' => true,
  15140.                     'inject_on_load' => false,
  15141.                     'db_driver' => 'orm',
  15142.                 ],
  15143.                 'position_images' => [
  15144.                     'uri_prefix' => '/uploads/images/position_images',
  15145.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/position_images'),
  15146.                     'namer' => [
  15147.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.position_images',
  15148.                         'options' => [
  15149.                         ],
  15150.                     ],
  15151.                     'directory_namer' => [
  15152.                         'service' => NULL,
  15153.                         'options' => NULL,
  15154.                     ],
  15155.                     'delete_on_remove' => true,
  15156.                     'delete_on_update' => true,
  15157.                     'inject_on_load' => false,
  15158.                     'db_driver' => 'orm',
  15159.                 ],
  15160.                 'material_images' => [
  15161.                     'uri_prefix' => '/uploads/images/material',
  15162.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/material'),
  15163.                     'namer' => [
  15164.                         'service' => NULL,
  15165.                         'options' => NULL,
  15166.                     ],
  15167.                     'directory_namer' => [
  15168.                         'service' => NULL,
  15169.                         'options' => NULL,
  15170.                     ],
  15171.                     'delete_on_remove' => true,
  15172.                     'delete_on_update' => true,
  15173.                     'inject_on_load' => false,
  15174.                     'db_driver' => 'orm',
  15175.                 ],
  15176.                 'strategies' => [
  15177.                     'uri_prefix' => '/uploads/images/strategies',
  15178.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/strategies'),
  15179.                     'namer' => [
  15180.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.strategies',
  15181.                         'options' => [
  15182.                         ],
  15183.                     ],
  15184.                     'directory_namer' => [
  15185.                         'service' => NULL,
  15186.                         'options' => NULL,
  15187.                     ],
  15188.                     'delete_on_remove' => true,
  15189.                     'delete_on_update' => true,
  15190.                     'inject_on_load' => false,
  15191.                     'db_driver' => 'orm',
  15192.                 ],
  15193.             ],
  15194.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  15195.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  15196.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  15197.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  15198.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.jwt_user_provider',
  15199.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  15200.             'gesdinet_jwt_refresh_token.single_use' => false,
  15201.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  15202.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  15203.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  15204.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  15205.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  15206.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  15207.             'doctrine_behaviors_blameable_user_entity' => NULL,
  15208.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  15209.             'a2lix_translation_form.locale_provider' => 'default',
  15210.             'a2lix_translation_form.locales' => [
  15211.                 => 'es',
  15212.                 => 'pt',
  15213.                 => 'en',
  15214.                 => 'de',
  15215.                 => 'it',
  15216.                 => 'fr',
  15217.                 => 'ru',
  15218.                 => 'tr',
  15219.             ],
  15220.             'a2lix_translation_form.required_locales' => [
  15221.                 => 'es',
  15222.                 => 'pt',
  15223.                 => 'en',
  15224.                 => 'de',
  15225.                 => 'it',
  15226.                 => 'fr',
  15227.                 => 'ru',
  15228.                 => 'tr',
  15229.             ],
  15230.             'a2lix_translation_form.default_locale' => 'es',
  15231.             'a2lix_translation_form.templating' => '@A2lixTranslationForm/bootstrap_4_layout.html.twig',
  15232.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  15233.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  15234.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  15235.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  15236.             'swiftmailer.mailer.default.transport.smtp.username' => 'golmanager0@gmail.com',
  15237.             'swiftmailer.mailer.default.transport.smtp.password' => 'olsmjgoipqhauvze',
  15238.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  15239.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  15240.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  15241.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  15242.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  15243.             ],
  15244.             'swiftmailer.mailer.default.spool.enabled' => false,
  15245.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15246.             'swiftmailer.mailer.default.single_address' => NULL,
  15247.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15248.             'swiftmailer.spool.enabled' => false,
  15249.             'swiftmailer.delivery.enabled' => true,
  15250.             'swiftmailer.single_address' => NULL,
  15251.             'swiftmailer.mailers' => [
  15252.                 'default' => 'swiftmailer.mailer.default',
  15253.             ],
  15254.             'swiftmailer.default_mailer' => 'default',
  15255.             'stof_doctrine_extensions.default_locale' => 'en_US',
  15256.             'stof_doctrine_extensions.translation_fallback' => false,
  15257.             'stof_doctrine_extensions.persist_default_translation' => false,
  15258.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  15259.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  15260.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  15261.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  15262.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  15263.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  15264.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  15265.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  15266.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  15267.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  15268.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  15269.             'maker.compatible_check.doctrine.supports_attributes' => false,
  15270.             'data_collector.templates' => [
  15271.                 'data_collector.request' => [
  15272.                     => 'request',
  15273.                     => '@WebProfiler/Collector/request.html.twig',
  15274.                 ],
  15275.                 'data_collector.time' => [
  15276.                     => 'time',
  15277.                     => '@WebProfiler/Collector/time.html.twig',
  15278.                 ],
  15279.                 'data_collector.memory' => [
  15280.                     => 'memory',
  15281.                     => '@WebProfiler/Collector/memory.html.twig',
  15282.                 ],
  15283.                 'data_collector.validator' => [
  15284.                     => 'validator',
  15285.                     => '@WebProfiler/Collector/validator.html.twig',
  15286.                 ],
  15287.                 'data_collector.ajax' => [
  15288.                     => 'ajax',
  15289.                     => '@WebProfiler/Collector/ajax.html.twig',
  15290.                 ],
  15291.                 'data_collector.form' => [
  15292.                     => 'form',
  15293.                     => '@WebProfiler/Collector/form.html.twig',
  15294.                 ],
  15295.                 'data_collector.exception' => [
  15296.                     => 'exception',
  15297.                     => '@WebProfiler/Collector/exception.html.twig',
  15298.                 ],
  15299.                 'data_collector.logger' => [
  15300.                     => 'logger',
  15301.                     => '@WebProfiler/Collector/logger.html.twig',
  15302.                 ],
  15303.                 'data_collector.events' => [
  15304.                     => 'events',
  15305.                     => '@WebProfiler/Collector/events.html.twig',
  15306.                 ],
  15307.                 'data_collector.router' => [
  15308.                     => 'router',
  15309.                     => '@WebProfiler/Collector/router.html.twig',
  15310.                 ],
  15311.                 'data_collector.cache' => [
  15312.                     => 'cache',
  15313.                     => '@WebProfiler/Collector/cache.html.twig',
  15314.                 ],
  15315.                 'data_collector.translation' => [
  15316.                     => 'translation',
  15317.                     => '@WebProfiler/Collector/translation.html.twig',
  15318.                 ],
  15319.                 'data_collector.security' => [
  15320.                     => 'security',
  15321.                     => '@Security/Collector/security.html.twig',
  15322.                 ],
  15323.                 'data_collector.twig' => [
  15324.                     => 'twig',
  15325.                     => '@WebProfiler/Collector/twig.html.twig',
  15326.                 ],
  15327.                 'data_collector.http_client' => [
  15328.                     => 'http_client',
  15329.                     => '@WebProfiler/Collector/http_client.html.twig',
  15330.                 ],
  15331.                 'data_collector.doctrine' => [
  15332.                     => 'db',
  15333.                     => '@Doctrine/Collector/db.html.twig',
  15334.                 ],
  15335.                 'swiftmailer.data_collector' => [
  15336.                     => 'swiftmailer',
  15337.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15338.                 ],
  15339.                 'data_collector.dump' => [
  15340.                     => 'dump',
  15341.                     => '@Debug/Profiler/dump.html.twig',
  15342.                 ],
  15343.                 'mailer.data_collector' => [
  15344.                     => 'mailer',
  15345.                     => '@WebProfiler/Collector/mailer.html.twig',
  15346.                 ],
  15347.                 'easyadmin.data_collector' => [
  15348.                     => 'easyadmin',
  15349.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  15350.                 ],
  15351.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  15352.                     => 'vich_uploader.mapping_collector',
  15353.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  15354.                 ],
  15355.                 'data_collector.config' => [
  15356.                     => 'config',
  15357.                     => '@WebProfiler/Collector/config.html.twig',
  15358.                 ],
  15359.             ],
  15360.             'console.command.ids' => [
  15361.             ],
  15362.         ];
  15363.     }
  15364.     protected function throw($message)
  15365.     {
  15366.         throw new RuntimeException($message);
  15367.     }
  15368. }